NVME SPI Update not booting SD Card - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Pinebook Pro Hardware and Accessories (https://forum.pine64.org/forumdisplay.php?fid=116) +--- Thread: NVME SPI Update not booting SD Card (/showthread.php?tid=11060) |
NVME SPI Update not booting SD Card - WZ9V - 08-16-2020 I updated the SPI following the instructions here https://github.com/pcm720/rockchip-u-boot/releases and now it boot directly to NVME but I seem to have lost the ability to boot from SD (green light won't come on at all). If I remove the SD it powers and boots just fine. BTW EMMC is removed at this time so that it won't boot first from that. Was hoping to use the SD as a fallback to bypass the NVME if needed. (08-16-2020, 08:39 PM)WZ9V Wrote: I updated the SPI following the instructions here https://github.com/pcm720/rockchip-u-boot/releases and now it boot directly to NVME but I seem to have lost the ability to boot from SD (green light won't come on at all). If I remove the SD it powers and boots just fine. BTW EMMC is removed at this time so that it won't boot first from that. Found a newer update here https://github.com/pcm720/u-boot-build-scripts/releases Trying that now. RE: NVME SPI Update not booting SD Card - WZ9V - 08-18-2020 (08-16-2020, 08:39 PM)WZ9V Wrote: I updated the SPI following the instructions here https://github.com/pcm720/rockchip-u-boot/releases and now it boot directly to NVME but I seem to have lost the ability to boot from SD (green light won't come on at all). If I remove the SD it powers and boots just fine. BTW EMMC is removed at this time so that it won't boot first from that. RE: NVME SPI Update not booting SD Card - bcnaz - 08-19-2020 It states in the wiki the factory 'boot instructions' are on the eMMC. That guides it to 'boot' from the sd card first, if one is inserted. If you have flashed the SPI, that should have included perhaps boot sd card first and your NVME second ? Then without an sd card it will boot first from your NVME. RE: NVME SPI Update not booting SD Card - hive - 10-18-2020 (08-18-2020, 07:54 PM)WZ9V Wrote:@WZ9V Do you know how to configure the PBP to boot from NVMe without removing the eMMC?(08-16-2020, 08:39 PM)WZ9V Wrote: I updated the SPI following the instructions here https://github.com/pcm720/rockchip-u-boot/releases and now it boot directly to NVME but I seem to have lost the ability to boot from SD (green light won't come on at all). If I remove the SD it powers and boots just fine. BTW EMMC is removed at this time so that it won't boot first from that. RE: NVME SPI Update not booting SD Card - hive - 10-18-2020 @WZ9V Do you know how to configure the PBP to boot from NVMe without removing the eMMC? RE: NVME SPI Update not booting SD Card - wdt - 10-18-2020 It is in the compile options for that particular uboot, for example (pcm, dated Aug20) @localhost pcm-uboot]$ strings u-boot.img |grep _target boot_targets=mmc1 nvme0 usb0 mmc0 pxe dhcp (mmc0=emmc,,mmc1=SD) @WZ9V I have to wonder if that SD was bootable, if the nvme was disconnected or removed would the same thing happen? (op, I know, old) |