@ppyo: So it is hereby confirmed that the Akita bootkernel shows a kernel image in NAND, am I correct?
@Jon_J: On my SL-C3100 the kernel image in NAND also shows up in the bootmenu. Since you report that in your case cacko (in NAND) isn't shown, I wonder if your using the latest kernel (MD5: 7bf1d0f9c119892cb4cfd4526a880f5e). Could you check that?
If someone could confirm this for C7x0 also, this would be great. I just want to make sure that the different kernels are now all working fine. I tend to lose track sometimes
Cheers,
cortez
Hi all
Finally got some time to work on my Z again.
I can happily report that as of today I have Zubuntu and Cacko running in my C1000! Cacko is running from internal flash!
I had to do a completely fresh reinstall of Cacko:
First, flash Cacko 1.23 original
Then flash Katastrophos kernel with sd modules (>1GB)
Finally, flash Cortez' kernel.
Ta daaaa!!!
*dances happily*
I might have to copy the whole thing to a 4GB sd card. 2GB is a little tight with 1 GB for Zubuntu, 450MB for Cacko (plus internal flash), and 420MB for a future distro (pdaXrom?). Or I might just turn the latter into a common /home partition.
On the Zubuntu side I am trying to deal with a few minor issues (lxlauncher is not stable, installed Ka/Pi, but will not sound alarms, etc...)
Again many, many thanks to Cortez for such an uber-cool achievement!!!
Gotta change signature to add Zubuntu!!!
ppyo, could you give a few more details as to how you were successful? Which Katastrophos kernal did you use? What Zimage is in your Cacko partition. I just tried this on my C1000 and ended up with a kernal panic when trying to boot cacko.
Ok, here we go, besides what I posted above:
Katastrophos kernel:
http://katastrophos.net/zaurus/kernels/currentI used the one for Akita, of course. I like it because it has a nice sound driver. You may get good results with Tetsu's kernel too, but I have not tried Tetsu's. This is the zImage I used.
In your Cacko partition in the SD card you MUST have a boot directory containing the kernel file (ZImage), an Image.nfo text file (short distro description that will be used by the boot menu), and a kernel-cmdline text file.
My kernel-cmdline file looks like this:
[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']console=ttyS0 root=/dev/mtdblock2 mtdparts=sharpsl-nand:7168k@0k(smf),32768k@7168k(root),-(home) jffs2_orphaned_inodes=delete EQUIPMENT=0 LOGOLANG=1 DEFYEAR=2006 LOGO=1 LAUNCH=q[/div]
After Cacko booted successfully for the first time I installed the modules that enable Cacko to work with SD cards greater than 1GB.
You must change fstab so Cacko will mount the correct SD partition as /mnt/card. Unchanged, it mounted the Zubuntu partition as it is the first one on my SD card.
I hope this covers all that you need. Good luck!