hwpack: updates bones

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/37/head
Robert Nelson 11 years ago
parent 84f68cf72b
commit 2d90099a02

@ -34,10 +34,14 @@ conf_uboot_use_uenvcmd=1
#can the bootloader auto detect the device: (*.dtb)? #can the bootloader auto detect the device: (*.dtb)?
uboot_fdt_auto_detection=1 uboot_fdt_auto_detection=1
#with mainline u-boot, the variable for the *.dtb file can vary
#uboot_fdt_variable_name="fdt_file"
#Kernel: #Kernel:
#https://rcn-ee.net/deb/wheezy-armhf/LATEST-omap-psp #https://rcn-ee.net/deb/wheezy-armhf/LATEST-omap-psp
kernel_subarch="omap-psp" kernel_subarch="omap-psp"
kernel_repo="STABLE" kernel_repo="STABLE"
#kernel_repo="TESTING"
usbnet_mem= usbnet_mem=
@ -46,14 +50,14 @@ conf_zreladdr="0x80008000"
conf_loadaddr="0x82000000" conf_loadaddr="0x82000000"
conf_fdtaddr="0x88000000" conf_fdtaddr="0x88000000"
conf_initrdaddr="0x88080000" conf_initrdaddr="0x88080000"
conf_fdtfile="am335x-bone.dtb"
need_am335x_firmware=1 need_am335x_firmware=1
SYSTEM="serial"
SERIAL="ttyO0" SERIAL="ttyO0"
SERIAL_CONSOLE="${SERIAL},115200n8" SERIAL_CONSOLE="${SERIAL},115200n8"
SERIAL_MODE=1 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. If board locks up on boot run [sudo ifconfig usb0 up] on host." 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."
# #

@ -34,10 +34,14 @@ conf_uboot_use_uenvcmd=1
#can the bootloader auto detect the device: (*.dtb)? #can the bootloader auto detect the device: (*.dtb)?
uboot_fdt_auto_detection=1 uboot_fdt_auto_detection=1
#with mainline u-boot, the variable for the *.dtb file can vary
#uboot_fdt_variable_name="fdt_file"
#Kernel: #Kernel:
#https://rcn-ee.net/deb/wheezy-armhf/LATEST-omap-psp #https://rcn-ee.net/deb/wheezy-armhf/LATEST-omap-psp
kernel_subarch="omap-psp" kernel_subarch="omap-psp"
kernel_repo="STABLE" kernel_repo="STABLE"
#kernel_repo="TESTING"
usbnet_mem= usbnet_mem=
@ -46,13 +50,13 @@ conf_zreladdr="0x80008000"
conf_loadaddr="0x82000000" conf_loadaddr="0x82000000"
conf_fdtaddr="0x88000000" conf_fdtaddr="0x88000000"
conf_initrdaddr="0x88080000" conf_initrdaddr="0x88080000"
conf_fdtfile="am335x-bone.dtb"
need_am335x_firmware=1 need_am335x_firmware=1
SYSTEM="video"
SERIAL="ttyO0" SERIAL="ttyO0"
SERIAL_CONSOLE="${SERIAL},115200n8" SERIAL_CONSOLE="${SERIAL},115200n8"
#SERIAL_MODE=1
USE_KMS=1 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." 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."

@ -34,10 +34,14 @@ conf_uboot_use_uenvcmd=1
#can the bootloader auto detect the device: (*.dtb)? #can the bootloader auto detect the device: (*.dtb)?
uboot_fdt_auto_detection=1 uboot_fdt_auto_detection=1
#with mainline u-boot, the variable for the *.dtb file can vary
#uboot_fdt_variable_name="fdt_file"
#Kernel: #Kernel:
#https://rcn-ee.net/deb/wheezy-armhf/LATEST-omap-psp #https://rcn-ee.net/deb/wheezy-armhf/LATEST-omap-psp
kernel_subarch="omap-psp" kernel_subarch="omap-psp"
kernel_repo="STABLE" kernel_repo="STABLE"
#kernel_repo="TESTING"
usbnet_mem= usbnet_mem=
@ -46,9 +50,10 @@ conf_zreladdr="0x80008000"
conf_loadaddr="0x82000000" conf_loadaddr="0x82000000"
conf_fdtaddr="0x88000000" conf_fdtaddr="0x88000000"
conf_initrdaddr="0x88080000" conf_initrdaddr="0x88080000"
conf_fdtfile="am335x-boneblack.dtb"
need_am335x_firmware=1 need_am335x_firmware=1
SYSTEM="video"
SERIAL="ttyO0" SERIAL="ttyO0"
SERIAL_CONSOLE="${SERIAL},115200n8" SERIAL_CONSOLE="${SERIAL},115200n8"

Loading…
Cancel
Save