hwpack: imx6q-sabrelite: needs fat and boot.scr

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/37/head
Robert Nelson 10 years ago
parent 062e00d462
commit dc7bc6b0a3

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

Loading…
Cancel
Save