Welcome, Guest. Please login or register.

Author Topic: FPGA Replay Board  (Read 822048 times)

Description:

0 Members and 13 Guests are viewing this topic.

Offline bbond007

  • Hero Member
  • *****
  • Join Date: Mar 2009
  • Posts: 1517
    • Show only replies by bbond007
Re: FPGA Replay Board
« Reply #1589 on: May 11, 2012, 02:58:33 AM »
Quote from: espskog;692609
I have the file and it is about 10GB large (the hardfile). It works nice on WinUAE though -- as you also probably have tried. Yet, I would have to shrink it a little down to fit my 8GB SDIO card to test on the Replay first. I will bring it home and try and see if it works. It boots up a plain OS3.1 with WHDLoad on it and a ton of games/demos -- so I think it will work pretty nice. Just have to test it first :D

Thanks for that link. It'll be a nice baseline for my new hardfile :)

Espen


unless that is a newer version of that same hardfile, it expands out to a 8GB HDF (too big for FAT32), however its less than 1/2 full so I was able to copy everything to a 4GB hardfile that worked on my Minimig 1.1.
 

Offline darkage

  • Hero Member
  • *****
  • Join Date: Aug 2007
  • Posts: 583
    • Show only replies by darkage
Re: FPGA Replay Board
« Reply #1590 on: May 11, 2012, 03:22:59 AM »
Quote from: Dozer;692043
And I received it..

It's an LC version, and it's soldered to the board. No go unfortunately. I guess I'll have to put my faith in MikeJ's angels and their awesome 060-hunting-skills :)


060's are pretty hard to find in large number of stock (at least in Shenzhen) and all the ones I've came across are 2nd hand I dont believe there is any NOS for such a old CPU.. On top of that theres the temptation for resellers to shave off the tops of lower CPU's and relabel them as 060's..  Wish Mike the best of luck it certainly wont be easy and challenging..
 

Offline freqmax

  • Hero Member
  • *****
  • Join Date: Mar 2006
  • Posts: 2179
    • Show only replies by freqmax
Re: FPGA Replay Board
« Reply #1591 on: May 11, 2012, 04:47:41 AM »
Build a portable '060' tester? ;)
 

Offline darkage

  • Hero Member
  • *****
  • Join Date: Aug 2007
  • Posts: 583
    • Show only replies by darkage
Re: FPGA Replay Board
« Reply #1592 on: May 11, 2012, 04:50:18 AM »
Quote from: freqmax;692697
Build a portable '060' tester? ;)


yeah you would definitely bring along something to test the CPU with..  even if you ask your dedicated chinese reseller, they will always listen to what you need, then buy it from another reseller for you so 060's will come from alot of different multiple sources..
 

Offline mikej

  • Hero Member
  • *****
  • Join Date: Dec 2005
  • Posts: 822
    • Show only replies by mikej
    • http://www.fpgaarcade.com
Re: FPGA Replay Board
« Reply #1593 on: May 11, 2012, 09:01:00 AM »
The Replay board itself is a portable tested, I am trying to get a ZIF socket for the processor.

The mask revision is contained in the PCR register, does anybody know what this register should contain for each mask set?
/MikeJ
 

Offline psxphill

Re: FPGA Replay Board
« Reply #1594 on: May 11, 2012, 10:14:13 AM »
Quote from: mikej;692713
The Replay board itself is a portable tested, I am trying to get a ZIF socket for the processor.
 
The mask revision is contained in the PCR register, does anybody know what this register should contain for each mask set?
/MikeJ

there doesn't appear to be any documentation on revision, but from a quick google.
 
http://cache.freescale.com/files/32bit/doc/ref_manual/MC68060UM.pdf
http://cache.freescale.com/files/32bit/doc/errata/MC68060DE.pdf?fpsp=1&WT_TYPE=Errata&WT_VENDOR=FREESCALE&WT_FILE_FORMAT=pdf&WT_ASSET=Documentation
 
