Welcome, Guest. Please login or register.

Author Topic: Minimig user feedback required  (Read 17273 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline wolfchild

  • Jr. Member
  • **
  • Join Date: Oct 2007
  • Posts: 74
    • Show all replies
    • http://www.binarycombinations.com
Re: Minimig user feedback required
« on: November 21, 2008, 05:17:19 PM »
Hi Yaqube,

Well done with your improvements.  Ditching the PIC and using an ARM opens up lots of possibilities!

My additional wishes would be:
  1. SDHC support
  2. More RAM
  3. Ethernet (10 Mbit)
  4. Use an XC3S500E

SDHC support is supposedly a software-only mod when using the ARM controller.  I would wish for folder support as well...

More RAM can be added through static RAMs and an extra address line, or by rewriting the interface to support SDRAM.  The latter would result in a massive price reduction.  Tobiflex is using SDRAM, so his design could be a point of reference for implementation.

I think that for experimenting, it should be possible to piggy back a couple of extra static RAM chips on the current PCB design and routing the extra address lines to the spare IO connector.

Ethernet would be a nice idea, especially if using a cheap and easy ENC28J60 interfaced through SPI - either directly to the FPGA as an Amiga peripheral with DMA capability, or through the ARM as some kind of virtual serial port.

As for using the XC3S500E, it would mean an extra 20% in logic capacity at a slightly lower price, while still allowing for home assembly.

On very small priority as wishes come, I was thinking about what Belial6 suggested.  I would do it slightly differently as I can't see his point exactly but his concept is good food for thought!  

What about moving slow I/O ports such as keyboard, mouse, joysticks, serial and parallel port to the ARM?  There are surely several unused I/O pins on the ARM.  The reclaimed FPGA pins could be put to good use for more demanding peripherals (such as 24-bit video, IDE, HDMI or anything that would come to mind).

Just my 2cents, and my compliments for the great work ;-)

Edwin
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
self-built minimig 1.1 :: 10ns SRAM :: 3.5MB RAM::ARM board::2GB SD card
VGA -> SCART cables currently available - PM me to order.
 

Offline wolfchild

  • Jr. Member
  • **
  • Join Date: Oct 2007
  • Posts: 74
    • Show all replies
    • http://www.binarycombinations.com
Re: Minimig user feedback required
« Reply #1 on: November 21, 2008, 06:09:12 PM »
Quote

Illuwatar wrote:
Edit: if someone takes care of the core software, I would happily create a new Mini-ITX out of this... :-D


Ok, so we have a very good PCB designer on board :-)  Now, there's the need of a hardware designer, a firmware developer, an HDL developer and an Amiga side developer.

I used to do hardware and firmware development, and am used to  cost reduction techniques.  Problem is that I no longer have any free time now between work, uni and a new family...

Still, if we can form a loose collaborative team with a plan, this project could take off nicely...

Cheers!
Edwin
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
self-built minimig 1.1 :: 10ns SRAM :: 3.5MB RAM::ARM board::2GB SD card
VGA -> SCART cables currently available - PM me to order.