Skip to content

Commit

Permalink
hwpack: swith udoo to spl mode
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <[email protected]>
  • Loading branch information
RobertCNelson committed Aug 4, 2015
1 parent 263e17d commit 78928ed
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 48 deletions.
24 changes: 0 additions & 24 deletions tools/hwpack/imx6dl-udoo.conf

This file was deleted.

24 changes: 0 additions & 24 deletions tools/hwpack/imx6q-udoo.conf

This file was deleted.

35 changes: 35 additions & 0 deletions tools/hwpack/udoo.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/bin/bash
# --dtb udoo (Freescale based i.MX6 UDOO (Quad/Dual Core):supported)

#Bootloader:
conf_board="udoo"
conf_bl_http="https://rcn-ee.com/repos/bootloader/latest"
conf_bl_listfile="bootloader-ng"

#Bootloader Partition:
conf_boot_fstype="ext2"

bootloader_location="dd_spl_uboot_boot"

spl_uboot_name="SPL"
dd_spl_uboot_count=""
dd_spl_uboot_seek="1"
dd_spl_uboot_conf=""
dd_spl_uboot_bs="1k"
spl_name="SPL"

uboot_name="u-boot.img"
dd_uboot_count=""
dd_uboot_seek="69"
dd_uboot_conf=""
dd_uboot_bs="1k"
boot_name="u-boot.img"

#Kernel:
conf_kernel=
dtb=
usbnet_mem=


SERIAL="ttymxc1"
drm_device_identifier="HDMI-A-1"

0 comments on commit 78928ed

Please sign in to comment.