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.

PROCESSOR-SDK-AM62X: [AM6231] How to load/boot binary from kernel file system using DFU-USB

Part Number: PROCESSOR-SDK-AM62X

Hi Ti ,

in U-boot space , we can able to load /flash the images with the help of dfu-usb by issuing below 2 commands in uboot prompt.

Uboot# setenv dfu_alt_info ${dfu_alt_info_emmc} => this is to enable DFU
Uboot# dfu 0 mmc 0 => select eMMC 0

then after issuing theese 2 commands , we can able to access dfu-usb .

But how to flash /boot the binaries in kernel space ?

if suppose , if i want to load the keywritter binary from kernel prompt what are the commands are required ?

Thanks,

Naresh