This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

changes in Bootloader- saving image in external flash and transferring in internal via Bootloader

Hi , I am using ZEPHYR rtos , and using the internal bootloader and its working fine and there are two images but now my code size has increased and i can not store 2 images in internal flash  so have to do implementation of saving the image to external flash and after validation move to internal flash ,what changes i require to make in zephyr bootloader to add external flash code(SPI) and  using only 1 image in bootloader 

Parents Reply Children
  • yeah i have flashed the mcuboot, image first is my application previously my code has 2 images in internal flash and it was working fine ,the as my code size  increased mode the i used external flash for image -1 and internal flash for image -0 and this error start showing can you guiide what more changes are required to made in bootloader code for it

Related