NanoPC T6 - Install the bootloader to the SPI NOR flash - Help needed. #623
Unanswered
Spirarementum
asked this question in
Q&A
Replies: 2 comments
-
sudo dd if=/lib/u-boot/rkspi_loader.img of=/dev/mtdblock0 conv=notrunc |
Beta Was this translation helpful? Give feedback.
0 replies
-
You probably found it by now, but just for posterity - you can get the rkspi_loader.img file from a server linked in the Armbian Installation Guide FriendlyElec Wiki page. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/Joshua-Riek/ubuntu-rockchip/wiki/NanoPC-T6
I am stuck at the very first step:
Booting directly from an NVMe requires flashing U-Boot to the SPI.
sudo dd if=/lib/u-boot-friendlyelec-rk3588/rkspi_loader.img of=/dev/mtdblock0 conv=notrunc
sync_
Sorry for my ignorance but where can I find the file /lib/u-boot-friendlyelec-rk3588/rkspi_loader.img ?
I have looked on the SD card on which I have written the T6 image and subsequently booted with (ubuntu-22.04.3-preinstalled-desktop-arm64-nanopc-t6.img.xz)
Beta Was this translation helpful? Give feedback.
All reactions