Jump to content

OrangePi Zero + SPI-boot + SD card


Recommended Posts

Hello, 

 

Is such configuration possible:

1. Orange Pi Zero + 

2. SPI-boot with no USB storage

3. SD Card has armbian files, but it is not bootable.

 

I red that there is configuration with SPI-boot + USB storage, but not sure if there is a guide/possibility to continue use SD Card.

 

Is that possible, is there any guide? 

 

Thank you.

Link to comment
Share on other sites

You dont want uboot on the SD, it has higher priority than the spi so the spi boot hook will never get triggered with a valid uboot on the sd.

 

The way I did this with an Allwinner board with an A25Q128FV 128Mbit chip was to put the kernel with an embedded rootfs onto the spi. Boot spi kernel+rootfs image, decrypt sd, change root, continue sd boot process. I used buildroot to create the kernel+rootfs image which was about 9MB.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines