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/" #