- 4M$[2%2L0T7~%]PECR](ZPB.png (10.17 KiB) Viewed 4239 times
what is the relation between firmware file and src file?
what is the relation between firmware file and src file?
Hi, I am confused about this. Does anyone can help explain this? I see two posts about the firmware update in this community. When we upload the firmware.bin in firmware file,it is called firmware update. Also, when we add a new function to the imlib.c and py_image.c in src file, and then upload the new file to the board, this process is called firmware update as well. So what is the relationship between these two process?
Re: what is the relation between firmware file and src file?
The process of editing the C code creates a new firmware binary that you can then upload to the system.
Did I answer your question?
Did I answer your question?
Nyamekye,
Re: kwagyeman
yep,part of my question.Thanks first. So do I need to combine the new firmware binary with the firmware.bin and then upload the new firmware.bin? Or I just need to upload the new firmware binary to the openmv board directly that has already included the firmware.bin? And what kind of tools can I use to edit the C codes to make it become a new firmware binary and upload it? Thanks for your reply.
Re: what is the relation between firmware file and src file?
https://github.com/openmv/openmv/wiki/F ... evelopment
The compile process produces a new firmware binary. As for uploading new code, you can use OpenMV IDE to do that. It has an Tools->Run Bootloader.
The compile process produces a new firmware binary. As for uploading new code, you can use OpenMV IDE to do that. It has an Tools->Run Bootloader.
Nyamekye,
Re:kwagyeman
So what kinds of source codes, or which source code file,construct a complete original firmware.bin including all the functionalities such as communication, python compiling tool,image processing and so on?
Re: what is the relation between firmware file and src file?
All these C files here: https://github.com/openmv/openmv/tree/master/src
Not to be mean here... but, if you want to edit the firmware and such you're looking at doing work where I can't exactly help you every step of the way. I'm concerned about your ability to do this because the questions you're asking tell me you've never done any firmware type development before. Is this the case? Because our firmware is pretty advanced stuff. We make it open source so you can modify it but we expect if you want to do this that you know what you are doing.
Not to be mean here... but, if you want to edit the firmware and such you're looking at doing work where I can't exactly help you every step of the way. I'm concerned about your ability to do this because the questions you're asking tell me you've never done any firmware type development before. Is this the case? Because our firmware is pretty advanced stuff. We make it open source so you can modify it but we expect if you want to do this that you know what you are doing.
Nyamekye,
Re:kwagyeman
yes, this is the first time I work on the firmware stuff and I will spend some time doing this part. I am about to add some image algorithm to the firmware to fulfill certain function. So can you recommend some materials for this part of knowledge? I appreciate it a lot.
Jisheng
Jisheng
Re: what is the relation between firmware file and src file?
Um... not sure where to start. I didn't learn my skills from a book. It took years of microcontroller development and university classes... I guess I would start with learning how STM32 MCUs work.
https://www.google.com/search?q=stm32+g ... e&ie=UTF-8
https://www.google.com/search?q=stm32+g ... e&ie=UTF-8
Nyamekye,
Re: kwagyeman
OK, thanks, I will go through this website.
Who is online
Users browsing this forum: No registered users and 2 guests