Beagle Board Not booting and LEDs also not glowing

Hi All,

# mmcinit
1. # mw.b 80000000 ff 40000
2. # fatload mmc 0 80000000 nand-ipl-omap3530beagle.bin
3. # nand erase 0 40000
4. # nandecc hw
5. # nand write.i 80000000 0 40000
These commands will transfer the .ifs to nand in order to be loaded by
the QNX IPL
1. # mw.b 80000000 ff 600000
2. # fatload mmc 0 80000000 beagle.ifs
3. # nand erase 80000 600000
4. # nandecc hw
5. # nand write.i 80000000 80000 600000

I'm working with Beagle Board with QNX. Earlier my beagle board was
fine. When i connect to serial port id displayed boot messages also
like
Texas Instruments X-Loader 1.41
Starting on with MMC
Reading boot sector

150832 Bytes Read from MMC
Starting OS Bootloader from MMC...

U-Boot 1.3.3 (Jun 20 2008 - 17:06:22)

OMAP3530-GP rev 2, CPU-OPP2 L3-165MHz
OMAP3 Beagle Board + LPDDR/NAND
RAM Configuration:
Bank #0: 80000000 128 MB
Bank #1: 88000000 0 kB
NAND: 256 MiB
In: serial
Out: serial
Err: serial
Hit any key to stop autoboot: 0
OMAP3 beagleboard.org #

but now suddenly it stopped working. When i connect to serial it is
not displaying anything. even when plug 5v power supply USR0 and USR1
LEDs also not glowing.

please suggest me how could i rectify this problem

Sounds like you trashed your NAND. Holding the USER BUTTON down while powering up will force it to boot from the SD card. To restore the NAND to the factory state follow the instructions here:

http://circuitco.com/support/index.php?title=BeagleBoard#BeagleBoard_Rev_C4.2FC5_Reflashing_Procedure

Gerald

Hi Gerald

Thanks for reply. I'll follow the link and try bring up......

You are not registered. Therefore your emails are not being posted until I approve them. If you want a quicker response, my advice is to regsiter.

Gerald