Author Topic: Kernel - Zimage  (Read 2539 times)

Seb

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • http://
Kernel - Zimage
« on: February 18, 2006, 05:26:46 pm »
on other linuxes there is a "/boot" directory with vmlinuz or someting like that

where is my kernel in my directory/ file structure?

this question has probably a very simple answer..

and: is there a lilo/ grub "replacement" somewhere or how does my zaurus know it has to load the kernel when starting?

regards
seb
« Last Edit: February 18, 2006, 05:30:10 pm by Seb »

ThC

  • Sr. Member
  • ****
  • Posts: 259
    • View Profile
    • http://
Kernel - Zimage
« Reply #1 on: February 18, 2006, 08:45:37 pm »
your kernel is under a partition of your flash memory called "smf" (/dev/mtdblock1 if I remember well ... don't have my zaurus with me to check but you can see it during boot time)

as far as I know there's no lilo/grub replacement yet, but there's boot scripts to load init scripts from different partitions ... nothing for different kernels though

it *may* be possible to reflash dynamicaly the kernel at boot time (using dd for example) but it seems a bit risky to me and I don't want to fry my zaurus trying this one
SL-C3000 - pdaXrom 1.1.0Beta1
SL-C860 - pdaXrom 1.1.0 RC8 (charging circuitry dead :( )
CF RamStar 512 Mb / Hitachi 4Gb microdrive (thanks to creative's muvo² :p)
SD Sandisk 1Gb / Viking 256 Mb
Linksys WCF13 CF wifi card

Anyone willing to donate for my work, please consider donate to pdaXrom and/or OE/OZ projects instead, I wouldn't have been able to do anything without them ...

Seb

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • http://
Kernel - Zimage
« Reply #2 on: February 24, 2006, 03:37:35 am »
hm..

mount /dev/mtdblock1 /mnt/tmp
gives
mount: you must specify the filesystem type

just to check i tried
mount /dev/mtdblock2 /mnt/tmp
this gives
..already mounted or /mnt/tmp busy

but:
umount /dev/mtdblock2
gives
..not mounted

so what is right? ALREADY mounted or MOT mounted?

and, after this, how can i "see" my kernel?

regards
seb

pgas

  • Hero Member
  • *****
  • Posts: 1097
    • View Profile
    • http://
Kernel - Zimage
« Reply #3 on: February 24, 2006, 05:14:40 am »
why do you want to "see" the kernel image?

If you need the file, it's in tools.tar for pdaxrom, zImage for other distros

The bootloader used by the zaurus is closed source.

There are solutions for true dual boot now,  see your post
https://www.oesf.org/forums/index.php?showtopic=17803
SLC-860 cacko / senao wifi

Seb

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • http://
Kernel - Zimage
« Reply #4 on: February 24, 2006, 06:40:02 am »
yep  i did read the answers to my post

it's more about understanding how my zaurus works

thanks for the additional info