Lines Matching refs:NAND
23 worth noting that aside from things such as NAND or MMC only being
38 define additional text blocks (such as for NAND or DFU strings). Also
43 NAND
46 The AM335x GP EVM ships with a 256MiB NAND available in most profiles. In
47 this example to program the NAND we assume that an SD card has been
50 into memory, then written to NAND.
52 Step-1: Building u-boot for NAND boot
53 Set following CONFIGxx options for NAND device.
54 CONFIG_SYS_NAND_PAGE_SIZE number of main bytes in NAND page
55 CONFIG_SYS_NAND_OOBSIZE number of OOB bytes in NAND page
56 CONFIG_SYS_NAND_BLOCK_SIZE number of bytes in NAND erase-block
57 CONFIG_SYS_NAND_ECCPOS ECC map for NAND page
60 Step-2: Flashing NAND via MMC/SD
83 Step-3: Set BOOTSEL pin to select NAND boot, and POR the device.
84 The device should boot from images flashed on NAND device.
94 build that will assume that the environment is on NOR rather than NAND. In
112 The default build includes "Falcon Mode" (see doc/README.falcon) via NAND,
191 Falcon Mode: NAND
195 NAND. In this example we assume that the uImage and device tree to be are
196 already located on the NAND somewhere (such as filesystem or mtd partition)