I've been using the Zaurus SL-5500 for a while now, and only in the past week have upgraded from 3.2 to 3.5.1.
I've been most impressed, and have managed to get almost everything I had running on 3.2 to run on 3.5.1.
Now, on reading this forum, there are several different methods of configuring your SL-5500 after the initial flash. I've probably flahsed and re-flashed 15 - 20 times before I found a stable installation.
My setup is as follows:
SL-5500
Kingston 256Mb 60x SDCard formatted to ext2
SanDisk 256Mb CF Card with OZ feed and upgrades feed in subdirs.
The first method I tried is as follows:
1. Re-flash OZ 3.5.1 opie-image 64-0
2. Move root, opt, and usr to sd card (see below for my script)
2. Open as text /etc/ipkg.conf
add "src local file:///mnt/cf/feed" and "src local_upgrades file:///mnt/cf/upgrades"
3. from terminal, run
ipkg update
ipkg upgrade --force-overwrite
ipkg remove modutils
ipkg install --force-overwrite modutils
ipkg remove makedevs
ipkg install --force-overwrite makedevs
4. close Opie Terminal and go Settings > Shutdown > Reboot
This didn't work. On a reboot, it appears to have lost some links - modprobe and makedevs. I can't rember the rest. OPIE didn't load.
The second method, and the one I currently use is as follows:
1. Flash 3.5.1 64-0 Opie
2. Before turning the Z on, remove SD and cf card
3. Boot up then add cf and sd card
4. Go through the initial setup, or just press finish until OPIE appears
5. Open the terminal
6. get rid of the following:
ipkg remove portmap
ipkg remove opie-packagemanager
7. get rid of any apps from the last install
rm -rf /mnt/card/*
8. Go to filemanager and Open /etc/ipkg.conf as text so it contains
dest root /
src oz-unstable file:///mnt/cf/feed
9. Run the following in terminal
ipkg update
ipkg install -d root opie-aqpkg
ipkg install -d root opie-symlinker
10. Move root, opt, and usr to sd card (see below for my script)
I can now install pretty much what I want from the cf card to ROOT using the AQPKG manager. The only issue I have is that if I try to upgrade the packages to the ones in the upgrades directory (after of course adding the correct source to ipkg.conf) it again looses the links to modprobe and makedevs, resulting in OPIE not loading.
My script can be found
here.
So, is there a better way or preferred way to configure 3.5.1??
How do you initially configure yours after the initial flash??