Lines Matching refs:we
32 - I2C, to talk with the PMIC and ensure that we do not run afoul of
37 needs and to remove no longer relevant options as in some cases we
47 this example to program the NAND we assume that an SD card has been
91 program and boot from NOR. Note that due to how U-Boot is designed we
92 must build a specific version of U-Boot that knows we have NOR flash. This
93 build is named 'am335x_evm_nor'. Further, we have a 'am335x_evm_norboot'
95 the following example we assume that and SD card has been populated with
99 prepended. In the following example we use a size of 512KiB (0x80000)
100 as that is how much space we set aside before the environment, as per
135 Note that when we run 'spl export' it will prepare to boot the kernel.
136 This includes relocation of the uImage from where we loaded it to the entry
139 instead of using the loadaddr variable we use 0x81000000 in the following
140 example. In this example we are loading from the network, for simplicity,
147 # Ensure we are able to talk with this mmc device
171 example we assume that the uImage and device tree to be used are already on
195 NAND. In this example we assume that the uImage and device tree to be are