Banana Pi: Boot from USB Stick

WARNING: I never got this to work (functions but won't complete boot, seems something wonky with my USB stick). Trouble is that once you edit the file, if you can't boot back in you can't fix it and must re-burn (unless you have an ARM Linux distro handy)

Per this thread
http://my5cent.spdns.de/en/banana-pi/banana-pi-bananian-von-festplatte-booten.html

Mount the boot partition and edit the startup params:
mount /dev/mmcblk0p1 /mnt/
pico /mnt/uEnv.txt

Change the parameters
from:
root = /dev/mmcblk0p2

to (or what you like):
root = /dev/sda1 

Share this

Related Posts

Previous
Next Post »