Hi,
do we have any recommendations or paper on the possibilities (DFU tool, JTAG, ...) to program the flash in production?
Regards, Holger
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
do we have any recommendations or paper on the possibilities (DFU tool, JTAG, ...) to program the flash in production?
Regards, Holger
hi,
yes we do have a dfu based flashing recommendation, give me some time to proof read the readme and share the tool with you.
Regards
Anshu
Please refer to git link below
https://git.ti.com/cgit/processor-sdk/uboot-flash-writer/
Readme Below
Regards
Anshu
U-Boot Flash Writer is a tool used to flash binaries to the on-chip flash memory. This application note provides instructions on how to use U-boot flash writer script for flashing on AM62x. Flash writer script will use DFU to boot the board and then flash the binaries to flash memory. Script also supports flashing multiple EVMs via DFU one by one.
Download and install AM62x/AM64x Processer SDK Installer from here.am62x am64x.
u-boot_flashwriter.sh script for flashing via DFU is located at following path inside the SDK.
dfu-util software package provides Device firmware update (DFU) USB programmer, you can install in your Linux PC by running the commands given below on the terminal.