Author Topic: Using 2 Gb Sd Cards On Tosa  (Read 5938 times)

malik

  • Full Member
  • ***
  • Posts: 149
    • View Profile
Using 2 Gb Sd Cards On Tosa
« on: June 18, 2006, 02:43:01 am »
hello,

i have several questions.

1) which roms support bigger sd cards on the tosa? what about
the tetsu kernel?

remark: i know that oz with a 2.6 kernel does, but the image of
dirk is quite experimental and not (yet) for a daily use.



2) i would get me immediately one if the following is true:

is it possible to partition bigger sd cards into 1 gb parts and
use them with the zaurus?  



thanx in advance, malik
borzoi, cacko 1.23 lite, 1gb kingston cf, 512mb toshiba sd.. suse 10.0

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Using 2 Gb Sd Cards On Tosa
« Reply #1 on: June 18, 2006, 03:16:18 am »
Quote
hello,

i have several questions.

1) which roms support bigger sd cards on the tosa? what about
the tetsu kernel?

remark: i know that oz with a 2.6 kernel does, but the image of
dirk is quite experimental and not (yet) for a daily use.



2) i would get me immediately one if the following is true:

is it possible to partition bigger sd cards into 1 gb parts and
use them with the zaurus?   



thanx in advance, malik
[div align=\"right\"][a href=\"index.php?act=findpost&pid=131612\"][{POST_SNAPBACK}][/a][/div]

no & no

u cant use the 2.4.20 kernel module from a clamshell on a tosa and tetsu cannot recompile it for you because he doesnt have the source code for that module.

partition size doesnt matter. the system cant handle the larger disk geometry.
its like putting a 10GB hdd into a 386. u can make small 100MB partitions but the bios still wont recognise the big hdd.
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

speculatrix

  • Administrator
  • Hero Member
  • *****
  • Posts: 3707
    • View Profile
Using 2 Gb Sd Cards On Tosa
« Reply #2 on: June 24, 2006, 04:50:17 pm »
it's not quite like that - there's a reason why 1GB was the limit for SD cards for a while... 1GB cards has a 512 byte block. 2GB cards have 1024 byte block and 4GB cards a 2048 block... thus the addressing of data blocks doesn't exceed the original SD specification, just that the data transferred increases

This is why the old fixed-block-size drivers really barf!
« Last Edit: June 25, 2006, 03:20:40 pm by speculatrix »
Gemini 4G/Wi-Fi owner, formerly zaurus C3100 and 860 owner; also owner of an HTC Doubleshot, a Zaurus-like phone.

Hrw

  • Hero Member
  • *****
  • Posts: 1366
    • View Profile
Using 2 Gb Sd Cards On Tosa
« Reply #3 on: June 24, 2006, 05:04:25 pm »
According to available SD specifications every SD card has to work in 512 byte block mode. Thats how many card readers work, thats how linux 2.6 handle SD/MMC cards and it works. I tested 2GB card in my c760 (2.6.17 kernel) and it was working without problems (card normally used in PocketPC).
OpenZaurus 3.5.4x Release Manager
OpenEmbedded, Ångström, Poky developer
My website

Misc embedded hardware.

the_oak

  • Sr. Member
  • ****
  • Posts: 426
    • View Profile
    • http://
Using 2 Gb Sd Cards On Tosa
« Reply #4 on: June 24, 2006, 05:39:17 pm »
So are you saying that as long as we set blocksize to 512, any Zaurus will be able to use a +2 GB SD card?
SL-6000L running Sharp 1.12 rom, (SOLD)
Fujitsu U820 with Windows 7
White Intel MacBook

Hrw

  • Hero Member
  • *****
  • Posts: 1366
    • View Profile
Using 2 Gb Sd Cards On Tosa
« Reply #5 on: June 24, 2006, 05:55:07 pm »
Thats how it is resolved in our 2.6 kernel.
OpenZaurus 3.5.4x Release Manager
OpenEmbedded, Ångström, Poky developer
My website

Misc embedded hardware.

speculatrix

  • Administrator
  • Hero Member
  • *****
  • Posts: 3707
    • View Profile
Using 2 Gb Sd Cards On Tosa
« Reply #6 on: June 25, 2006, 03:21:49 pm »
thanks, Hrw, I wondered if I had the whole picture, and you've corrected my ignorance.
Gemini 4G/Wi-Fi owner, formerly zaurus C3100 and 860 owner; also owner of an HTC Doubleshot, a Zaurus-like phone.

the_oak

  • Sr. Member
  • ****
  • Posts: 426
    • View Profile
    • http://
Using 2 Gb Sd Cards On Tosa
« Reply #7 on: June 25, 2006, 06:47:46 pm »
Anyone tried using blocksize of 512 in default Sharp rom for cards larger than 2 GB? I would try this, but I do not have a 2+ GB SD card to try this out and do not want to buy one unless it is possible. (I did try C-guys SD driver for C860's and that did not work for 1 GB card with blocksize = 1024.)
« Last Edit: June 25, 2006, 06:48:07 pm by the_oak »
SL-6000L running Sharp 1.12 rom, (SOLD)
Fujitsu U820 with Windows 7
White Intel MacBook

malik

  • Full Member
  • ***
  • Posts: 149
    • View Profile
Using 2 Gb Sd Cards On Tosa
« Reply #8 on: June 26, 2006, 04:26:31 am »
thank you oak, i wanted to ask the same question: if a 2 gb sd card runs well under the sharp rom with a block size of 512 Byte, i will buy one. did anyone tried this with a tosa and the stock rom?

mkfs.ext2 seems only to allow block size of 1024, 2048 and so on with the option -b,
but you will get a block size of 512 Bytes (4096 Bits) with the option "-T news".

malik
borzoi, cacko 1.23 lite, 1gb kingston cf, 512mb toshiba sd.. suse 10.0