add lockup note for bone

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/22/head
Robert Nelson 12 years ago
parent f2708dc58a
commit 3ec5b5f3a8

@ -48,5 +48,5 @@ SERIAL_CONSOLE="${SERIAL},115200n8"
SERIAL_MODE=1
USE_KMS=1
conf_note="Note: During the install use a 5Volt DC power supply as USB does not always provide enough power."
conf_note="Note: During the install use a 5Volt DC power supply as USB does not always provide enough power. If board locks up on boot run [sudo ifconfig usb0 up] on host."
conf_warning="ONBOARD Ethernet: dhcp ip retrieval is failing, please use external usb-ethernet during initial install till it can be fixed."

@ -47,5 +47,5 @@ SERIAL_CONSOLE="${SERIAL},115200n8"
USE_KMS=1
conf_note="Note: During the install use a 5Volt DC power supply as USB does not always provide enough power."
conf_note="Note: During the install use a 5Volt DC power supply as USB does not always provide enough power. If board locks up on boot run [sudo ifconfig usb0 up] on host."
conf_warning="ONBOARD Ethernet: dhcp ip retrieval is failing, please use external usb-ethernet during initial install till it can be fixed."

@ -1618,6 +1618,7 @@ check_uboot_type () {
#just to disable the omapfb stuff..
USE_KMS=1
conf_note="Note: During the install use a 5Volt DC power supply as USB does not always provide enough power. If board locks up on boot run [sudo ifconfig usb0 up] on host."
;;
bone-video)
need_am335x_firmware="1"
@ -1636,6 +1637,7 @@ check_uboot_type () {
#just to disable the omapfb stuff..
USE_KMS=1
conf_note="Note: During the install use a 5Volt DC power supply as USB does not always provide enough power. If board locks up on boot run [sudo ifconfig usb0 up] on host."
;;
bone_dt|bone_dtb)
echo "Note: [--dtb am335x-bone-serial] now replaces [--uboot bone_dtb]"

Loading…
Cancel
Save