Specify the root device in cmdline.txt, also, it's 'Pi', not 'PI'.

This commit is contained in:
jakllsch 2013-01-21 17:14:23 +00:00
parent bc399b5b4e
commit 05b3b9d385
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# $NetBSD: rpi.conf,v 1.10 2013/01/21 16:59:23 skrll Exp $
# Raspberry PI customization script used by mkimage
# $NetBSD: rpi.conf,v 1.11 2013/01/21 17:14:23 jakllsch Exp $
# Raspberry Pi customization script used by mkimage
#
board=rpi
@ -26,6 +26,7 @@ wscons=YES
EOF
${sudo} cat > ${mnt}/boot/cmdline.txt << EOF
root=ld0a
console=fb
#fb=1280x1024 # to select a mode, otherwise try EDID
#fb=disable # to disable fb completely