Boot From USB - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6) +--- Thread: Boot From USB (/showthread.php?tid=797) |
Boot From USB - Jon_30 - 04-27-2016 Just wondering if it's even possible I tried it once and it didn't work. Thank you RE: Boot From USB - tllim - 04-27-2016 (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 Not possible Boot From USB - Leoncito81 - 04-27-2016 Is it because we can't access the bios to choose where it looks first in the boot sequence? RE: Boot From USB - rahlquist - 04-27-2016 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 RE: Boot From USB - Jon_30 - 04-27-2016 (04-27-2016, 12:54 PM)rahlquist Wrote: There is no BIOS in the traditional sense. Oh I was a bit confused on how pine64 booted. Thanks! |