From 3ec5b5f3a8200eddeebf4310dcc4aac07e4a3fad Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 23 Apr 2013 15:12:34 -0500 Subject: [PATCH] add lockup note for bone Signed-off-by: Robert Nelson --- hwpack/am335x-bone-serial.conf | 2 +- hwpack/am335x-bone-video.conf | 2 +- mk_mmc.sh | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hwpack/am335x-bone-serial.conf b/hwpack/am335x-bone-serial.conf index 9d2d2cd..f4f5350 100644 --- a/hwpack/am335x-bone-serial.conf +++ b/hwpack/am335x-bone-serial.conf @@ -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." diff --git a/hwpack/am335x-bone-video.conf b/hwpack/am335x-bone-video.conf index b2dbc2f..8c23d51 100644 --- a/hwpack/am335x-bone-video.conf +++ b/hwpack/am335x-bone-video.conf @@ -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." diff --git a/mk_mmc.sh b/mk_mmc.sh index 8e4c6ab..2e3d88e 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -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]"