Lines Matching +full:boot +full:- +full:nand
4 The source for omap3logic.c encompases the OMAP35 and DM3730 SOM-LV and DM3730 Torpedo platforms, b…
8 omap3_logic_somlv_defconfig = DM37 SOM-LV
9 omap35_logic_somlv_defconfig = OMAP35 SOM-LV
23 U-Boot # mmc rescan
25 U-Boot # fatload mmc 0 ${loadaddr} uImage
26 U-Boot # run loadfdt
27 U-Boot # setenv optargs quiet
28 U-Boot # run mmcargs
29 U-Boot # run common_bootargs
30 U-Boot # spl export fdt ${loadaddr} - ${fdtaddr}
37 U-Boot # fatwrite mmc 0:1 0x8dec9000 args 0x20000
41 Falcon Mode: NAND
45 NAND. In this example we assume that the uImage and device tree to be are
46 already located on the NAND somewhere (such as filesystem or mtd partition)
50 U-Boot # nand read ${loadaddr} kernel
51 U-Boot # load nand rootfs ${fdtaddr} /boot/am335x-evm.dtb
52 U-Boot # run nandargs
53 U-Boot # run common_bootargs
54 U-Boot # spl export fdt ${loadaddr} - ${fdtaddr}
55 U-Boot # nand erase.part u-boot-spl-os
56 U-Boot # nand write ${fdtaddr} u-boot-spl-os