From ea6907d30fb2a541c3082362283b9612192cb550 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 10 Jun 2014 16:04:32 -0500 Subject: [PATCH] hwpack: beagles to v3.15.x Signed-off-by: Robert Nelson --- hwpack/omap3-beagle-xm.conf | 12 +++++++----- hwpack/omap3-beagle.conf | 15 ++++++++------- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/hwpack/omap3-beagle-xm.conf b/hwpack/omap3-beagle-xm.conf index 25792c7..06df381 100644 --- a/hwpack/omap3-beagle-xm.conf +++ b/hwpack/omap3-beagle-xm.conf @@ -34,10 +34,14 @@ conf_uboot_use_uenvcmd=1 #can the bootloader auto detect the device: (*.dtb)? uboot_fdt_auto_detection=1 +#with mainline u-boot, the variable for the *.dtb file can vary +#uboot_fdt_variable_name="fdt_file" + #Kernel: #https://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7 kernel_subarch="armv7" -kernel_repo="STABLE" +#kernel_repo="STABLE" +kernel_repo="TESTING" usbnet_mem="16384" @@ -48,12 +52,10 @@ conf_fdtaddr="0x88000000" conf_initrdaddr="0x88080000" need_ti_connectivity_firmware=1 -#SYSTEM="video" -#SYSTEM="serial" - -SYSTEM="beagleboard" +SYSTEM="video" SERIAL="ttyO2" SERIAL_CONSOLE="${SERIAL},115200n8" USE_KMS=1 +drm_device_identifier="DVI-D-1" diff --git a/hwpack/omap3-beagle.conf b/hwpack/omap3-beagle.conf index 193e111..b2e1433 100644 --- a/hwpack/omap3-beagle.conf +++ b/hwpack/omap3-beagle.conf @@ -34,10 +34,14 @@ conf_uboot_use_uenvcmd=1 #can the bootloader auto detect the device: (*.dtb)? uboot_fdt_auto_detection=1 +#with mainline u-boot, the variable for the *.dtb file can vary +#uboot_fdt_variable_name="fdt_file" + #Kernel: #https://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7 kernel_subarch="armv7" -kernel_repo="STABLE" +#kernel_repo="STABLE" +kernel_repo="TESTING" usbnet_mem="8192" @@ -47,15 +51,12 @@ conf_loadaddr="0x82000000" conf_fdtaddr="0x88000000" conf_initrdaddr="0x88080000" #need_ti_connectivity_firmware=1 -#conf_kernel_usb_not_builtin=1 - -#SYSTEM="video" -#SYSTEM="serial" -SYSTEM="beagleboard" +SYSTEM="video-musb" SERIAL="ttyO2" SERIAL_CONSOLE="${SERIAL},115200n8" -SERIAL_MODE=1 USE_KMS=1 +drm_device_identifier="DVI-D-1" +SERIAL_MODE=1