bl808_linux icon indicating copy to clipboard operation
bl808_linux copied to clipboard

[Question] How to program low_load d0/m0 by command line?

Open cjacker opened this issue 1 year ago • 1 comments

whole image can be programmed by 'bflb-iot-tool' by:

bflb-iot-tool --chipname bl808 --interface uart --port /dev/ttyUSB1 --baudrate 2000000 --firmware [email protected] --addr 0xD2000 --single

Update : To program low_load firmwares, bf-mcu-tool need to be patched as : https://github.com/bouffalolab/bl_mcu_sdk/issues/115#issuecomment-1457363889

[Question 1] How to program low_load by command line?

From the log of BLDevCube,

It seems latest 'bflb-mcu-tool' do not support groups and generate 'bootinfo_group0.bin' and 'bootinfo_group1.bin', also can not program 2 firmwares in one time.

cjacker avatar Mar 02 '23 15:03 cjacker