From 731ebb8e25689a42c366215536d0ae2f049b6e90 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 21 Oct 2015 15:26:46 -0500 Subject: [PATCH] u-boot fixes for am335x Signed-off-by: Robert Nelson --- hwpack/am335x-bone-serial.conf | 11 ++++++----- hwpack/am335x-bone-video.conf | 12 +++++++----- hwpack/am335x-boneblack.conf | 12 ++++++------ 3 files changed, 19 insertions(+), 16 deletions(-) diff --git a/hwpack/am335x-bone-serial.conf b/hwpack/am335x-bone-serial.conf index de63f85..84621a5 100644 --- a/hwpack/am335x-bone-serial.conf +++ b/hwpack/am335x-bone-serial.conf @@ -31,17 +31,18 @@ boot_name="u-boot.img" #Bootloader: u-boot features: conf_smart_uboot="enable" +conf_netinstall_enable="enable" #Kernel: -#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST-omap-psp -kernel_subarch="omap-psp" +#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST- +kernel_subarch="ti" #kernel_repo="LTS" -kernel_repo="STABLE" -#kernel_repo="TESTING" +#kernel_repo="STABLE" +kernel_repo="TESTING" dtb= usbnet_mem= -SERIAL="ttyO0" +SERIAL="ttyS0" SERIAL_CONSOLE="${SERIAL},115200n8" di_serial_mode="enable" 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." diff --git a/hwpack/am335x-bone-video.conf b/hwpack/am335x-bone-video.conf index 1e0a5db..5d70483 100644 --- a/hwpack/am335x-bone-video.conf +++ b/hwpack/am335x-bone-video.conf @@ -31,16 +31,18 @@ boot_name="u-boot.img" #Bootloader: u-boot features: conf_smart_uboot="enable" +conf_netinstall_enable="enable" #Kernel: -#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST-omap-psp -kernel_subarch="omap-psp" +#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST- +kernel_subarch="ti" #kernel_repo="LTS" -kernel_repo="STABLE" -#kernel_repo="TESTING"dtb= +#kernel_repo="STABLE" +kernel_repo="TESTING" +dtb= usbnet_mem= -SERIAL="ttyO0" +SERIAL="ttyS0" SERIAL_CONSOLE="${SERIAL},115200n8" drm_device_identifier="HDMI-A-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." diff --git a/hwpack/am335x-boneblack.conf b/hwpack/am335x-boneblack.conf index 5742eab..8864a1d 100644 --- a/hwpack/am335x-boneblack.conf +++ b/hwpack/am335x-boneblack.conf @@ -31,18 +31,18 @@ boot_name="u-boot.img" #Bootloader: u-boot features: conf_smart_uboot="enable" +conf_netinstall_enable="enable" #Kernel: -#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST-omap-psp -kernel_subarch="omap-psp" +#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST- +kernel_subarch="ti" #kernel_repo="LTS" -kernel_repo="STABLE" -#kernel_repo="TESTING" +#kernel_repo="STABLE" +kernel_repo="TESTING" dtb= usbnet_mem= -SERIAL="ttyO0" +SERIAL="ttyS0" SERIAL_CONSOLE="${SERIAL},115200n8" drm_device_identifier="HDMI-A-1" -cmdline="capemgr.disable_partno=BB-BONE-EMMC-2G" conf_note="Note: During the install use a 5Volt DC power supply as USB does not always provide enough power."