sd2iec firmware updated

Discuss anything related to the VIC
Post Reply
User avatar
nbla000
Salmon Run
Posts: 2582
Joined: Thu Oct 13, 2005 8:58 am
Location: Italy

sd2iec firmware updated

Post by nbla000 »

sd2iec firmware updated to the 0.9.3 version

http://www.sd2iec.de/


2010-08-02 - release 0.9.3
- Bugfix: Extension hiding works again with names >12 characters
- Bugfix: Increase data hold time during standard TALK
- Testing aid: card detect-to-LED function



I wish to know more about Extension hiding, what does it mean ?
Files copied on SD-Card with name "FILENAME.PRG" will be displayed/handled in the CBM machine as just "FILENAME" on a LOAD"$",8 LOAD"FILENAME",8 ?
Mega-Cart: the cartridge you plug in once and for all.
User avatar
Diddl
Vic 20 Afficionado
Posts: 426
Joined: Wed Jun 10, 2009 3:18 am
Website: https://oe7twj.at/
Location: Austria
Occupation: software engineer

Re: sd2iec firmware updated

Post by Diddl »

nbla000 wrote:I wish to know more about Extension hiding, what does it mean ?
Extension hiding has four different modes.

it always concerns file handling outside of images like d64 or m2i. It concerns only files in FAT or FAT32 environment.

within image files there are file types like prg, seq, usr and rel. It is possible to "emulate" this with file extensions .prg, .p00, .u00, .usr and so.

it is possible to hide files with extensions which are unknown from sight of commodore world.

nbla000 wrote:Files copied on SD-Card with name "FILENAME.PRG" will be displayed/handled in the CBM machine as just "FILENAME" on a LOAD"$",8 LOAD"FILENAME",8 ?
yes
User avatar
orion70
VICtalian
Posts: 4272
Joined: Thu Feb 02, 2006 4:45 am
Location: Piacenza, Italy
Occupation: Biologist

Post by orion70 »

Well, I did cut all .PRG file extensions before putting programs on my SD card, so no need for this update. :P
User avatar
Jeff-20
Denial Founder
Posts: 5757
Joined: Wed Dec 31, 1969 6:00 pm

Post by Jeff-20 »

Great! I need the extensions for Boray's program starter, but I didn't like to see them on my Vic. Good change. Now how do I update the firmware??
High Scores, Links, and Jeff's Basic Games page.
User avatar
nbla000
Salmon Run
Posts: 2582
Joined: Thu Oct 13, 2005 8:58 am
Location: Italy

Re: sd2iec firmware updated

Post by nbla000 »

Diddl wrote:it is possible to hide files with extensions which are unknown from sight of commodore world.
So for example if I put a file "README.TXT" and a file "TETRIS.PRG" to the SD card and from the vic I type LOAD"$",8 the results will be just:

Code: Select all

15 "TETRIS"       PRG
READY.
and not:

Code: Select all

12 "README.TXT"   PRG
15 "TETRIS.PRG"   PRG
READY.
This is correct ?
what does it mean "it is possible" ? do I need a special software/hardware settings ?

I've discovered that "LONG FILE NAMES.PRG", more then 16 chars are "crunched" like dos to "LONG FILE ~1.PRG" or similar but when I try to load them it says ?FILE NOT FOUND ERROR

someone may report the same issue ?
Mega-Cart: the cartridge you plug in once and for all.
User avatar
Diddl
Vic 20 Afficionado
Posts: 426
Joined: Wed Jun 10, 2009 3:18 am
Website: https://oe7twj.at/
Location: Austria
Occupation: software engineer

Re: sd2iec firmware updated

Post by Diddl »

nbla000 wrote:what does it mean "it is possible" ? do I need a special software/hardware settings ?
Yes there are some software switches, so you can switch mode by sending commands over channel #15.

You also can write settings in eeprom of SD2IEC, so your own settings are default also after power down or reset.

see SD2IEC docu
User avatar
orion70
VICtalian
Posts: 4272
Joined: Thu Feb 02, 2006 4:45 am
Location: Piacenza, Italy
Occupation: Biologist

Re: sd2iec firmware updated

Post by orion70 »

nbla000 wrote:I've discovered that "LONG FILE NAMES.PRG", more then 16 chars are "crunched" like dos to "LONG FILE ~1.PRG" or similar but when I try to load them it says ?FILE NOT FOUND ERROR
Same for me here (it shows Greek pi instead of the tilde). I solved the problem using wildcard chars: load"LONG FILE*",8,1.
As a suggestion, I'd rather compress all filenames to max. 10-12 characters, and get rid of the extension before putting them on the SD card. You can also do batch filename processing using Ant Renamer or similar freeware programs - that's what I did.
User avatar
Diddl
Vic 20 Afficionado
Posts: 426
Joined: Wed Jun 10, 2009 3:18 am
Website: https://oe7twj.at/
Location: Austria
Occupation: software engineer

Post by Diddl »

Maybe a FAT problem. FAT usually uses 8.3 chars. try using FAT32 which supports long filenames
User avatar
nbla000
Salmon Run
Posts: 2582
Joined: Thu Oct 13, 2005 8:58 am
Location: Italy

Re: sd2iec firmware updated

Post by nbla000 »

orion70 wrote:Same for me here (it shows Greek pi instead of the tilde).
I was wrong, yes it shows Greek pi.
I solved the problem using wildcard chars: load"LONG FILE*",8,1.
It's a good work around.
Diddl wrote:Maybe a FAT problem. FAT usually uses 8.3 chars. try using FAT32 which supports long filenames
Yes I use FAT, from README...
Long File Names:
================
Long file names (i.e names not within the 8.3 limits) are supported on
FAT, but for compatibility reasons the 8.3 name is used if the long
name exceeds 16 characters.


btw I need to check but if I'm not wrong my names weren't 8.3 on the vic but 12.3 ?!?!
In any case I wasn't able to load it, I've not tested the orion70 "*" work around :wink:



Diddl wrote:Yes there are some software switches, so you can switch mode by sending commands over channel #15.

You also can write settings in eeprom of SD2IEC, so your own settings are default also after power down or reset.

see SD2IEC docu
Thank you, I will check
Mega-Cart: the cartridge you plug in once and for all.
Post Reply