Hello,
I have been trying to get the 2.6.30 kernal running on a GESBC-9260 following the instructions in the 9260 manual. I can reliably get the system into a running state with SAM-BA and the files in the zip
http://www.glomationinc.com/Support/9260/9260Files.zip. However any attempt to replace the 2.6.25 kernel with another, for example, 2.6.30, it results in this:
Root-NFS: No NFS server available, giving up.
VFS: Unable to mount root fs via NFS, trying floppy.
List of all partitions:
1f00 256 mtdblock0 (driver?)15:15:41 EDT)
1f01 261888 mtdblock1 (driver?)
No filesystem could mount root, tried: jffs2
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
With the 2.6.27.4 kernel I see
Kernel panic - not syncing: No init found. Try passing init= option to kernel.
If I specify the uImage of the 2.6.25 kernel it boots just fine (following the instructions in the GESBC-9260 manual)
I did read that there was a change in the uboot nand name from at91_nand to atmel_nand that could cause this so I made the change in the uboot parms of the .tcl file but this did not change the outcome.
Using the uboot instructions at the back of the 9260 manual to replace the kernel or the rootfs does not result in any improved joy.
Trying different combinations of the 25, 30 and 27.4 kernels and the 9260rootfs.img and rootfs-emdebian.img for the 9260 only results in a bootable system with the old 2.6.25 kernel and the emdebian rootfs. To get the full GPIO support apparently I need a 2.6.27 or later kernel.
Is there a zip that contains a complete set of files to restore the 2.6.30 kernel and emdebian fs with SAM-BA as that seems to be the most reliable way of restoring the system?
m
P.S. I have seen comments about looking at the u-boot manual but there are a few different versions when I look on the Web. Which one is the recommended version?