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