Part Number: AM6442
Other Parts Discussed in Thread: UNIFLASH
- Download the firmware via PCIe and copy it to a fixed DDR memory region.
- Call the Bootloader_MmcsdRaw_writeToOffset function to write it from DDR to eMMC, thus completing the update.
Could anyone confirm if this method is feasible?
And I used Uniflash mode for programming before switching to eMMC boot. The programming command was as follows:
--file=sbl_app/hello_world_am64x-evm_r5fss0-0_freertos_ti-arm-clang.appimage.hs_fs --operation=flash-emmc --flash-offset=0x80000
0x80000 used in this command can be directly applied when calling Bootloader_MmcsdRaw_writeToOffset to write the firmware to eMMC? Are there any considerations or differences I should be aware of?