I want to combine my firmware into a single bin so i can upload it in production.
If i understand it correctly, i have to specify the bootloader, the partition table and the firmware.
I also have a littlefs.bin which i want to upload.
Can i combine these files into one bin for flashing?
- bottloader.bin
- custom_partition_table.bin
- firmware.bin
- littlefs.bin
Image from the flash download tool: https://ibb.co/C6WJQfY
( Why can't I use inline images by link? )