Other Parts Discussed in Thread: UNIFLASH
Tool/software:
I use DFU mode to write firmware to Soc RAM in AM243x-evm board.
I have installed dfu-util 0.9 64bit for Win10 and installed Zadig for WinUSB driver.
Because we do not have admin to run sudo command for duf-util execution, I have to run the below py code to boot from USB and send the appimage follow the description in SDK manual.
python usb_bootloader.py --bootloader=sbl_prebuilt/am243x-evm/sbl_dfu.release.hs_fs.tiimage --file=< path to multicore appimage of application binary
It seemed bootloader was initialized.
But it then said the dfu suffix is invalid, then held on waiting for dfu to be enumerated.
When repeat above procedure, it seemed the bootloader even cannot be functional again.
Can you please specify more reasonable procedure?
Thanks.
