jadonk / rowboat

Automatically exported from code.google.com/p/rowboat
0 stars 0 forks source link

Gingerbread-rowboat kernel stuck on "beagleboard rev C3" #134

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compiled filesystem
2. Compiled Kernel 
3. Copied uImage.bin to bootload from mmc
4. The Beagleboard stuck on loading the kernel

U-Boot 2009.01-dirty (Feb 19 2009 - 12:22:31)

I2C:   ready
OMAP3530-GP rev 2, CPU-OPP2 L3-165MHz
OMAP3 Beagle board + LPDDR/NAND
DRAM:  256 MB
NAND:  256 MiB
MUSB: using high speed
In:    serial usbtty 
Out:   serial usbtty 
Err:   serial usbtty 
Board revision C
Serial #6d220003000000000403230911012018
Hit any key to stop autoboot:  0 
reading uImage.bin

2770344 bytes read
## Booting kernel from Legacy Image at 80000000 ...
   Image Name:   Linux-2.6.37-g3b51b95-dirty
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2770280 Bytes =  2.6 MB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.

Original issue reported on code.google.com by gsi...@nvtl.com on 2 Nov 2011 at 9:08

GoogleCodeExporter commented 9 years ago
Did you specify the bootargs correctly?
The uart names are changed to ttyOx for kernel 2.6.37
For more see this page:
http://processors.wiki.ti.com/index.php/TI-Android-GingerBread-2.3.4-DevKit-2.1_
UserGuide#Booting_the_platform

Original comment by vishvesh...@aim.com on 4 Nov 2011 at 10:53

GoogleCodeExporter commented 9 years ago
Thanks! Vishvesh your soln, solved the problem.

Original comment by gsi...@nvtl.com on 8 Nov 2011 at 10:18