Hilscher Community Forum
[SOLVED] Boot from usb stick - Printable Version

+- Hilscher Community Forum (https://forum.hilscher.com)
+-- Forum: netPI 3 - Docker featuring Industrial Raspberry Pi 3 platform (https://forum.hilscher.com/forum-1.html)
+--- Forum: Software (https://forum.hilscher.com/forum-5.html)
+--- Thread: [SOLVED] Boot from usb stick (/thread-343.html)



[SOLVED] Boot from usb stick - Jonas.Sellmann@outlook.de - November-21st-2018

Hello,

is there a chance to boot from an usb stick?


Thanks,

Jonas


RE: Boot from usb stick - Armin@netPI - November-21st-2018

Well Jonas, on a standard Raspberry the way to enable USB boot is described here: https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/msd.md

But as you know on netPI you have no chance to made any modifications in the config.txt file located on the host Linux partition.

The Raspberry (the same as with netPI) bootloader performs the following boot flow: https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/bootflow.md and checks the OTP bit 28 as mentioned here https://www.raspberrypi.org/documentation/hardware/raspberrypi/otpbits.md. If set it boots from USB disk drive if any found.

I tested this feature on a netPI evaluation hardware myself and I can tell you that netPI supports this boot mode and boots from USB stick indeed. But you need to get this bit set and I don't know of any trick to set it other than modify the config.txt.

Thx
Armin