hi Fillipo,
I have taken the linux source from the vmware, /home/lucid/ltib/rpm/BUILD/linux, to the feodra machine and compiled once using arm-none-linux-gnueabi- . I have the uImage. I just added a printk statement to the source and compiled.
The compilation is successful. I have flashed this to the uSD card.
In the host machine connected uSD card and saw mmcblk0 partition.
where I copied the uImage using 'dd' command (I saw this in a Readme doc from freescale)
dd if=uImage of=/dev/mmcblk0 bs=512 seek=2048 && sync && sync
after I created partion using fdisk and created a ext3 partition for rootfs.
Now if I plug the card in imx53wsb and boot,
Hit any key to stop autoboot: 0
MMC read: dev # 0, block # 2048, count 6144 partition # 0 ...
6144 blocks read: OK
## Booting kernel from Legacy Image at 70800000 ...
Image Name: Linux-2.6.35.3-744-g27fdf7b
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2112408 Bytes = 2 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
It stuck at Starting kernel....
If I want to check my own uImage what needs/care to be taken?
rgds,
jk