sipeed / LicheePi4A

LicheePi4A info&sdk
38 stars 5 forks source link

fastboot not flashing partitions #10

Closed kangaroo closed 1 year ago

kangaroo commented 1 year ago

I am trying to flash a new rootfs, and the board enters fastboot, and fastboot flash root rootfs.ext4 transfers the image, but when I inspect the contents in uboot with ls mmc 0:3 the new image was never burned.

kangaroo commented 1 year ago

The same issue is observed with the boot partition.

kangaroo commented 1 year ago

It seems the reboot into u-boot ram is required to get the board into a flash state (even though it accepts the image from fastboot flash without it)