jbilander / sdbox

A parallel to sd-card project for the Amiga
GNU General Public License v3.0
94 stars 14 forks source link

KS 1.3 adf image with SDBox #11

Open mlorenzati opened 3 years ago

mlorenzati commented 3 years ago

I'm trying to create a modified KS 1.3 adf with SDBox drivers and it's kicking me when I double click the sd0 gear "task held finish all disk activity"

  1. Added in l the fat95 file
  2. Added in devs the spisd.device file
  3. Added the SD0 and SD0.info into the root of the disk to make it clickable
mlorenzati commented 3 years ago

I was able to make it work with with automount also, I can share de adf

sbilgeri commented 3 years ago

I got the same error under 1.3 (software error - task held) when I double click the sd0 in the root. What is the solution? did you create the automount in the startup-sequence? ADF would be helpful :-)

jbilander commented 3 years ago

In WB 1.3 try making an IconX-script that you can double-click to mount the SD-card. The icon-file needs to be of the type "Project" and have IconX specified as Default Tool. Try with the attached files.

Mount_SDCARD.zip
sdbox_mount_sd_card_via_script_and_iconX

sbilgeri commented 3 years ago

Thank you! It worked this way without an error, but had to put a "C:" in front of IconX under WB 1.3 (IconX was not found otherwise - Error 205).

morch-uk commented 3 years ago

i made it work with workbench 3.1 on ks 3.1 tried making a bootable 1.3 with it, i also: fat95 file into L spisd.device file to devs added SD0 and SD0.info to devs like on my 3.1

when i boot 1.3 on ks 1.3 - if i try "mount sd0: from SD0" i get device sd0: not recognised and if i double click on the SD0 icon i get: c:mount program failed (error #80000004) wait for disk activity to finish

jbilander commented 3 years ago

Hi, did you pick the correct SD0-file for your version of WB 1.3 ? Also you need to do cd devs: first or give the full path like this mount SD0: from devs/SD0 and then cd SD0: for the disk-icon to appear. Or use the IconX-script (zip-file) that I posted above for double-clicking under 1.3 (with the small change sbilgeri did above adding a C: in front of IconX, see picture above Default Tool: IconX should be Default Tool: C:IconX , hit enter and save)

morch-uk commented 3 years ago

Hi, did you pick the correct SD0-file for your version of WB 1.3 ? Also you need to do cd devs: first or give the full path like this mount SD0: from devs/SD0 and then cd SD0: for the disk-icon to appear. Or use the IconX-script (zip-file) that I posted above for double-clicking under 1.3 (with the small change sbilgeri did above adding a C: in front of IconX, see picture above Default Tool: IconX should be Default Tool: C:IconX , hit enter and save)

I used the correct sd0 in the 1.3 + folder and now it works :)

just saw your reply, thank you for the response :) yeh it was user error - i was following a youtube video in german as theres none in english i could find, but i worked it out :) thank you for a n awesoem project, love it... makes my life so much faster than 19200 baud!

Sm2dux commented 2 years ago

hi all,im often get the message read error,not a dosdisk, when im copying files to the sdbox card,(in german) any tip,tnx

emartisoft commented 2 years ago

hi all,im often get the message read error,not a dosdisk, when im copying files to the sdbox card,(in german) any tip,tnx

You must format sd card that sized <4GB and allocation unit size are 4096 bytes for FAT32.

salocinx commented 2 years ago

Try to format the card with FAT, not FAT32 (partition must be less than 4GB, use Windows Disk Management tool for example to define the partition). However, I am currently testing the SDBox V2 on many different Amiga environments (around 10 different Amigas with different Kickstarts and switchers) and it's unfortunately working only on 50% of the machines. I will post a list of my test results soon. Not sure if I am doing something wrong or if there's some compatibility issues with SD card types etc.

Retro-updates commented 2 years ago

hi all,im often get the message read error,not a dosdisk, when im copying files to the sdbox card,(in german) any tip,tnx

