Tool/software: Linux
Hello TI,
we are using custom board based on am3352 SOC. and here we are using below NAND device using in it.
[ 1.311575] nand: Micron MT29F4G08ABBEAH4
but when i try to boot the board using nand boot, board is not loading u-boot and it won't give the u-boot command prompt.
below is the log when booting from NAND
U-Boot SPL 2017.01-00359-g590c7d7-dirty (Jul 03 2018 - 15:36:45)
Trying to boot from NAND
** First descriptor is NOT a primary desc on 0:1 **
** No partition table - mmc 0 **
Using default environment
U-Boot SPL 2017.01-00359-g590c7d7-dirty (Jul 03 2018 - 15:36:45)
Trying to boot from NAND
** First descriptor is NOT a primary desc on 0:1 **
** No partition table - mmc 0 **
Using default environment
i am using am335x_evm_defconfig to build the u-boot.img and MLO
I am flashing the NAND from SD card using below command.
mmc rescan
nandecc hw bch16 (if i won't do then i get the nand write errors )
nand erase.chip
load mmc 0 0x82000000 MLO
nand write 0x82000000 0x00000 0x20000
load mmc 0 0x82000000 u-boot.img
nand write 0x82000000 0xC0000 0x40000
Please help me to resolve the issues