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: Can I used uboot commands to copy u-boot to eMMC?

Part Number: PROCESSOR-SDK-AM62X

Tool/software:

We have a custom board using AM6231 based on the Beagleplay/AM62-SK reference board designs.  There is no room for an SD card on the board, so I am left with UART for loading u-boot onto system.  Once u-boot is running, I successfully created eMMC "boot" and "rootfs" partitions as shown below.  Now I want to write to eMMC boot partition.  Is the "mmc write" or "fatwrite mmc" the way to go to do this?  What is the syntax for the u-boot command to do this?

=> mmc part

Partition Map for MMC device 0 -- Partition Type: EFI

Part Start LBA End LBA Name
Attributes
Type GUID
Partition GUID
1 0x00000022 0x00000061 "boot"
attrs: 0x0000000000000000
type: ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
guid: 2439c269-cc03-442f-b20f-4636f1df21b4
2 0x00000062 0x01d327de "rootfs"
attrs: 0x0000000000000000
type: ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
guid: ea8a8bfd-80fe-4bde-9e2e-7e070f06f132
=>