
Let me convert the others images

Here it is :Jeff wrote: Mon May 21, 2018 7:21 am Not surprised about the error since i convert it from a singled sided kryoflux dump
Let me convert the others images.
Heh. That would explain it! Actually my fault - when I imaged the diskette I didn't realize it was double-sided. So, some of the files had sectors on the (non-existent) second sideJeff wrote: Mon May 21, 2018 7:21 am Not surprised about the error since i convert it from a singled sided kryoflux dump
Let me convert the others images.
That's somewhat better, but I'm still getting random "NO INDEX PULSE" errors on file read or sequential surface scan. Sometimes a retry will succeed, so whatever it is is right on the edge of the acceptable timing windows.Jeff wrote: Mon May 21, 2018 10:30 amHere it is :Jeff wrote: Mon May 21, 2018 7:21 am Not surprised about the error since i convert it from a singled sided kryoflux dump
Let me convert the others images.
https://hxc2001.com/vrac/HS/ns_ds_new.hfe
"NO INDEX PULSE" mean no rotational index or no sector index or both ?snhirsch wrote: Mon May 21, 2018 5:42 pmThat's somewhat better, but I'm still getting random "NO INDEX PULSE" errors on file read or sequential surface scan. Sometimes a retry will succeed, so whatever it is is right on the edge of the acceptable timing windows.Jeff wrote: Mon May 21, 2018 10:30 amHere it is :Jeff wrote: Mon May 21, 2018 7:21 am Not surprised about the error since i convert it from a singled sided kryoflux dump
Let me convert the others images.
https://hxc2001.com/vrac/HS/ns_ds_new.hfe
Here's the explanation in the manual:Jeff wrote: Mon May 21, 2018 6:44 pm"NO INDEX PULSE" mean no rotational index or no sector index or both ?snhirsch wrote: Mon May 21, 2018 5:42 pmThat's somewhat better, but I'm still getting random "NO INDEX PULSE" errors on file read or sequential surface scan. Sometimes a retry will succeed, so whatever it is is right on the edge of the acceptable timing windows.
Code: Select all
4 NO INDEX PULSE
Indicates that the wrong type of diskette or a badly seated diskette was present.
I think you misunderstood me. My point was that the preamble (33 zero bytes) may have to start sooner after index. The latest images do not read at all. Immediate error on access to anything.Jeff wrote: Tue May 22, 2018 12:21 am Ok, preamble extended :
Let me know if this help or not :
https://hxc2001.com/vrac/HS/ns_ds_new.hfe
https://hxc2001.com/vrac/HS/ns_ds_kf.hfe
The green led/activity led is directly connected to the DS0/DS1 Floppy bus (no firmware/software drive this led). So if this led doesn't work, the problem is probably more in the machine itself... , unless the the gotek 3.3V is gone... but this doesn't seem to be the case here since you can select the images.snhirsch wrote: Tue May 22, 2018 2:07 pm Now I have hardware problems here. The activity LED on the Gotek no longer lights up and none of the images work. I'll try reflashing the firmware tonight. If that doesn't work, I think I have another Gotek with your bootloader to try.
Yes, it is possible I have cabling issues. Ran out of time before my "real" work (the kind that pays) startedJeff wrote: Tue May 22, 2018 4:22 pmThe green led/activity led is directly connected to the DS0/DS1 Floppy bus (no firmware/software drive this led). So if this led doesn't work, the problem is probably more in the machine itself... , unless the the gotek 3.3V is gone... but this doesn't seem to be the case here since you can select the images.snhirsch wrote: Tue May 22, 2018 2:07 pm Now I have hardware problems here. The activity LED on the Gotek no longer lights up and none of the images work. I'll try reflashing the firmware tonight. If that doesn't work, I think I have another Gotek with your bootloader to try.
The disks are written with 10 sectors per track, 35 tracks per side. Sides are handled in a serpentine manner, tracks 0-34 on side 0, then 34-0 on side 1. Many older formats use this arrangement, since it saves a full disk seek on files that straddle sides. Sector numbering starts at 0. So, sector 342 is "track 34, sector 2 (side 0)". The first sector on side 1 is 350 (track 34, sector 0, side 1). So, sector 600 lies 250 sectors - or 25 tracks - out towards the edge of the diskette. 34 - 25 = 9, so it looks like sector 600 is physically "track 9, sector 0" on side 1. Hopefully this makes the layout clear.Jeff wrote: Wed May 23, 2018 8:49 am Ok here all the tests images :
https://hxc2001.com/vrac/HS/tests/
Let me know what work and what doesn't.
About the sectors 342 & 600 i am not sure where they are located on the disk (at which track/side ?). It look like these sectors are "empty", but i am not sure which track/side to look.
Btw is there a some raw sectors images available ? I have created some ".NST" raw file from the kryoflux dump, but i want to make the hxc software input/output compatible with existing raw file for Northstar... (If this format is already existing...)