OESF Portables Forum

Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => C1000/3x00 General discussions => Topic started by: ilgo on July 26, 2005, 12:06:25 am

Title: What Happens If ...
Post by: ilgo on July 26, 2005, 12:06:25 am
let's say i copy a debian-arm distro onto the SD-card and then try to boot it with OK/on and Flash/Update.
What would happen, will it fry the machine (3000;3100)?

I assume that the above procedure won't work out, but i like to know WHY it doesn't work. Isn't it possible to somehow bypass the ROM and install to /dev/hda directly??

Regards
Title: What Happens If ...
Post by: Stubear on July 26, 2005, 07:55:16 am
Ok+On -> Flash/Update does only that, flashes a new rom to update the rom.

The debian arm distro won't be recognised as a rom image so nothing will happen if you try it.

The rom image is a jffs2 image of the sharp filesystem, if you packaged the debian arm up as a jffs2 image and got the sizes correct then it would probably flash - like the pdaX rom does, but you would of course lose all the qtopia stuff.

If you want a full linux system with X then have a look at the pdaX rom as they have done most of the hard work for you.

Stu
Title: What Happens If ...
Post by: omro on July 26, 2005, 09:43:57 am
Plus pdaXrom looks really nice :-)
Title: What Happens If ...
Post by: bam on July 26, 2005, 03:39:57 pm
but none for the 3100, yet.
Title: What Happens If ...
Post by: ilgo on July 27, 2005, 02:46:30 am
Quote
Ok+On -> Flash/Update does only that, flashes a new rom to update the rom.

The debian arm distro won't be recognised as a rom image so nothing will happen if you try it.

The rom image is a jffs2 image of the sharp filesystem, if you packaged the debian arm up as a jffs2 image and got the sizes correct then it would probably flash - like the pdaX rom does, but you would of course lose all the qtopia stuff.

If you want a full linux system with X then have a look at the pdaX rom as they have done most of the hard work for you.

Stu
[div align=\"right\"][a href=\"index.php?act=findpost&pid=89576\"][{POST_SNAPBACK}][/a][/div]

What do you mean by 'getting the sizes correct'?
Can any mortal linux user get this done, or does one have to be a *NIX-Guru?

regards  ilgo
Title: What Happens If ...
Post by: Stubear on July 27, 2005, 11:48:53 am
Quote
What do you mean by 'getting the sizes correct'?
Can any mortal linux user get this done, or does one have to be a *NIX-Guru?

regards  ilgo
[div align=\"right\"][a href=\"index.php?act=findpost&pid=89704\"][{POST_SNAPBACK}][/a][/div]

The rom image is loaded onto the root partition of the flash rom, so it must be smaller than the partition size.

Can anyone do it? probably but you might be better of trying to create a normal rom first and it that works start tweaking the filesystem by replacing the Sharp one with debian-arm.

The Japanese Sharp site has the root filesystem tarballs for the Cxx0 models, they are probably the same for the Cxx00 models. I think they have a script in them to create the rom image, if not you could get it from OpenEmbedded or possibly the pdaX or cacko guys.

Stu