install to/bit from on board flash #130
-
Does anyone know/mind sharing the steps for installing/booting from the on board flash on the orange pi 5b? I see instructions for nvme or an SSD but not on board. Edit: by on board I meM the emmc of the 5b, not the spi on the regular 5. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It's a major pain to flash the emmc with an os. I personally would boot from an sd-card then download the image on your sd-card and flash it manually with the below commands. xz -dc ubuntu-22.04.2-preinstalled-desktop-arm64-orangepi5b.img.xz | sudo dd of=/dev/mmcblk0 bs=4k
sync However, there is a new video out that shows the process of installing the image using maskrom mode. |
Beta Was this translation helpful? Give feedback.
It's a major pain to flash the emmc with an os. I personally would boot from an sd-card then download the image on your sd-card and flash it manually with the below commands.
xz -dc ubuntu-22.04.2-preinstalled-desktop-arm64-orangepi5b.img.xz | sudo dd of=/dev/mmcblk0 bs=4k sync
However, there is a new video out that shows the process of installing the image using maskrom mode.
https://www.youtube.com/watch?v=5q_tytwmseg&t=925s