switch( (PCR >> 16) & 0xffff)
{
case 0x430:
   printf( "MC68060\n" );
   break;
 
default:
  printf( "MC68LC060/MC68EC060/something else\n" );
  break;
}
 
switch( (PCR >> 8) & 0xff)
{
case 1:
printf( "1F43G\n");
break;
 
case 6:
printf( "0E41J\n" );
break;
 
default:
printf( "1G65V/2G59Y/something else\n" );
break;
}
 
revision 6 appears to be the golden one. if you google 68060 revision 6 then everyone goes mental for it.
afaict only full 68060's were availble as revision 6.
« Last Edit: May 11, 2012, 10:41:15 AM by psxphill »
 

Offline yaqube

  • Full Member
  • ***
  • Join Date: Feb 2008
  • Posts: 197
    • Show only replies by yaqube
Re: FPGA Replay Board
« Reply #1595 on: May 11, 2012, 03:19:50 PM »
Quote from: mikej;692663
Quite right, even though the filesystem supports fat32 the Amiga os may be an issue.


The FAT32 has also 4GB file size limit.
 

Offline Darrin

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: May 2002
  • Posts: 4430
    • Show only replies by Darrin
Re: FPGA Replay Board
« Reply #1596 on: May 11, 2012, 03:42:43 PM »
Quote from: yaqube;692740
The FAT32 has also 4GB file size limit.


On your daughterboard design, will the card reader on there have the same limitations?  Would it be possible to use use 2 x 4GB HDF files via the FPGA card reader and another 2 x 4GB HDF files on the daughterboard card read to have 4 x 4GB "hard drives" available to Workbench?

Using the daughterboard USB, would it be possible to mount a large (>4GB) external USB hard drive using SFS or PFS3?



Edit:  Where did all of those typos come from???!!  I ned a knew ceybord!
« Last Edit: May 11, 2012, 05:24:02 PM by Darrin »
A2000, A3000, 2 x A1200T, A1200, A4000Tower & Mediator, CD32, VIC-20, C64, C128, C128D, PET 8032, Minimig & ARM, C-One, FPGA Arcade... and AmigaOne X1000.
 

Offline yaqube

  • Full Member
  • ***
  • Join Date: Feb 2008
  • Posts: 197
    • Show only replies by yaqube
Re: FPGA Replay Board
« Reply #1597 on: May 11, 2012, 05:11:35 PM »
Quote from: Darrin;692748
On your daughterboard design, will teh card reader on theer have teh same limitations?  Would it be possible to use use 2 x 4GB HDF files via the FPGA card reader and anotehr 2 x 4GB HDF files on the daughterboard card read to have 4 x 4GB "hard drives" available to Workbench?


No, the daughterboard card reader is visible as Amiga hard drive and not as hard file emulator. You can format it with whatever filesystem you like. The limitations are imposed by filesystem handler you use.

Quote
Using the daughterboard USB, would it be possible to mount a large (>4GB) external USB hard drive using SFS or PFS3?


Yes, USB host controller uses Poseidon USB stack so it is the limiting factor.
 

Offline Darrin

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: May 2002
  • Posts: 4430
    • Show only replies by Darrin
Re: FPGA Replay Board
« Reply #1598 on: May 11, 2012, 05:28:27 PM »
Quote from: yaqube;692756
No, the daughterboard card reader is visible as Amiga hard drive and not as hard file emulator. You can format it with whatever filesystem you like. The limitations are imposed by filesystem handler you use.


Excellent.  So in theory I could put in a 20GB card and format it as a single 20GB PFS3 drive or a 2GB FFS and a 18GB PFS3, etc?

Meanwhile HDF files on the main FPGA board's card reader will still be available to mount?

Quote
Yes, USB host controller uses Poseidon USB stack so it is the limiting factor.


Excellent.  Having used Poseidon for several years now, it is a great stack and I'm glad we'll have it on the FPGA Arcade.  The expansions options it will add will be almost limitless.
A2000, A3000, 2 x A1200T, A1200, A4000Tower & Mediator, CD32, VIC-20, C64, C128, C128D, PET 8032, Minimig & ARM, C-One, FPGA Arcade... and AmigaOne X1000.
 

Offline yaqube

  • Full Member
  • ***
  • Join Date: Feb 2008
  • Posts: 197
    • Show only replies by yaqube
Re: FPGA Replay Board
« Reply #1599 on: May 11, 2012, 06:07:13 PM »
Quote from: Darrin;692758
Excellent.  So in theory I could put in a 20GB card and format it as a single 20GB PFS3 drive or a 2GB FFS and a 18GB PFS3, etc?


Yes. But there are FFS versions which support partitions larger than 2GB (OS3.5 or 3.9) so you could have one 32GB FFS partition.

Quote
Meanwhile HDF files on the main FPGA board's card reader will still be available to mount?


Of course.

Quote
Excellent.  Having used Poseidon for several years now, it is a great stack and I'm glad we'll have it on the FPGA Arcade.  The expansions options it will add will be almost limitless.


Exactly. I wonder if dedicated micro SD card reader is necessary because an USB micro SD card reader connected to daughterboard USB port reaches transfers over 13MB/s.
 

Offline Darrin

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: May 2002
  • Posts: 4430
    • Show only replies by Darrin
Re: FPGA Replay Board
« Reply #1600 on: May 11, 2012, 06:23:12 PM »
Quote from: yaqube;692762
Exactly. I wonder if dedicated micro SD card reader is necessary because an USB micro SD card reader connected to daughterboard USB port reaches transfers over 13MB/s.


True.

I would say that if it doesn't add too much to the overall cost then the micro SD card is handy to keep the main components "all in one box" rather than forcing you to lug an external drive around have have one clutter up the desk.

From my A4000 point of view, I still use internal hard drives rather than an external drive attached to the USB port which relies on my correctly flashing the ROM on my Deneb for it to be detected at boot time or hoping that the USB stack doesn't go "tits up".  I assume this will be a similar case with the micro SD card and it will be immediately available to the system to boot from.  :)
A2000, A3000, 2 x A1200T, A1200, A4000Tower & Mediator, CD32, VIC-20, C64, C128, C128D, PET 8032, Minimig & ARM, C-One, FPGA Arcade... and AmigaOne X1000.
 

Offline mikej

  • Hero Member
  • *****
  • Join Date: Dec 2005
  • Posts: 822
    • Show only replies by mikej
    • http://www.fpgaarcade.com
Re: FPGA Replay Board
« Reply #1601 on: May 11, 2012, 07:04:20 PM »
Quote from: yaqube;692740
The FAT32 has also 4GB file size limit.


Yes this is true. Possible to span a virtual disk over multiple files?
 

Offline freqmax

  • Hero Member
  • *****
  • Join Date: Mar 2006
  • Posts: 2179
    • Show only replies by freqmax
Re: FPGA Replay Board
« Reply #1602 on: May 12, 2012, 05:49:43 PM »
Maybe time to consider another filesystem than FAT32 ?

UFS perhaps? ;)
 

Offline gaula92

  • Sr. Member
  • ****
  • Join Date: Dec 2007
  • Posts: 373
    • Show only replies by gaula92
Re: FPGA Replay Board
« Reply #1603 on: May 12, 2012, 07:20:36 PM »
Maybe EXT3/4 would be a better option. It's (in my experience) faster with many small files than UFS.
 

Offline Dopuser

  • Newbie
  • *
  • Join Date: Aug 2007
  • Posts: 25
    • Show only replies by Dopuser
Re: FPGA Replay Board
« Reply #1604 from previous page: May 12, 2012, 08:34:55 PM »
Quote from: bon;691149
Mike I am also interested in replay board + daughter board + 060!


BTW: what is estimated price of full set, including replay board + daughter board + 060?
Any expected time of availability?
« Last Edit: May 12, 2012, 08:54:06 PM by Dopuser »