Author Topic: 3.5.3 Free flash Size After Flash?  (Read 3013 times)

dansawyer

  • Sr. Member
  • ****
  • Posts: 293
    • View Profile
    • http://
3.5.3 Free flash Size After Flash?
« 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

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
3.5.3 Free flash Size After Flash?
« Reply #1 on: May 19, 2005, 09:35:42 am »
Free RAM, or free flash space?


Si
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

dansawyer

  • Sr. Member
  • ****
  • Posts: 293
    • View Profile
    • http://
3.5.3 Free flash Size After Flash?
« Reply #2 on: May 19, 2005, 09:47:10 am »
you are correct - free flash space

CoreDump

  • Hero Member
  • *****
  • Posts: 713
    • View Profile
    • http://www.hentges.net
3.5.3 Free flash Size After Flash?
« Reply #3 on: May 19, 2005, 11:38:54 am »
Quote
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.
Webmaster of hentges.net & Embedded Linux Developer.

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
3.5.3 Free flash Size After Flash?
« Reply #4 on: May 19, 2005, 12:46:32 pm »
I changed the topic title for you.

Si
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

dansawyer

  • Sr. Member
  • ****
  • Posts: 293
    • View Profile
    • http://
3.5.3 Free flash Size After Flash?
« Reply #5 on: May 20, 2005, 09:39:01 am »
Thanks, that explanes it. The flash leaves about 900k. ipkg update leaves about 450.

Dan

JohnKiniston

  • Full Member
  • ***
  • Posts: 213
    • View Profile
    • http://
3.5.3 Free flash Size After Flash?
« Reply #6 on: May 20, 2005, 10:49:21 pm »
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