Hi,
we need to partition and flash a blank eMMC in a production flow, via a USB bootmode on the AM335x. This is on generic Linux (not Android fastboot).
There was mention of a proposed flow that could be used with standard linux tools like fdisk. Here's the basic flow:
- boot the target into linux using some supported target boot (uart, usb, networking, etc.).
- load the mass storage gadget to reveal the eMMC to the host.
- use host tools like fdisk to create partitions if needed.
- copy files to the two partitions.
- Reboot from eMMC.
To be precise, I think we would need to use the booting tool to write to RAM SPL/uboot/kernel/ramdisk and boot that up to get the eMMC gadget driver up. Then do the rest.
Could you give me an update where we are with this sequence? Or is there a different sequence?
Thanks,
--Gunter