Can all registered uses please login, even just for a few minutes..
It helps build a picture where our "good traffic" is coming from..
Thanks :)

dml attempts a Raven

User avatar
dml
Posts: 855
Joined: Wed Nov 15, 2017 10:11 pm

Re: dml attempts a Raven

Post by dml »

A minor update....

After an absolutely insane sequence of very scary, one-slip-and-your-host-PC-is-toast incantations in DISKPART, I managed to get a 500MB partition created on a 4GB CFlash card, and visible on the Raven. I failed to get any other partitions working but after trying different combinations of primary/logical/extended and cleaning the disk 9 times, I figured I should quit while I'm ahead!

(Last time I had to do this on a PC was ...I don't know how many years ago! :p )

Code: Select all

DISKPART> select disk 3

DISKPART> list disk

  Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  Disk 0    Online          931 GB      0 B        *
  Disk 1    Online          465 GB      0 B        *
  Disk 2    Online          931 GB      0 B
* Disk 3    Online         3815 MB  3814 MB

DISKPART> clean

DiskPart succeeded in cleaning the disk.

DISKPART> convert mbr

DiskPart successfully converted the selected disk to MBR format.

DISKPART> create part primary size=500

DiskPart succeeded in creating the specified partition.

DISKPART> active

DiskPart marked the current partition as active.

DISKPART> format fs=fat label="boot" quick

  100 percent completed
The disk isn't actually empty - it has the System Volume Information folder Windows likes to create and some crap inside. But hey, I can copy stuff now.
User avatar
dml
Posts: 855
Joined: Wed Nov 15, 2017 10:11 pm

Re: dml attempts a Raven

Post by dml »

The CFlash is now loaded with the Raven software, Nova configured for W32i/256c and so far the machine appears to be working & stable in this config.

Have not seen the LineF thing since I packed the two other cards away (tempting fate!). I might bring them back out at some point to try with RVBIOS & drivers but they are banished to the cupboard for now :)
Steve
Moderator
Moderator
Posts: 3342
Joined: Fri Sep 15, 2017 11:49 am

Re: dml attempts a Raven

Post by Steve »

I always find using GParted to be the nicest way to partition disks. You can find bootable GParted Linux images.
User avatar
PhilC
Moderator
Moderator
Posts: 7524
Joined: Fri Mar 23, 2018 8:22 pm

Re: dml attempts a Raven

Post by PhilC »

Great to see you've got it working @dml

Be interesting to see why those other VGA cards caused the linef errors.
If it ain't broke, test it to Destruction.
User avatar
dml
Posts: 855
Joined: Wed Nov 15, 2017 10:11 pm

Re: dml attempts a Raven

Post by dml »

Steve wrote: Thu Aug 07, 2025 8:31 am I always find using GParted to be the nicest way to partition disks. You can find bootable GParted Linux images.
The problem with this kind of stuff for me is that it takes frickin' ages to figure out the magic incantations and then I don't need it for another 5-10 years and all memory of what I did is erased in less time than that :) So every time is just as confusing & annoying as the previous time!

I think I refreshed enough to get the Hyperdisk set up on a PC if I can pinheader my way around that F-F connector problem, or find a different adapter.

It's going to be even worse when I try to get the NeXT or the SGI up and running with SCSI and floppy/CDRom emulation and the 50+ forum threads which will be needed to decipher that mess - but a problem for another time. :p
User avatar
dml
Posts: 855
Joined: Wed Nov 15, 2017 10:11 pm

Re: dml attempts a Raven

Post by dml »

PhilC wrote: Thu Aug 07, 2025 8:40 am Great to see you've got it working @dml
Be interesting to see why those other VGA cards caused the linef errors.
Thanks Phil! I'm also wondering what could have been going on with the LineF thing.... I have a few ideas to try still but I'll start by getting some more useful things set up on the Raven before enjoying those crashes yet again :)

I forgot I left the machine powered on yesterday and came back a couple of hours later to find the cooler quite 'warm' and the machine was still ticking over on the desktop. I haven't even fixed the cooler yet its just sitting on top of the CPU (oops - I had already thermal-glued the heavy copper shim to the CPU but the actual cooler with the fins is just sitting on that with no compound).

I did some of the same random tests and no crashing. That was at 96MHz so its looking good so far.....
Steve
Moderator
Moderator
Posts: 3342
Joined: Fri Sep 15, 2017 11:49 am

Re: dml attempts a Raven

Post by Steve »

dml wrote: Thu Aug 07, 2025 11:07 am It's going to be even worse when I try to get the NeXT or the SGI up and running with SCSI and floppy/CDRom emulation and the 50+ forum threads which will be needed to decipher that mess - but a problem for another time. :p
SGI? My ears pricked up! I didn't read anywhere that you had an SGI. I have quite a few SGI's so I can advise with things.
User avatar
alexh
Site sponsor
Site sponsor
Posts: 1364
Joined: Tue Oct 17, 2017 4:51 pm
Location: Oxfordshire

Re: dml attempts a Raven

Post by alexh »

dml wrote: Thu Aug 07, 2025 11:07 am The problem with this kind of stuff for me is that it takes frickin' ages to figure out the magic incantations and then I don't need it for another 5-10 years and all memory of what I did is erased in less time than that :) So every time is just as confusing & annoying as the previous time!
I tend to write all stuff like that in my blog as I find it. It's searchable and has saved hours of time for things like this. Fortunately thanks to archive.org all the links I include tend to be recorded (even when the sites are gone) which is why I am a regular donator to them.
Senior Principal ASIC Engineer - SystemVerilog, VHDL
Thalion Webshrine - http://thalion.atari.org
ST,STf,STfm,STe,MegaST,MegaSTe,Falcon060
A500+,A600,A4000/060,CD32,CDTV
User avatar
agranlund
Site sponsor
Site sponsor
Posts: 1767
Joined: Sun Aug 18, 2019 10:43 pm
Location: Sweden
Contact:

Re: dml attempts a Raven

Post by agranlund »

Hurray! That's awesome @dml !
So I can feel a bit less guilty for shoddy hardware now? :)

By the way, where did your ISA sockets come from?
I wonder if it could be a case of not quite German-engineering level of tolerance on the socket, coupled with slightly worn edge connectors on all these old cards?

There was a case where @Oldskool's w32i card wasn't happy in his computer but it worked in mine.
My w32i card, which was the exact same model, worked in both computers.
We had different brand ISA connectors so my take away was that it was probably related to that.
User avatar
dml
Posts: 855
Joined: Wed Nov 15, 2017 10:11 pm

Re: dml attempts a Raven

Post by dml »

Steve wrote: Thu Aug 07, 2025 11:39 am SGI? My ears pricked up! I didn't read anywhere that you had an SGI. I have quite a few SGI's so I can advise with things.
That might be super handy!

It's an Indigo2 Impact (purple case) - but some PSU & backplane issues to sort out (and a blank, likely dead SCSI drive).

I'll probably start a thread sometime but I want to get all the Ataris in good shape first so I can get back to some coding :)
Post Reply

Return to “RAVEN 060 - USER BUILDS”