Hi All
I have AM1808 Experimenter kit
http://www.logicpd.com/products/system-on-modules/zoom-am1808/
and I am trying to build the kernel. I have flashed the SPI flash with the UBL and u-boot and right now I am booting directly from SDRAM using TFTP
I am not having any problems with the kernel image which came with the kit but when I try to use the kernel image that I built using this wiki:
http://processors.wiki.ti.com/index.php/GSG:_Building_Software_Components_for_OMAP-L1#Rebuilding_the_Linux_kernel
The booting process gets stuck
see the output:
AM1808 initialization passed!
Booting TI User Boot Loader
UBL Version: 1.65
UBL Flashtype: SPI
Starting SPI Memory Copy...
Valid magicnum, 0x55424CBB, found at offset 0x00010000.
DONE
�MMC: davinci: 0oint at 0xC1080000.
SF: Detected M25P64 with page size 256, total 8 MiB
In: serial
Out: serial
Err: serial
ARM Clock : 456000000 Hz
DDR Clock : 150000000 Hz
Net: Ethernet PHY: GENERIC @ 0x00
DaVinci-EMAC
Hit any key to stop autoboot: 0
Using DaVinci-EMAC device
TFTP from server 192.168.1.56; our IP address is 192.168.1.40
Filename 'uImage'.
Load address: 0xc0700000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#############################################################
done
Bytes transferred = 2306588 (23321c hex)
Using DaVinci-EMAC device
TFTP from server 192.168.1.56; our IP address is 192.168.1.40
Filename 'arago-base-image-da850-omapl138-evm.ext2.gz'.
Load address: 0xc1180000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
############################################
done
Bytes transferred = 3552908 (36368c hex)
## Booting kernel from Legacy Image at c0700000 ...
Image Name: Linux-2.6.37
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2306524 Bytes = 2.2 MiB
Load Address: c0008000
Entry Point: c0008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
and nothing after that ...
I am building the kernel image with basic configuration settings and made no other modifications.
any idea what might be the issue here?
Regards
Mohsin