parent
6805182881
commit
50500f1466
@ -1,37 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
# --dtb wandboard-dual-revc1 (Freescale based i.MX6 Wandboard (Dual Core):supported)
|
|
||||||
|
|
||||||
#Bootloader:
|
|
||||||
conf_board="wandboard_dl"
|
|
||||||
conf_bl_http="https://rcn-ee.com/repos/bootloader/latest"
|
|
||||||
conf_bl_listfile="bootloader-ng"
|
|
||||||
|
|
||||||
#Bootloader Partition:
|
|
||||||
conf_boot_fstype="ext2"
|
|
||||||
|
|
||||||
bootloader_location="dd_uboot_boot"
|
|
||||||
uboot_name="u-boot.imx"
|
|
||||||
dd_uboot_count=""
|
|
||||||
dd_uboot_seek="2"
|
|
||||||
dd_uboot_conf=""
|
|
||||||
dd_uboot_bs="512"
|
|
||||||
unset spl_name
|
|
||||||
boot_name="u-boot.imx"
|
|
||||||
|
|
||||||
#Bootloader: u-boot features:
|
|
||||||
conf_smart_uboot="enable"
|
|
||||||
|
|
||||||
#Kernel:
|
|
||||||
#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST-armv7
|
|
||||||
kernel_subarch="armv7"
|
|
||||||
kernel_repo="STABLE"
|
|
||||||
#kernel_repo="TESTING"
|
|
||||||
dtb=imx6dl-wandboard.dtb
|
|
||||||
usbnet_mem=
|
|
||||||
need_wandboard_firmware=1
|
|
||||||
|
|
||||||
SERIAL="ttymxc0"
|
|
||||||
SERIAL_CONSOLE="${SERIAL},115200n8"
|
|
||||||
|
|
||||||
drm_read_edid_broken="enable"
|
|
||||||
drm_device_identifier="HDMI-A-1"
|
|
@ -1,37 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
# --dtb wandboard-quad-revb1 (Freescale based i.MX6 Wandboard (Quad Core):supported)
|
|
||||||
|
|
||||||
#Bootloader:
|
|
||||||
conf_board="wandboard_quad"
|
|
||||||
conf_bl_http="https://rcn-ee.com/repos/bootloader/latest"
|
|
||||||
conf_bl_listfile="bootloader-ng"
|
|
||||||
|
|
||||||
#Bootloader Partition:
|
|
||||||
conf_boot_fstype="ext2"
|
|
||||||
|
|
||||||
bootloader_location="dd_uboot_boot"
|
|
||||||
uboot_name="u-boot.imx"
|
|
||||||
dd_uboot_count=""
|
|
||||||
dd_uboot_seek="2"
|
|
||||||
dd_uboot_conf=""
|
|
||||||
dd_uboot_bs="512"
|
|
||||||
unset spl_name
|
|
||||||
boot_name="u-boot.imx"
|
|
||||||
|
|
||||||
#Bootloader: u-boot features:
|
|
||||||
conf_smart_uboot="enable"
|
|
||||||
|
|
||||||
#Kernel:
|
|
||||||
#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST-armv7
|
|
||||||
kernel_subarch="armv7"
|
|
||||||
kernel_repo="STABLE"
|
|
||||||
#kernel_repo="TESTING"
|
|
||||||
dtb=imx6q-wandboard-revb1.dtb
|
|
||||||
usbnet_mem=
|
|
||||||
need_wandboard_firmware=1
|
|
||||||
|
|
||||||
SERIAL="ttymxc0"
|
|
||||||
SERIAL_CONSOLE="${SERIAL},115200n8"
|
|
||||||
|
|
||||||
drm_read_edid_broken="enable"
|
|
||||||
drm_device_identifier="HDMI-A-1"
|
|
@ -1,37 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
# --dtb wandboard-quad-revc1 (Freescale based i.MX6 Wandboard (Quad Core):supported)
|
|
||||||
|
|
||||||
#Bootloader:
|
|
||||||
conf_board="wandboard_quad"
|
|
||||||
conf_bl_http="https://rcn-ee.com/repos/bootloader/latest"
|
|
||||||
conf_bl_listfile="bootloader-ng"
|
|
||||||
|
|
||||||
#Bootloader Partition:
|
|
||||||
conf_boot_fstype="ext2"
|
|
||||||
|
|
||||||
bootloader_location="dd_uboot_boot"
|
|
||||||
uboot_name="u-boot.imx"
|
|
||||||
dd_uboot_count=""
|
|
||||||
dd_uboot_seek="2"
|
|
||||||
dd_uboot_conf=""
|
|
||||||
dd_uboot_bs="512"
|
|
||||||
unset spl_name
|
|
||||||
boot_name="u-boot.imx"
|
|
||||||
|
|
||||||
#Bootloader: u-boot features:
|
|
||||||
conf_smart_uboot="enable"
|
|
||||||
|
|
||||||
#Kernel:
|
|
||||||
#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST-armv7
|
|
||||||
kernel_subarch="armv7"
|
|
||||||
kernel_repo="STABLE"
|
|
||||||
#kernel_repo="TESTING"
|
|
||||||
dtb=imx6q-wandboard.dtb
|
|
||||||
usbnet_mem=
|
|
||||||
need_wandboard_firmware=1
|
|
||||||
|
|
||||||
SERIAL="ttymxc0"
|
|
||||||
SERIAL_CONSOLE="${SERIAL},115200n8"
|
|
||||||
|
|
||||||
drm_read_edid_broken="enable"
|
|
||||||
drm_device_identifier="HDMI-A-1"
|
|
@ -1,37 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
# --dtb wandboard-solo (Freescale based i.MX6 Wandboard (Single Core):supported)
|
|
||||||
|
|
||||||
#Bootloader:
|
|
||||||
conf_board="wandboard_solo"
|
|
||||||
conf_bl_http="https://rcn-ee.com/repos/bootloader/latest"
|
|
||||||
conf_bl_listfile="bootloader-ng"
|
|
||||||
|
|
||||||
#Bootloader Partition:
|
|
||||||
conf_boot_fstype="ext2"
|
|
||||||
|
|
||||||
bootloader_location="dd_uboot_boot"
|
|
||||||
uboot_name="u-boot.imx"
|
|
||||||
dd_uboot_count=""
|
|
||||||
dd_uboot_seek="2"
|
|
||||||
dd_uboot_conf=""
|
|
||||||
dd_uboot_bs="512"
|
|
||||||
unset spl_name
|
|
||||||
boot_name="u-boot.imx"
|
|
||||||
|
|
||||||
#Bootloader: u-boot features:
|
|
||||||
conf_smart_uboot="enable"
|
|
||||||
|
|
||||||
#Kernel:
|
|
||||||
#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST-armv7
|
|
||||||
kernel_subarch="armv7"
|
|
||||||
kernel_repo="STABLE"
|
|
||||||
#kernel_repo="TESTING"
|
|
||||||
dtb=imx6dl-wandboard-revb1.dtb
|
|
||||||
usbnet_mem=
|
|
||||||
need_wandboard_firmware=1
|
|
||||||
|
|
||||||
SERIAL="ttymxc0"
|
|
||||||
SERIAL_CONSOLE="${SERIAL},115200n8"
|
|
||||||
|
|
||||||
drm_read_edid_broken="enable"
|
|
||||||
drm_device_identifier="HDMI-A-1"
|
|
Loading…
Reference in new issue