Hi,
I got a new rockpi4 and as the board does not fit into pentasata-tower with sdcard, I bought a emmc card with usb-adapter.
USB-adapter claimed to be usefull to write images to emmc ...
... but the pi does not boot from emmc card. First I tried the self built image with my changes and got these errors:
Then I thought: may be I made a mistake on image creation and tried a nightly image, which leaded to this output:
So I searched the forum about emmc support ...
... and found many posts about install2emmc.
Searching repository for install2emmc got 2 hits: one in procjects Allwinner and one in projects NXP
So no support for rockpi?
So I opened the source to see, whether I could migrate it to rockpi.
But booting LE from sdcard shows no emmc card (as expected from script).
So I continued searching and found radxa wiki.
Nothing special there, so I followed the instructions.
- I erased the spi flash
- loaded and unzipped an image to debian (linaro)
- debian recognized the emmc card, so I could write the image to emmc card
- then reboot without sdcard
-> same result as on second picture.
What am I doing wrong?
How could I bring rockpi to start from emmc?