Orange Pi 5 Plus boot from EMMC not working #494
Replies: 5 comments 10 replies
-
I tried Armbian and using the armbian-config tool but that didn't work either. Now going to trying official Orange Pi 5 plus install documentation |
Beta Was this translation helpful? Give feedback.
-
Hi Joshua, I got it working! So I had to clear the SPI flash. I was playing with Armbian OS as the Armbian-Config menu had the option to write to EMMC, which still wasn't working. Anyway, I had to do a fdisk -l to identify and SPI 16MB chip, then install gdisk to select and clear the partitions on the chip. I've put these details here in case anyone else encounters the issue. https://www.crosstalksolutions.com/orange-pi-5-simple-overview-and-installation-with-m-2-ssd/ |
Beta Was this translation helpful? Give feedback.
-
It seems a problem of spi flash. After this, OPi5+ was booted with emmc in my case. |
Beta Was this translation helpful? Give feedback.
-
No issues imaging with my OPi 3B using recommended commands in the Wiki (used 5+ instructions on for 3B). Must have been an issue with the OPi 5+ |
Beta Was this translation helpful? Give feedback.
-
I am curious whether a newer version of Ubuntu or Linux BSP kernel will require the SPI to be re-flashed. I used Armbian config to help me that time, but if I swap over to the possible 24.04 / BSP 6.1 that may be launched in April, would I need to update the SPI boot loader? Is this only required when a newer Kernel or Uboot is released? How would this be done from CLI rather than a menu? Asking these questions for myself and any other users in the future. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I've got my new Orange Pi 5 Plus and EMMC module from OrangePi. Installed the EMMC module.
I downloaded the latest Orange Pi 5 Plus Ubuntu image from here and imaged my SD card. Booted successfully.
Then I made a tmp folder and used wget to download the image.
I ran the below commands from the WIKI modifying it for the latest server build.
lsblk /dev/mmcblk0
sudo xz -dc ubuntu-22.04.3-preinstalled-server-arm64-orangepi-5-plus.img.xz | sudo dd of=/dev/mmcblk0 bs=4k
and then
sync
This is how it looks with the SD card in and booting.
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
mtdblock0 31:0 0 16M 0 disk
mmcblk0 179:0 0 28.9G 0 disk
├─mmcblk0p1 179:1 0 512M 0 part
└─mmcblk0p2 179:2 0 6.4G 0 part
mmcblk0boot0 179:32 0 4M 1 disk
mmcblk0boot1 179:64 0 4M 1 disk
mmcblk1 179:96 0 29.8G 0 disk
├─mmcblk1p1 179:97 0 512M 0 part /boot/firmware
└─mmcblk1p2 179:98 0 29.3G 0 part /
When I remove the SD card, the Orange Pi doesn't boot, the LED just stays blue constantly. Am I missing something?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions