gerryk.com

Wherein I write about things that interest me….

SBC6120 - RetroBrew Computers Edition

63,Following on from here. Farnell were typically swift with their turnaround wit most of the components arriving within a couple of days. I was not so timely, in either building out the board or writing it up, but better late than never… I had also ordered a CF to IDE interface. There is an IDE interface on the SBC board, but these days, it’s hard to find an IDE drive, and who wants a spinning platter with all of its attendant power consumption issues when a little bit of flash memory would do just as;well. This took its time arriving, so I did as much soldering as I could in the meantime. I had ordered sockets for all of the ICs, so I started out by soldering these in place. I then followed with the various capacitors, resistors, jumpers, fuses and the two crystal oscillators. Compared to many of the projects I have worked on, which have been primarily SMD, the size and spacing of the through-hole components was positively roomy. This made for a quick and problem-free build. The final steps were to install the status LEDs, power connector and reset button, and we are ready to go, from a hardware perspective at least.

SBC6120

I have a 1GB Compact Flash card which will be my storage device. This can be partitioned into multiple disks using the SBC6120 Monitor Program. The Monitor Program is executed on boot, and once fully booted, the system drops you to a console prompt where monitor commands may be executed. Full documentation on teh Monitor Program can be read in Bob Armstrong’s original SBC6120 documentation.

Partitioning the CF card is done using the;df;command in the Monitor.;df stands for Disk Format, and takes 1 parameter… the disk partition to format.

From the SBC6120 manual, we can see the following command definition:

5.8.3 RF (Format RAM Disk) and DF (Format IDE Disk) . . . Format >RF u ⇒ format RAM disk unit u >DF pppp ⇒ format IDE disk partition pppp

Each disk partition is 2,097,152 bytes in size, which means that on my 1GB CF Card, I could have a maximum of around 50;partitions. This is probably far more that would be necessary to store every bit of PDP8 software and data out there… we shall see. There is a whole lot of PDP8 software here, mostly as either tape or disk image format. However, for my purposes at the moment, the OS/8 and Games images provided by Steve Gibson are enough to get started.

;

;


Share