Dear Misc,

I would really appreciate if someone can give
me a hint on how can make emmc card bootable
on a RockPro64 board.
This is what I did:
1) prepared micro sd card:
dd if=install75.img of=/dev/sdg bs=1024M
dd if=idbloader.img of=/dev/sdg bs=512 seek=64
dd if=u-boot.itb of=/dev/sdg bs=512 seek=16384

copy "rk3399-rockpro64-v2.dtb" to boot partition at
following location: /dtb/rockchip/rk3399-rockpro64-v2.dtb

2) I did installed openbsd on emmc card

But after installed it, before reboot, I understood that I need to write
the 3 files: idbloader.img, u-boot.itb and rk3399-rockpro64-v2.dtb
into emmc card.
So before reboot, use console and write the files.
Could you please help me in telling how I do that?
I think(still struggling with it) that somehow I have to copy the same sectors
from sdcard and write it to emmc + copy the dtb file.

Thank you.

Reply via email to