Hi.
What do I need to change to use a 64MB CF card instead of a 32MB CF card? I tried changing some parameters in flashdist/flashdist.sh, but got lots of errors.
Thanks!
Mike
Logged In: YES user_id=678315
Hi Mike,
Here's what you need to get a 64MB Compact flash going...
Add the following to the script:
# FOR 64MB COMPACT FLASH #totalsize=125440 #bytessec=512 #sectorstrack=32 #sectorscylinder=256 #trackscylinder=8 #cylinders=490
Uncomment them, of course....
I also found that I had to add a couple more parameters to it:
#blocksize=16384 #fragmentsize=2048
Then add these two variables to where newfs is called.
That should do it! James
Log in to post a comment.
Logged In: YES
user_id=678315
Hi Mike,
Here's what you need to get a 64MB Compact flash going...
Add the following to the script:
# FOR 64MB COMPACT FLASH
#totalsize=125440
#bytessec=512
#sectorstrack=32
#sectorscylinder=256
#trackscylinder=8
#cylinders=490
Uncomment them, of course....
I also found that I had to add a couple more parameters to it:
#blocksize=16384
#fragmentsize=2048
Then add these two variables to where newfs is called.
That should do it!
James