Hi, I am using Beagle Board rev c3, i had flashed the NAND using RevC4 image. When I tried to run memory test by issuing the command *mtest 0x80000000 0x81000000 0xDEADBEEF 1* to u-boot nothing happened and board got hanged, so I resetted the board by pressing reset button. After that when I tried to boot the kernel then following error occoured....
*Uncompressing Linux Kernel............crc error --system halted* Can anyone tell what has happened? I think RAM has got damaged!!! On Friday, August 10, 2012 10:01:52 PM UTC+5:30, Husain wrote: > > Hi, > > If you read through many people have had similar issues but the most > common is wrong tty port description. > > Anyway, to get your environment variables. > > follow the boot process till it says > > Die ID #266200040000000004039f220200900f > Net: Net Initialization Skipped > No ethernet found. > Hit any key to stop autoboot: 2 > > When you see this press any key (enter) > you should see something like > > OMAP3 beagleboard.org # > > type printenv and it will print out all the bootup info that u-boot is > setting up. > > usually will see something like > > console=ttyxx,115200n8 > > Depending on the release, you need to change make sure it reads ttyS2 or > ttyO2. > > syntax: > setenv console=ttyxx,115200n8 > saveenv > > Thanks > > Husain > > On Wednesday, August 1, 2012 9:57:33 AM UTC-6, NaveenKumar Yanamaddi wrote: >> >> after powerON the board and I pressed user button and hold for some time. >> It is booted directly from SD card with following messages. I didn't give >> any additional parameters for booting >> >> On Wednesday, August 1, 2012 4:13:08 PM UTC+5:30, Bao Duy Duong wrote: >>> >>> >>> Please, send you env parameter. >>> >>> The user button is currently NOT pressed. >>>> SD/MMC found on device 0 >>>> reading uEnv.txt >>>> >>>> ** Unable to read "uEnv.txt" from mmc 0:1 ** >>>> Loading file "/boot/uImage" from mmc device 0:2 (xxa2) >>>> ** File not found /boot/uImage >>>> Booting from nand ... >>>> >>>> NAND read: device 0 offset 0x280000, size 0x400000 >>>> 4194304 bytes read: OK >>>> ## Booting kernel from Legacy Image at 80200000 ... >>>> Image Name: Linux-2.6.28-omap1 >>>> Image Type: ARM Linux Kernel Image (uncompressed) >>>> Data Size: 2577980 Bytes = 2.5 MiB >>>> Load Address: 80008000 >>>> Entry Point: 80008000 >>>> Verifying Checksum ... OK >>>> Loading Kernel Image ... OK >>>> OK >>>> >>>> Starting kernel ... >>>> >>>> Uncompressing >>>> Linux..................................................................................................................................................................... >>>> >>>> done, booting the kernel. >>>> >>>> I have tried so many times. But each time it is booting upto here and >>>> hanging. I don't know where i am doing wrong. Can anybody suggest your >>>> suggestions.. >>>> >>>> -- To join: http://beagleboard.org/discuss >>>> To unsubscribe from this group, send email to: >>>> [email protected] >>>> Frequently asked questions: http://beagleboard.org/faq >>>> >>> >>> -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
