AFAIK, NAND support is currently missing for OMAP3430 LDP boards in LO. -Vimal On Sun, Apr 4, 2010 at 9:34 PM, Ghorai, Sukumar <s-ghorai@xxxxxx> wrote: > Aldyth, > 1. Do you mean that NAND boot is not working? > 2. Does MMC/SD boot working? If yes, boot the platform from MMC/SD using the latest x-loade/ u-boot and flush the same binaries to NAND using the following commands. > mmcinit 0 > nand unlock 80000 80000 > nand erase 80000 80000 > fatload mmc 0 80000000 u-boot.bin > nand write.i 80000000 80000 ${filesize} > > nand unlock 0 80000 > nand erase 0 80000 > fatload mmc 0 80000000 MLO > nand write.i 80000000 0 ${filesize} > > Regards, > Ghorai > >> -----Original Message----- >> From: linux-omap-owner@xxxxxxxxxxxxxxx [mailto:linux-omap- >> owner@xxxxxxxxxxxxxxx] On Behalf Of Tar Gz >> Sent: 2010-04-04 11:13 >> To: linux-omap >> Subject: [ASK] OMAP 3430 LDP Trouble >> >> Hi all, >> i'm sorry if my english too bad >> >> I try to porting linux to omap 3430 LDP..but my board have trouble >> after i running this command: >> >> nand ecc sw >> nand unlock 80000 80000 >> nand erase 80000 80000 >> >> nand ecc hw >> nand unlock 0 80000 >> nand erase 0 80000 >> >> and if i try to turn on my board, BT led [blue led] always on and my >> minicom can't show anything...and i forget to setting the enviroment >> variable mmcinit.. >> >> my question is, how to make my board can run normally like before? >> >> best regards, >> Aldyth M >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-omap" in >> the body of a message to majordomo@xxxxxxxxxxxxxxx >> More majordomo info at http://vger.kernel.org/majordomo-info.html > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html