From dc7bc6b0a3577ca041d73ab825a519b65c57247e Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 29 Jul 2014 09:13:25 -0500 Subject: [PATCH] hwpack: imx6q-sabrelite: needs fat and boot.scr Signed-off-by: Robert Nelson --- hwpack/imx6q-sabrelite.conf | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/hwpack/imx6q-sabrelite.conf b/hwpack/imx6q-sabrelite.conf index 83aaeb5..5105ea2 100644 --- a/hwpack/imx6q-sabrelite.conf +++ b/hwpack/imx6q-sabrelite.conf @@ -5,7 +5,7 @@ conf_bootloader_in_flash="enable" #Bootloader Partition: -conf_boot_fstype="ext2" +conf_boot_fstype="fat" #Bootloader: u-boot features: @@ -24,14 +24,13 @@ conf_uboot_CONFIG_CMD_FS_GENERIC=1 #can the bootloader auto detect the device: (*.dtb)? #uboot_fdt_auto_detection=1 -conf_uboot_bootscript="6x_bootscript" +conf_uboot_bootscript="boot.scr" #Kernel: Bootloader Settings: conf_zreladdr="0x10008000" conf_loadaddr="0x12000000" -conf_fdtaddr="0x11000000" -#initrdaddr = loadaddr + 10(mb) * 10 0000 = 0x12A0 0000 (10MB) -conf_initrdaddr="0x12A00000" +conf_fdtaddr="0x18000000" +conf_initrdaddr="0x18080000" #Kernel: #https://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7 @@ -44,6 +43,6 @@ usbnet_mem= SERIAL="ttymxc1" SERIAL_CONSOLE="${SERIAL},115200n8" drm_device_identifier="HDMI-A-1" -di_serial_mode=enable +di_serial_mode="enable" conf_note="Required: http://boundarydevices.com/u-boot-2014-04-release-mx6/" #