Files
u-boot/include/configs
Derald D. Woods a47ca2cf67 ARM: omap3: evm: Add kernel image loading from UBIFS and EXT4
This commit adds UBIFS_NAND to BOOT_TARGET_DEVICES. This will
allow the kernel zImage to be loaded from '/boot/zImage' in UBIFS
(ubi0:rootfs).

Additionally update the *_MMC devices to also load kernel image from
the MMC 0:2 EXT4 file system.

DISTRO_DEFAULTS Setup

=====================

[primary] Check MMC 0:1 for /extlinux/extlinux.conf and boot
[fallback 1] Check MMC 0:2 /boot/zImage and run mmcbootz
[fallback 2] Check MMC 0:2 /boot/uImage and run mmcboot
[fallback 3] Check NAND UBIFS /boot/zImage and run nandbootubifs
[fallback 4] Check NAND partitions and run nandboot

The following "extlinux.conf" can be used to load images in the
top-level of the MMC 0:1 FAT partition.

[MMC(0:1)/extlinux/extlinux.conf]
---8<-------------------------------------------------------------------
default omap3-evm
label omap3-evm
	kernel /zImage
	fdt /omap3-evm.dtb
	append console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait
---8<-------------------------------------------------------------------

Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
2018-01-19 15:49:30 -05:00
..
2017-12-26 13:10:24 -05:00
2018-01-15 12:05:26 -06:00
2017-12-18 13:06:30 -05:00
2017-10-27 08:52:22 -04:00
2017-10-27 08:52:22 -04:00
2017-10-27 08:52:22 -04:00
2017-12-26 13:10:24 -05:00
2017-10-27 08:52:22 -04:00
2017-12-12 18:16:05 -05:00
2018-01-19 15:49:28 -05:00
2017-09-03 15:30:35 -04:00
2018-01-15 12:05:26 -06:00
2018-01-15 12:05:26 -06:00
2017-07-31 12:21:40 -04:00
2017-12-12 18:16:05 -05:00
2018-01-10 08:05:51 -05:00
2017-12-26 13:10:24 -05:00
2017-12-26 13:10:24 -05:00
2017-12-26 13:10:24 -05:00
2018-01-10 08:05:51 -05:00
2017-11-07 10:12:50 +01:00
2017-11-20 09:59:02 +01:00
2017-07-31 12:21:40 -04:00
2017-12-12 18:16:05 -05:00
2017-10-27 08:52:22 -04:00
2017-12-12 18:16:05 -05:00
2017-12-26 13:10:24 -05:00
2017-12-26 13:10:24 -05:00
2017-09-03 15:30:35 -04:00
2017-08-07 15:22:28 -05:00
2017-07-31 12:21:40 -04:00
2017-12-04 09:59:02 -05:00
2018-01-15 12:05:26 -06:00
2017-09-13 09:24:27 -04:00
2017-12-26 13:10:24 -05:00
2017-12-26 13:10:24 -05:00
2017-12-26 13:10:24 -05:00
2017-12-12 18:16:05 -05:00
2017-08-11 15:41:56 -04:00
2017-11-29 22:36:59 -05:00
2017-11-29 22:36:59 -05:00
2017-11-06 09:51:01 -05:00
2017-12-26 13:10:24 -05:00
2017-08-11 15:41:50 -04:00
2017-08-07 15:22:28 -05:00
2017-11-07 10:12:50 +01:00
2017-12-14 20:08:15 +01:00