11-19-2019, 01:25 AM
update, it appears that using the rock64 as an eMMC writer is a strategy that only works for other rock64 devices. A USB eMMC writer showed up today and I used it and etcher to write the armbian pine h64 image to the eMMC card.
Now it at least *tries* to boot. It gets all the way to the point where it does:
but just hangs at the point I'd expect it to load the kernel and/or mount the root fs.
I modified armbianEnv.txt to point the root fs to /dev/mmcblk2p1 and ran mkimage to generate a new boot.scr. To no avail however.
Very much closer at this point. I get the same behavior if I pause the bootloader from the SD card and specify the eMMC device to boot.
Now it at least *tries* to boot. It gets all the way to the point where it does:
Quote:...
[/sbin/fsck.ext4 (1) -- /dev/mmcblk2p1] fsck.ext4 -a -C0 /dev/mmcblk2p1
/dev/mmcblk2p1: clean, 35969/69408 files, 237306/277504 blocks
but just hangs at the point I'd expect it to load the kernel and/or mount the root fs.
I modified armbianEnv.txt to point the root fs to /dev/mmcblk2p1 and ran mkimage to generate a new boot.scr. To no avail however.
Very much closer at this point. I get the same behavior if I pause the bootloader from the SD card and specify the eMMC device to boot.