Hello,
After about 24 hours worth of struggle spread out over a week, I finally have things working reasonably well. There are still convenience issues, but I'm at the point where I can actually install XMMS with a graphical package manager and use it to successfully play MP3s.
So, here's how I did it:
First off, I started with a 128MB CompactFlash card, a 128MB Secure Digital card, and a D-Link DCF-650W CompactFlash wireless card. You could do this without the SD card, but I'd rather not go into explaining alternate routes unless someone wants to ask me something specific.
1. Make sure the CompactFlash card is formatted as FAT16, and format the Secure Digital card as ext2.
2. Copy initrd.bin and zImage.5500 to the CF card, and follow flashing instructions from here:
OpenZaurus's flashing instructions3. Move your home directory onto the SD card so you don't run out of space (seems only about 1MB of internal storage is free?)
mkdir /mnt/card/home
cd /home
cp -rs * /mnt/card/home
cd /
rm -r /home
ln -s /mnt/card/home home
4. Set up wireless:
Go ahead and put in your wireless card.
Depending on your network, you may have to do some configuration with iwconfig. Some good info on that can be found here:
http://linuxcommand.org/man_pages/iwconfig8.htmlIn my case I had to specify essid, WEP key, and "key on".
Run "dchpcd", and if you're lucky your wireless will work now. You could test this using wget to download a file at a known URL. Due to space issues, I suggest only downloading files to SD.
5. Fix ipkg's configuration - hopefully you know how to use vi.
vi /etc/ipkg.conf
Change the first line in the file to the current correct feed URL for the 5500.
At the time of writing this, it's:
http://mail.pdaxrom.org/1.1.0beta1/Zaurus-5000D-5500/feed/6. Install qt-mt and packagemanager to your SD card
ipkg update
ipkg -d sd install qt-mt
ipkg -d sd install packagemanager
7. Start the GUI
startx
8. Find the packagemanager under System Tools, and run it. It may be a little annoying to use the interface on the low-resolution screen of the 5500, but it's possible.
Be sure to install everything to SD of course, or you'll most likely be out of room before you finish installing the first package.
---
I hope that helps somebody, and if something doesn't work I may have made an error in typing this so please feel free to ask about it.