PINE64

Full Version: Boot From USB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just wondering if it's even possible I tried it once and it didn't work. Thank you  Big Grin
(04-27-2016, 06:37 AM)Jon_30 Wrote: [ -> ]Just wondering if it's even possible I tried it once and it didn't work. Thank you  Big Grin

Not possible
Is it because we can't access the bios to choose where it looks first in the boot sequence?
There is no BIOS in the traditional sense.

The device uses U-Boot, and a custom one at that. Thats about the sum of what I know, more good info is avail here https://github.com/longsleep/u-boot-pine64 thanks to longsleep. 

Bios was a function set for larger implementations. Keep in mind that SOC based platforms are usually designed for very specific and very code limited application when it comes to OS launching. That means that the BIOS wasnt needed. Good generic info on U-Boot is avail here http://www.denx.de/wiki/U-Boot/DesignPrinciples
(04-27-2016, 12:54 PM)rahlquist Wrote: [ -> ]There is no BIOS in the traditional sense.

The device uses U-Boot, and a custom one at that. Thats about the sum of what I know, more good info is avail here https://github.com/longsleep/u-boot-pine64 thanks to longsleep. 

Bios was a function set for larger implementations. Keep in mind that SOC based platforms are usually designed for very specific and very code limited application when it comes to OS launching. That means that the BIOS wasnt needed. Good generic info on U-Boot is avail here http://www.denx.de/wiki/U-Boot/DesignPrinciples

Oh I was a bit confused on how pine64 booted. Thanks! Tongue