OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: dansawyer on May 19, 2005, 09:26:01 am
-
Getting 3.5.3 installed has been problematic; mostly due to my assumptions and errors. That said what is the free ram after a flash? For the first several flashs it was about 500k. On the last flash it is 900k. Which one is 'right'? What went wrong on the other one? How can this be tested?
Thanks,
Dan
-
Free RAM, or free flash space?
Si
-
you are correct - free flash space
-
you are correct - free flash space
[div align=\"right\"][a href=\"index.php?act=findpost&pid=80505\"][{POST_SNAPBACK}][/a][/div]
Did you run "ipkg update" on the ROM w/ only 500kb of free space?
The free space is constant and will always be the same after flashing identical ROMs.
-
I changed the topic title for you.
Si
-
Thanks, that explanes it. The flash leaves about 900k. ipkg update leaves about 450.
Dan
-
You can free up ROM space if your willing to do a ipkg update before you use ipkg.
Edit your /etc/ipkg.conf and add in
lists_dir ext /var/lists
and then make that directory
I also edited the script that makes /var and added
mkdir -p /var/lists
chmod 0755 /var/lists