From bb3993e663cb24fbbb5ef8fda2ebf358b6daf636 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Sat, 27 Apr 2013 10:09:28 -0500 Subject: [PATCH] use: conf_uboot_CONFIG_CMD_FS_GENERIC to decide load vs fatload/ext2load Signed-off-by: Robert Nelson --- hwpack/am335x-bone-serial.conf | 7 ++++++- hwpack/am335x-bone-video.conf | 7 ++++++- hwpack/am335x-boneblack.conf | 7 ++++++- hwpack/docs.txt | 15 +++++++++------ hwpack/imx51-babbage.conf | 7 ++++++- hwpack/imx53-qsb.conf | 7 ++++++- hwpack/imx6q-sabrelite.conf | 7 ++++++- hwpack/imx6q-sabresd.conf | 7 ++++++- hwpack/omap3-beagle-xm-v3.9-dt.conf | 7 ++++++- hwpack/omap3-beagle-xm.conf | 7 ++++++- hwpack/omap4-panda-a4.conf | 7 ++++++- hwpack/omap4-panda-es.conf | 7 ++++++- hwpack/omap4-panda-v3.9-dt.conf | 7 ++++++- hwpack/omap4-panda.conf | 7 ++++++- hwpack/wandboard-dl.conf | 7 ++++++- hwpack/wandboard-solo.conf | 7 ++++++- mk_mmc.sh | 28 +++++++++++++++++++--------- 17 files changed, 118 insertions(+), 30 deletions(-) diff --git a/hwpack/am335x-bone-serial.conf b/hwpack/am335x-bone-serial.conf index 207bf31..5cce7e7 100644 --- a/hwpack/am335x-bone-serial.conf +++ b/hwpack/am335x-bone-serial.conf @@ -14,18 +14,23 @@ spl_name="MLO" boot_name="u-boot.img" #Bootloader: u-boot features: + #CONFIG_CMD_BOOTZ #bootz & zImage conf_uboot_CONFIG_CMD_BOOTZ=1 + #CONFIG_SUPPORT_RAW_INITRD #allows booting un-mkimage wrapped initrds #conf_uboot_CONFIG_SUPPORT_RAW_INITRD=1 +#CONFIG_CMD_FS_GENERIC +#allows using "load" over "fatload"/"ext2load" +conf_uboot_CONFIG_CMD_FS_GENERIC=1 + #Bootloader: u-boot settings boot_script="uEnv.txt" boot_fstype="fat" uboot_SCRIPT_ENTRY="uenvcmd" -uboot_CMD_LOAD="load" uboot_fdt_auto_detection=1 #Kernel: diff --git a/hwpack/am335x-bone-video.conf b/hwpack/am335x-bone-video.conf index a858dc5..76d4fcd 100644 --- a/hwpack/am335x-bone-video.conf +++ b/hwpack/am335x-bone-video.conf @@ -14,18 +14,23 @@ spl_name="MLO" boot_name="u-boot.img" #Bootloader: u-boot features: + #CONFIG_CMD_BOOTZ #bootz & zImage conf_uboot_CONFIG_CMD_BOOTZ=1 + #CONFIG_SUPPORT_RAW_INITRD #allows booting un-mkimage wrapped initrds #conf_uboot_CONFIG_SUPPORT_RAW_INITRD=1 +#CONFIG_CMD_FS_GENERIC +#allows using "load" over "fatload"/"ext2load" +conf_uboot_CONFIG_CMD_FS_GENERIC=1 + #Bootloader: u-boot settings boot_script="uEnv.txt" boot_fstype="fat" uboot_SCRIPT_ENTRY="uenvcmd" -uboot_CMD_LOAD="load" uboot_fdt_auto_detection=1 #Kernel: diff --git a/hwpack/am335x-boneblack.conf b/hwpack/am335x-boneblack.conf index 03c5f56..34ef268 100644 --- a/hwpack/am335x-boneblack.conf +++ b/hwpack/am335x-boneblack.conf @@ -14,18 +14,23 @@ spl_name="MLO" boot_name="u-boot.img" #Bootloader: u-boot features: + #CONFIG_CMD_BOOTZ #bootz & zImage conf_uboot_CONFIG_CMD_BOOTZ=1 + #CONFIG_SUPPORT_RAW_INITRD #allows booting un-mkimage wrapped initrds #conf_uboot_CONFIG_SUPPORT_RAW_INITRD=1 +#CONFIG_CMD_FS_GENERIC +#allows using "load" over "fatload"/"ext2load" +conf_uboot_CONFIG_CMD_FS_GENERIC=1 + #Bootloader: u-boot settings boot_script="uEnv.txt" boot_fstype="fat" uboot_SCRIPT_ENTRY="uenvcmd" -uboot_CMD_LOAD="load" uboot_fdt_auto_detection=1 #Kernel: diff --git a/hwpack/docs.txt b/hwpack/docs.txt index eea47c9..c7b0408 100644 --- a/hwpack/docs.txt +++ b/hwpack/docs.txt @@ -14,8 +14,8 @@ So, the plan for .conf.. Ignore [] seperaters when creating your own *.c [ABI2:BEAGLEBOARD_XM:BOOT http://rcn-ee.net/deb/tools/beagleboard/u-boot-beagleboard-v2012.10-r1.img] #Bootloader: -conf_board="BEAGLEBONE_A" -conf_bl_http="http://rcn-ee.net/deb/tools/latest/" +conf_board="BEAGLEBONE" +conf_bl_http="http://rcn-ee.net/deb/tools/latest" conf_bl_listfile="bootloader-ng" [(3) Partition Setup] @@ -23,23 +23,28 @@ conf_bl_listfile="bootloader-ng" #Bootloader Partition: bootloader_location="fatfs_boot" -boot_partition_size="64" +boot_partition_size="100" spl_name="MLO" boot_name="u-boot.img" #Bootloader: u-boot features: + #CONFIG_CMD_BOOTZ #bootz & zImage conf_uboot_CONFIG_CMD_BOOTZ=1 + #CONFIG_SUPPORT_RAW_INITRD #allows booting un-mkimage wrapped initrds conf_uboot_CONFIG_SUPPORT_RAW_INITRD=1 +#CONFIG_CMD_FS_GENERIC +#allows using "load" over "fatload"/"ext2load" +conf_uboot_CONFIG_CMD_FS_GENERIC=1 + #Bootloader: u-boot settings boot_script="uEnv.txt" boot_fstype="fat" uboot_SCRIPT_ENTRY="loaduimage" -uboot_CMD_LOAD="fatload" [(3) Partition Setup] [imx and a mainline u-boot] @@ -54,11 +59,9 @@ unset spl_name boot_name="u-boot.imx" #Bootloader: u-boot settings -boot_image="bootz" boot_script="uEnv.txt" boot_fstype="ext2" uboot_SCRIPT_ENTRY="uenvcmd" -uboot_CMD_LOAD="fatload" [(4) Kernel Setup] [Raw Deb file or:] diff --git a/hwpack/imx51-babbage.conf b/hwpack/imx51-babbage.conf index 18bb888..3689247 100644 --- a/hwpack/imx51-babbage.conf +++ b/hwpack/imx51-babbage.conf @@ -19,18 +19,23 @@ unset spl_name boot_name="u-boot.imx" #Bootloader: u-boot features: + #CONFIG_CMD_BOOTZ #bootz & zImage conf_uboot_CONFIG_CMD_BOOTZ=1 + #CONFIG_SUPPORT_RAW_INITRD #allows booting un-mkimage wrapped initrds conf_uboot_CONFIG_SUPPORT_RAW_INITRD=1 +#CONFIG_CMD_FS_GENERIC +#allows using "load" over "fatload"/"ext2load" +conf_uboot_CONFIG_CMD_FS_GENERIC=1 + #Bootloader: u-boot settings boot_script="uEnv.txt" boot_fstype="ext2" uboot_SCRIPT_ENTRY="uenvcmd" -uboot_CMD_LOAD="load" #Kernel: #http://rcn-ee.net/deb/wheezy-armhf/LATEST-imx diff --git a/hwpack/imx53-qsb.conf b/hwpack/imx53-qsb.conf index 494b88a..5583115 100644 --- a/hwpack/imx53-qsb.conf +++ b/hwpack/imx53-qsb.conf @@ -19,18 +19,23 @@ unset spl_name boot_name="u-boot.imx" #Bootloader: u-boot features: + #CONFIG_CMD_BOOTZ #bootz & zImage conf_uboot_CONFIG_CMD_BOOTZ=1 + #CONFIG_SUPPORT_RAW_INITRD #allows booting un-mkimage wrapped initrds conf_uboot_CONFIG_SUPPORT_RAW_INITRD=1 +#CONFIG_CMD_FS_GENERIC +#allows using "load" over "fatload"/"ext2load" +conf_uboot_CONFIG_CMD_FS_GENERIC=1 + #Bootloader: u-boot settings boot_script="uEnv.txt" boot_fstype="ext2" uboot_SCRIPT_ENTRY="uenvcmd" -uboot_CMD_LOAD="load" #Kernel: #http://rcn-ee.net/deb/wheezy-armhf/LATEST-imx diff --git a/hwpack/imx6q-sabrelite.conf b/hwpack/imx6q-sabrelite.conf index 5313bde..6dcabe0 100644 --- a/hwpack/imx6q-sabrelite.conf +++ b/hwpack/imx6q-sabrelite.conf @@ -19,18 +19,23 @@ unset spl_name boot_name="u-boot.imx" #Bootloader: u-boot features: + #CONFIG_CMD_BOOTZ #bootz & zImage conf_uboot_CONFIG_CMD_BOOTZ=1 + #CONFIG_SUPPORT_RAW_INITRD #allows booting un-mkimage wrapped initrds conf_uboot_CONFIG_SUPPORT_RAW_INITRD=1 +#CONFIG_CMD_FS_GENERIC +#allows using "load" over "fatload"/"ext2load" +conf_uboot_CONFIG_CMD_FS_GENERIC=1 + #Bootloader: u-boot settings boot_script="uEnv.txt" boot_fstype="ext2" uboot_SCRIPT_ENTRY="uenvcmd" -uboot_CMD_LOAD="load" #Kernel: #http://rcn-ee.net/deb/wheezy-armhf/LATEST-imx diff --git a/hwpack/imx6q-sabresd.conf b/hwpack/imx6q-sabresd.conf index e95188e..caaa0a9 100644 --- a/hwpack/imx6q-sabresd.conf +++ b/hwpack/imx6q-sabresd.conf @@ -17,18 +17,23 @@ unset spl_name boot_name="u-boot.imx" #Bootloader: u-boot features: + #CONFIG_CMD_BOOTZ #bootz & zImage conf_uboot_CONFIG_CMD_BOOTZ=1 + #CONFIG_SUPPORT_RAW_INITRD #allows booting un-mkimage wrapped initrds conf_uboot_CONFIG_SUPPORT_RAW_INITRD=1 +#CONFIG_CMD_FS_GENERIC +#allows using "load" over "fatload"/"ext2load" +conf_uboot_CONFIG_CMD_FS_GENERIC=1 + #Bootloader: u-boot settings boot_script="uEnv.txt" boot_fstype="ext2" uboot_SCRIPT_ENTRY="uenvcmd" -uboot_CMD_LOAD="load" #Kernel: #http://rcn-ee.net/deb/wheezy-armhf/LATEST-imx diff --git a/hwpack/omap3-beagle-xm-v3.9-dt.conf b/hwpack/omap3-beagle-xm-v3.9-dt.conf index 431ab2f..b8e80a4 100644 --- a/hwpack/omap3-beagle-xm-v3.9-dt.conf +++ b/hwpack/omap3-beagle-xm-v3.9-dt.conf @@ -14,18 +14,23 @@ spl_name="MLO" boot_name="u-boot.img" #Bootloader: u-boot features: + #CONFIG_CMD_BOOTZ #bootz & zImage conf_uboot_CONFIG_CMD_BOOTZ=1 + #CONFIG_SUPPORT_RAW_INITRD #allows booting un-mkimage wrapped initrds conf_uboot_CONFIG_SUPPORT_RAW_INITRD=1 +#CONFIG_CMD_FS_GENERIC +#allows using "load" over "fatload"/"ext2load" +#conf_uboot_CONFIG_CMD_FS_GENERIC=1 + #Bootloader: u-boot settings boot_script="uEnv.txt" boot_fstype="fat" uboot_SCRIPT_ENTRY="uenvcmd" -uboot_CMD_LOAD="fatload" #Kernel: #http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap diff --git a/hwpack/omap3-beagle-xm.conf b/hwpack/omap3-beagle-xm.conf index 2e1c3b7..919082f 100644 --- a/hwpack/omap3-beagle-xm.conf +++ b/hwpack/omap3-beagle-xm.conf @@ -14,18 +14,23 @@ spl_name="MLO" boot_name="u-boot.img" #Bootloader: u-boot features: + #CONFIG_CMD_BOOTZ #bootz & zImage conf_uboot_CONFIG_CMD_BOOTZ=1 + #CONFIG_SUPPORT_RAW_INITRD #allows booting un-mkimage wrapped initrds conf_uboot_CONFIG_SUPPORT_RAW_INITRD=1 +#CONFIG_CMD_FS_GENERIC +#allows using "load" over "fatload"/"ext2load" +#conf_uboot_CONFIG_CMD_FS_GENERIC=1 + #Bootloader: u-boot settings boot_script="uEnv.txt" boot_fstype="fat" uboot_SCRIPT_ENTRY="uenvcmd" -uboot_CMD_LOAD="fatload" #Kernel: #http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap diff --git a/hwpack/omap4-panda-a4.conf b/hwpack/omap4-panda-a4.conf index 382e5d3..d7e35f4 100644 --- a/hwpack/omap4-panda-a4.conf +++ b/hwpack/omap4-panda-a4.conf @@ -14,18 +14,23 @@ spl_name="MLO" boot_name="u-boot.img" #Bootloader: u-boot features: + #CONFIG_CMD_BOOTZ #bootz & zImage conf_uboot_CONFIG_CMD_BOOTZ=1 + #CONFIG_SUPPORT_RAW_INITRD #allows booting un-mkimage wrapped initrds conf_uboot_CONFIG_SUPPORT_RAW_INITRD=1 +#CONFIG_CMD_FS_GENERIC +#allows using "load" over "fatload"/"ext2load" +conf_uboot_CONFIG_CMD_FS_GENERIC=1 + #Bootloader: u-boot settings boot_script="uEnv.txt" boot_fstype="fat" uboot_SCRIPT_ENTRY="uenvcmd" -uboot_CMD_LOAD="load" #Kernel: #http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap diff --git a/hwpack/omap4-panda-es.conf b/hwpack/omap4-panda-es.conf index 4d1bb13..e669825 100644 --- a/hwpack/omap4-panda-es.conf +++ b/hwpack/omap4-panda-es.conf @@ -14,18 +14,23 @@ spl_name="MLO" boot_name="u-boot.img" #Bootloader: u-boot features: + #CONFIG_CMD_BOOTZ #bootz & zImage conf_uboot_CONFIG_CMD_BOOTZ=1 + #CONFIG_SUPPORT_RAW_INITRD #allows booting un-mkimage wrapped initrds conf_uboot_CONFIG_SUPPORT_RAW_INITRD=1 +#CONFIG_CMD_FS_GENERIC +#allows using "load" over "fatload"/"ext2load" +conf_uboot_CONFIG_CMD_FS_GENERIC=1 + #Bootloader: u-boot settings boot_script="uEnv.txt" boot_fstype="fat" uboot_SCRIPT_ENTRY="uenvcmd" -uboot_CMD_LOAD="load" #Kernel: #http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap diff --git a/hwpack/omap4-panda-v3.9-dt.conf b/hwpack/omap4-panda-v3.9-dt.conf index 694304f..1f35dd5 100644 --- a/hwpack/omap4-panda-v3.9-dt.conf +++ b/hwpack/omap4-panda-v3.9-dt.conf @@ -14,18 +14,23 @@ spl_name="MLO" boot_name="u-boot.img" #Bootloader: u-boot features: + #CONFIG_CMD_BOOTZ #bootz & zImage conf_uboot_CONFIG_CMD_BOOTZ=1 + #CONFIG_SUPPORT_RAW_INITRD #allows booting un-mkimage wrapped initrds conf_uboot_CONFIG_SUPPORT_RAW_INITRD=1 +#CONFIG_CMD_FS_GENERIC +#allows using "load" over "fatload"/"ext2load" +conf_uboot_CONFIG_CMD_FS_GENERIC=1 + #Bootloader: u-boot settings boot_script="uEnv.txt" boot_fstype="fat" uboot_SCRIPT_ENTRY="uenvcmd" -uboot_CMD_LOAD="load" #Kernel: #http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap diff --git a/hwpack/omap4-panda.conf b/hwpack/omap4-panda.conf index 086aa26..f4e400e 100644 --- a/hwpack/omap4-panda.conf +++ b/hwpack/omap4-panda.conf @@ -14,18 +14,23 @@ spl_name="MLO" boot_name="u-boot.img" #Bootloader: u-boot features: + #CONFIG_CMD_BOOTZ #bootz & zImage conf_uboot_CONFIG_CMD_BOOTZ=1 + #CONFIG_SUPPORT_RAW_INITRD #allows booting un-mkimage wrapped initrds conf_uboot_CONFIG_SUPPORT_RAW_INITRD=1 +#CONFIG_CMD_FS_GENERIC +#allows using "load" over "fatload"/"ext2load" +conf_uboot_CONFIG_CMD_FS_GENERIC=1 + #Bootloader: u-boot settings boot_script="uEnv.txt" boot_fstype="fat" uboot_SCRIPT_ENTRY="uenvcmd" -uboot_CMD_LOAD="load" #Kernel: #http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap diff --git a/hwpack/wandboard-dl.conf b/hwpack/wandboard-dl.conf index 516183c..22f4050 100644 --- a/hwpack/wandboard-dl.conf +++ b/hwpack/wandboard-dl.conf @@ -19,18 +19,23 @@ unset spl_name boot_name="u-boot.imx" #Bootloader: u-boot features: + #CONFIG_CMD_BOOTZ #bootz & zImage conf_uboot_CONFIG_CMD_BOOTZ=1 + #CONFIG_SUPPORT_RAW_INITRD #allows booting un-mkimage wrapped initrds conf_uboot_CONFIG_SUPPORT_RAW_INITRD=1 +#CONFIG_CMD_FS_GENERIC +#allows using "load" over "fatload"/"ext2load" +conf_uboot_CONFIG_CMD_FS_GENERIC=1 + #Bootloader: u-boot settings boot_script="uEnv.txt" boot_fstype="ext2" uboot_SCRIPT_ENTRY="uenvcmd" -uboot_CMD_LOAD="load" #Kernel: #http://rcn-ee.net/deb/wheezy-armhf/LATEST-imx diff --git a/hwpack/wandboard-solo.conf b/hwpack/wandboard-solo.conf index 2f8984c..5bd5902 100644 --- a/hwpack/wandboard-solo.conf +++ b/hwpack/wandboard-solo.conf @@ -19,18 +19,23 @@ unset spl_name boot_name="u-boot.imx" #Bootloader: u-boot features: + #CONFIG_CMD_BOOTZ #bootz & zImage conf_uboot_CONFIG_CMD_BOOTZ=1 + #CONFIG_SUPPORT_RAW_INITRD #allows booting un-mkimage wrapped initrds conf_uboot_CONFIG_SUPPORT_RAW_INITRD=1 +#CONFIG_CMD_FS_GENERIC +#allows using "load" over "fatload"/"ext2load" +conf_uboot_CONFIG_CMD_FS_GENERIC=1 + #Bootloader: u-boot settings boot_script="uEnv.txt" boot_fstype="ext2" uboot_SCRIPT_ENTRY="uenvcmd" -uboot_CMD_LOAD="load" #Kernel: #http://rcn-ee.net/deb/wheezy-armhf/LATEST-imx diff --git a/mk_mmc.sh b/mk_mmc.sh index 33209e4..b2f32a8 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -392,18 +392,18 @@ boot_uenv_txt_template () { __EOF__ cat >> ${TEMPDIR}/bootscripts/normal.cmd <<-__EOF__ - loadkernel=${uboot_CMD_LOAD} mmc \${mmcdev}:\${mmcpart} ${conf_loadaddr} \${kernel_file} - loadinitrd=${uboot_CMD_LOAD} mmc \${mmcdev}:\${mmcpart} ${conf_initrdaddr} \${initrd_file}; setenv initrd_size \${filesize} - loadfdt=${uboot_CMD_LOAD} mmc \${mmcdev}:\${mmcpart} ${conf_fdtaddr} /dtbs/\${fdtfile} + loadkernel=${conf_fileload} mmc \${mmcdev}:\${mmcpart} ${conf_loadaddr} \${kernel_file} + loadinitrd=${conf_fileload} mmc \${mmcdev}:\${mmcpart} ${conf_initrdaddr} \${initrd_file}; setenv initrd_size \${filesize} + loadfdt=${conf_fileload} mmc \${mmcdev}:\${mmcpart} ${conf_fdtaddr} /dtbs/\${fdtfile} boot_classic=run loadkernel; run loadinitrd boot_fdt=run loadkernel; run loadinitrd; run loadfdt __EOF__ cat >> ${TEMPDIR}/bootscripts/netinstall.cmd <<-__EOF__ - loadkernel=${uboot_CMD_LOAD} mmc \${mmcdev}:\${mmcpart} ${conf_loadaddr} \${kernel_file} - loadinitrd=${uboot_CMD_LOAD} mmc \${mmcdev}:\${mmcpart} ${conf_initrdaddr} \${initrd_file}; setenv initrd_size \${filesize} - loadfdt=${uboot_CMD_LOAD} mmc \${mmcdev}:\${mmcpart} ${conf_fdtaddr} /dtbs/\${fdtfile} + loadkernel=${conf_fileload} mmc \${mmcdev}:\${mmcpart} ${conf_loadaddr} \${kernel_file} + loadinitrd=${conf_fileload} mmc \${mmcdev}:\${mmcpart} ${conf_initrdaddr} \${initrd_file}; setenv initrd_size \${filesize} + loadfdt=${conf_fileload} mmc \${mmcdev}:\${mmcpart} ${conf_fdtaddr} /dtbs/\${fdtfile} boot_classic=run loadkernel; run loadinitrd boot_fdt=run loadkernel; run loadinitrd; run loadfdt @@ -1219,7 +1219,7 @@ populate_boot () { if [ "${boot_scr_wrapper}" ] ; then cat > ${TEMPDIR}/bootscripts/loader.cmd <<-__EOF__ echo "boot.scr -> uEnv.txt wrapper..." - ${uboot_CMD_LOAD} mmc \${mmcdev}:\${mmcpart} \${loadaddr} uEnv.txt + ${conf_fileload} mmc \${mmcdev}:\${mmcpart} \${loadaddr} uEnv.txt env import -t \${loadaddr} \${filesize} run ${uboot_SCRIPT_ENTRY} __EOF__ @@ -1425,6 +1425,16 @@ process_dtb_conf () { conf_normal_initrd_file=uInitrd conf_net_initrd_file=uInitrd.net fi + + if [ "${conf_uboot_CONFIG_CMD_FS_GENERIC}" ] ; then + conf_fileload="load" + else + if [ "x${boot_fstype}" = "xfat" ] ; then + conf_fileload="fatload" + else + conf_fileload="ext2load" + fi + fi } check_dtb_board () { @@ -1536,7 +1546,6 @@ check_uboot_type () { bone-serial|bone) need_am335x_firmware="1" uboot_SCRIPT_ENTRY="uenvcmd" - uboot_CMD_LOAD="load" SYSTEM="bone" conf_board="BEAGLEBONE_A" is_omap @@ -1554,12 +1563,12 @@ check_uboot_type () { USE_KMS=1 conf_note="Note: During the install use a 5Volt DC power supply as USB does not always provide enough power. If board locks up on boot run [sudo ifconfig usb0 up] on host." conf_uboot_CONFIG_CMD_BOOTZ=1 + conf_uboot_CONFIG_CMD_FS_GENERIC=1 convert_uboot_to_dtb_board ;; bone-video) need_am335x_firmware="1" uboot_SCRIPT_ENTRY="uenvcmd" - uboot_CMD_LOAD="load" SYSTEM="bone" conf_board="BEAGLEBONE_A" is_omap @@ -1575,6 +1584,7 @@ check_uboot_type () { USE_KMS=1 conf_note="Note: During the install use a 5Volt DC power supply as USB does not always provide enough power. If board locks up on boot run [sudo ifconfig usb0 up] on host." conf_uboot_CONFIG_CMD_BOOTZ=1 + conf_uboot_CONFIG_CMD_FS_GENERIC=1 convert_uboot_to_dtb_board ;; bone_dt|bone_dtb)