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

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

@ -5,7 +5,7 @@
conf_bootloader_in_flash="enable" conf_bootloader_in_flash="enable"
#Bootloader Partition: #Bootloader Partition:
conf_boot_fstype="ext2" conf_boot_fstype="fat"
#Bootloader: u-boot features: #Bootloader: u-boot features:
@ -24,14 +24,13 @@ conf_uboot_CONFIG_CMD_FS_GENERIC=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
conf_uboot_bootscript="6x_bootscript" conf_uboot_bootscript="boot.scr"
#Kernel: Bootloader Settings: #Kernel: Bootloader Settings:
conf_zreladdr="0x10008000" conf_zreladdr="0x10008000"
conf_loadaddr="0x12000000" conf_loadaddr="0x12000000"
conf_fdtaddr="0x11000000" conf_fdtaddr="0x18000000"
#initrdaddr = loadaddr + 10(mb) * 10 0000 = 0x12A0 0000 (10MB) conf_initrdaddr="0x18080000"
conf_initrdaddr="0x12A00000"
#Kernel: #Kernel:
#https://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7 #https://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7
@ -44,6 +43,6 @@ usbnet_mem=
SERIAL="ttymxc1" SERIAL="ttymxc1"
SERIAL_CONSOLE="${SERIAL},115200n8" SERIAL_CONSOLE="${SERIAL},115200n8"
drm_device_identifier="HDMI-A-1" 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/" conf_note="Required: http://boundarydevices.com/u-boot-2014-04-release-mx6/"
# #

Loading…
Cancel
Save