You must format sd card that sized <4GB and allocation unit size are 4096 bytes for FAT32.

where you able to get it working? SDBox V1 or v2?

Sm2dux commented 2 years ago

I have sdbox V1,formatted 2gb to fat, (wb1.3 system) seems to work now,no error messages,type not a dosdisk yet

Sm2dux commented 2 years ago

i made a startup-sequence fil on df0:(s:startup-sequence) setpatch setclock load resident Cli L:shell-seg system add resident c:execute pure mount newcon: binddrivers cd devs: mount SD0: from sd0 cd SD0: assign >NIL: SD0: exists if not warn assign sys: SD0: assign c: sys:c assign l: sys:l assign fonts: sys:fonts assign S: sys:s assign Devs: sys:devs assign Libs: sys:libs makedir ram:tr assign t: ram:tr path RAM: C: sys:utilities sys: system s: SYS:prefs add cd SD0: loadwb endcli

Sm2dux commented 2 years ago

i dont now if i missed someting,but it works fine for me (its sdbox V1)

salocinx commented 2 years ago

I don't have any problems with KS1.3 based Amiga systems so far; but with KS3.1 I often run into r/w errors. With KS3.2 the card is not recognized at all.

Retro-updates commented 2 years ago

I don't have any problems with KS1.3 based Amiga systems so far; but with KS3.1 I often run into r/w errors. With KS3.2 the card is not recognized at all.

would you be able to share the ADF for the KS1.3 which works for the SDBOX v2 ? I would like to verify it that is working as indeed on both 3.1 and 3.2 its giving problems.

jbilander commented 2 years ago

@Retro-updates

drop me an email: jorgen.bilander at gmail com and I will try and help.

Sm2dux commented 1 year ago

I have v1 2gb,formatted with fat,att THE moment seems to work fine,with test it futher,copyed wb1.3,No problem

Hämta Outlook for Androidhttps://aka.ms/AAb9ysg


From: Retro-updates @.> Sent: Friday, May 13, 2022 7:09:54 PM To: jbilander/sdbox @.> Cc: Sm2dux @.>; Comment @.> Subject: Re: [jbilander/sdbox] KS 1.3 adf image with SDBox (#11)

hi all,im often get the message read error,not a dosdisk, when im copying files to the sdbox card,(in german) any tip,tnx

You must format sd card that sized <4GB and allocation unit size are 4096 bytes for FAT32.

where you able to get it working? SDBox V1 or v2?

— Reply to this email directly, view it on GitHubhttps://github.com/jbilander/sdbox/issues/11#issuecomment-1126268419, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AW4GDF2MD3I5D2HKSRSCJHLVJ2EGFANCNFSM4ZZ5MUVQ. You are receiving this because you commented.Message ID: @.***>

Sm2dux commented 1 year ago

Hi all,need a sparepart to my nanovna-H,2,8t, the contact for changing menu has been broken,tnx for tips

santiac89 commented 10 months ago

i made a startup-sequence fil on df0:(s:startup-sequence) setpatch setclock load resident Cli L:shell-seg system add resident c:execute pure mount newcon: binddrivers cd devs: mount SD0: from sd0 cd SD0: assign >NIL: SD0: exists if not warn assign sys: SD0: assign c: sys:c assign l: sys:l assign fonts: sys:fonts assign S: sys:s assign Devs: sys:devs assign Libs: sys:libs makedir ram:tr assign t: ram:tr path RAM: C: sys:utilities sys: system s: SYS:prefs add cd SD0: loadwb endcli

I managed to do this correctly but I have a further question, maybe you can help me. I'm trying to do exactly the same but using a subfolder in the SD card for the whole thing. so assign sys: SD0:v13 (I'm trying to dual install WB1.3 and WB3.2)

It startups correctly, but after getting into WB1.3 the SD card icon on Desktop is gone and contents of it are empty. So I cannot access any of the apps. Should I also reassign whatever that icon points to to assign <SDCARDNAME>: SD0:v13 ?