This worked I have the new pdaxrom beta 1.1.0r121 booting on my C3000.
Steps to make this work:
1. download the new release and mount the root image so you can rip it out
modprobe mtdram total_size=65535
modprobe mtdblock
modprobe jffs2
dd if=PDAXROMrootFS.img of=/dev/mtdblock0
mount -t jffs2 /dev/mtdblock0 /mymountpoint
cd /mymountpoint
2. tar cvvzf PathUncompressedTo hdimage1.tgz
3. replace hdimage1.tgz in the current oz install with the new one of pdaxrom.
Bugs that i've seen so far are:
-------------------------------------------
suspending with the power button doesn't work reliably, although after a days use using apm --suspend seems to be a safe way to suspend.
the pc card util is looking at slot 0, which is the microdrive, not slot 1 which is for addin cards.
cardctl is called pccardctl, this may be pcmcia-utils related though and i just never noticed it before.
Ejecting an sd card with the taskbar app and then putting in a new card, the new card can not be mounted or accessed, works fine on bootup though.
I'm using a stowaway folding usb keyboard with it that functions perfectly, and my prism2 card loads hostapdrivers without problems, scanning is not supported though, at least for my card.
I still am using the OZ kernel here, because it boots from the hd, i plan on pulling down the pdaxrom patches and recompiling 2.6.16 with them but telling it to boot from the microdrive.
--------------------------Old Thread Stuff------------------------------------------------
I'm trying to pull the files out of rootfs.img so i can create a hdimage.tgz and use the oz installer to install pdaxrom to my c3000. I can't get root.img to mount though, and don't know what fs type it was made with to specify it.
currently i'm trying to mount it with
mount -o loop -t jffs2 rootfs.img /mnt/img
I have my kernel module for jffs2 loaded.
if there is a developer centric post related to how pdaxrom is put together a link to that would be great, i haven't really looked at pdxrom x86, so i could be missing something there, any leads to where to start would be appriciated.
that was in this post
https://www.oesf.org/forums/index.php?showtopic=15697thanks for pointing me where to search