Author Topic: Altboot For Stock Rom  (Read 3157 times)

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
Altboot For Stock Rom
« on: July 22, 2006, 03:26:55 am »
Jus like the post says is it possible to compile and configure an altboot for stock rom, something to choose which runlevel, like goto emergency linux boot mode etc... qt/noqt, and perhaps point it at say a pdaxrom install? or even a debian "pws" install?
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder

koen

  • Hero Member
  • *****
  • Posts: 1008
    • View Profile
    • http://dominion.thruhere.net/koen/cms/
Altboot For Stock Rom
« Reply #1 on: July 22, 2006, 03:31:47 am »
Quote
Jus like the post says is it possible to compile and configure an altboot for stock rom, something to choose which runlevel, like goto emergency linux boot mode etc... qt/noqt, and perhaps point it at say a pdaxrom install? or even a debian "pws" install?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=136075\"][{POST_SNAPBACK}][/a][/div]

Altboot is shell code, no need to compile
Forums are not bugtrackers!!! Smart questions
Ångström release team
iPAQ h2210, iPAQ h5550, iPAQ hx4700, Zaurus SL-C700, Nokia 770, all running some form of GPE
My blog

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
Altboot For Stock Rom
« Reply #2 on: July 22, 2006, 05:04:11 am »
ohhhh......hmmm
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
Altboot For Stock Rom
« Reply #3 on: July 22, 2006, 05:15:54 am »
so how do I extract data from a oz ipk?
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder

CoreDump

  • Hero Member
  • *****
  • Posts: 713
    • View Profile
    • http://www.hentges.net
Altboot For Stock Rom
« Reply #4 on: July 22, 2006, 06:31:29 am »
Quote
so how do I extract data from a oz ipk?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=136081\"][{POST_SNAPBACK}][/a][/div]

Just like you'd extract any modern .ipk:

ar -x $IPK (IIRC)
tar -xzf data.tar.gz

There are older ipk files which do not use ar for the top-layer compression, but tar+gzip.
However, OZ only uses the newer ar archives. I dunno what the other distros use.

altboot is very flexible and could be made to work on any distro that installs the busybox tools with a bit of efford.

If you intend to do so, patches are of course very welcome.
Webmaster of hentges.net & Embedded Linux Developer.

koen

  • Hero Member
  • *****
  • Posts: 1008
    • View Profile
    • http://dominion.thruhere.net/koen/cms/
Altboot For Stock Rom
« Reply #5 on: July 22, 2006, 08:05:39 am »
Quote
Quote
so how do I extract data from a oz ipk?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=136081\"][{POST_SNAPBACK}][/a][/div]

Just like you'd extract any modern .ipk:

ar -x $IPK (IIRC)
tar -xzf data.tar.gz

There are older ipk files which do not use ar for the top-layer compression, but tar+gzip.
However, OZ only uses the newer ar archives. I dunno what the other distros use.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=136085\"][{POST_SNAPBACK}][/a][/div]

ipkg has been using the .deb compatible for some years now
Forums are not bugtrackers!!! Smart questions
Ångström release team
iPAQ h2210, iPAQ h5550, iPAQ hx4700, Zaurus SL-C700, Nokia 770, all running some form of GPE
My blog

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
Altboot For Stock Rom
« Reply #6 on: July 22, 2006, 01:46:04 pm »
cool  thanks
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
Altboot For Stock Rom
« Reply #7 on: July 22, 2006, 03:57:15 pm »
and yes this is my intention....but we shall see how successful I am. Hoping to be able to boot pdaxrom(the 3000 version) and console(at least), Coredump, any chance in describing the boot process and how altboot interacts with that?
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder