English Amiga Board


Go Back   English Amiga Board > Support > support.Hardware > Hardware pics

 
 
Thread Tools
Old 17 March 2014, 07:43   #21
bubbob42
Registered User
 
Join Date: Oct 2012
Location: Germany
Posts: 585
"Sputnik" shall be the networking part, I guess?

@DarrenHD: Have you been "HammerD" on IRC back in the 90ies?
bubbob42 is offline  
Old 17 March 2014, 11:19   #22
tnt23
Registered User
 
tnt23's Avatar
 
Join Date: Feb 2008
Location: Saint-Petersburg / Russia
Posts: 324
Quote:
Originally Posted by bubbob42 View Post
I think fancy names are good Amiga tradition.

Do you plan to do hardware mods or just update the sources of the fpga? I'm asking because I'd like to distinguish between prototype boards and later versions. If you want to keep ID 23/24, we could do achieve this through the Autoconfig serial number.
The plan was to only change FPGA firmware, for example, to add Zorro II support. I'd keep 23/24 IDs for now, as I am not sure I understand what is serial number in Autoconfig.

Quote:
Originally Posted by DarrenHD View Post
As long as it's system conforming, the 3.x driver should work. Several older Zorro ethernet cards (eg. the C= 2065) work fine on OS4.1 classic, with the 68k driver.
Well, chances are good then I am sure there's plenty of bugs in the driver, however.

Quote:
Originally Posted by bubbob42 View Post
"Sputnik" shall be the networking part, I guess?
The networking part is not detachable, I was referring to the whole combo board. Otherwise it could be named 'Soyuz-Apollo'

Last edited by TCD; 17 March 2014 at 23:33. Reason: Back-to-back posts merged
tnt23 is offline  
Old 17 March 2014, 21:04   #23
DarrenHD
Registered User
 
Join Date: Aug 2008
Location: London / Canada
Posts: 781
Quote:
Originally Posted by bubbob42 View Post
"Sputnik" shall be the networking part, I guess?

@DarrenHD: Have you been "HammerD" on IRC back in the 90ies?
Yeah...now I sound old!! LOL :-)

Quote:
Originally Posted by tnt23 View Post
Well, chances are good then I am sure there's plenty of bugs in the driver, however.
Bugs can be fixed ;-)

Last edited by TCD; 17 March 2014 at 23:33. Reason: Back-to-back posts merged
DarrenHD is offline  
Old 21 March 2014, 10:11   #24
bubbob42
Registered User
 
Join Date: Oct 2012
Location: Germany
Posts: 585
Quote:
Originally Posted by DarrenHD View Post
Yeah...now I sound old!! LOL :-)
Then we spent some time on #amigager together ("Logain") and also met at one of the last Amiga fairs at cologne. Yeah, "old"!
bubbob42 is offline  
Old 21 March 2014, 10:15   #25
bubbob42
Registered User
 
Join Date: Oct 2012
Location: Germany
Posts: 585
Quote:
Originally Posted by tnt23 View Post
The plan was to only change FPGA firmware, for example, to add Zorro II support. I'd keep 23/24 IDs for now, as I am not sure I understand what is serial number in Autoconfig.
I've written a little tutorial here:

http://www.a1k.org/forum/showthread.php?t=40088

It's in German, but might be helpful. Be sure to correct the Verilog code - "=" means "<=". Tapatalk does not like "<="...

Quote:
The networking part is not detachable, I was referring to the whole combo board. Otherwise it could be named 'Soyuz-Apollo'
It does not have to be detachable (most combos aren't). As long as each part has its own ID it'll need its own name.
bubbob42 is offline  
Old 21 March 2014, 11:29   #26
tnt23
Registered User
 
tnt23's Avatar
 
Join Date: Feb 2008
Location: Saint-Petersburg / Russia
Posts: 324
Quote:
Originally Posted by bubbob42 View Post
I've written a little tutorial here:

http://www.a1k.org/forum/showthread.php?t=40088

It's in German, but might be helpful. Be sure to correct the Verilog code - "=" means "<=". Tapatalk does not like "<="...
Got it! It has been quite a while since I've looked into Zorro AUTOCONFIG docs, and since I was not going to use the er_SerialNumber registers I happily opted to not implement them

(Great tutorial BTW, as far as I can tell. Only was able to struggle through it till that serial number part, then rushed for the docs. Switching between a1k.org and Google Translate can be rather annoying )
tnt23 is offline  
Old 21 March 2014, 18:15   #27
bubbob42
Registered User
 
Join Date: Oct 2012
Location: Germany
Posts: 585
Quote:
Originally Posted by tnt23 View Post
(Great tutorial BTW, as far as I can tell. Only was able to struggle through it till that serial number part, then rushed for the docs. Switching between a1k.org and Google Translate can be rather annoying )
Absolutely - I did some development for a french internet device some time ago. Most of the community speak French, a language I once learned but never really used.

It was a nightmare until I found out that google translate performs much better transforming French->English than French->German.

Nice to hear the tutorial helped you to get started a bit. Please tell me about final names, IDs and prototype serials.
bubbob42 is offline  
Old 24 March 2014, 12:59   #28
tnt23
Registered User
 
tnt23's Avatar
 
Join Date: Feb 2008
Location: Saint-Petersburg / Russia
Posts: 324
Quote:
Originally Posted by bubbob42 View Post
Nice to hear the tutorial helped you to get started a bit. Please tell me about final names, IDs and prototype serials.
For the prototypes, the IDs are the same (23 for the RAM, 24 for the network part). Serials are not supported yet, all zeroes are reported by default:
Code:
default: 	rdata = 4'b1111;
As these are the prototypes, I'd suggest using names 'z3sdram' and 'dm9k' if it is okay.
tnt23 is offline  
Old 26 March 2014, 16:10   #29
tnt23
Registered User
 
tnt23's Avatar
 
Join Date: Feb 2008
Location: Saint-Petersburg / Russia
Posts: 324
Two more boards are ready, waiting for test and some cleaning. (Third one is my own devboard, thrown in to make the shot more dramatic).

tnt23 is offline  
Old 31 March 2014, 15:26   #30
tnt23
Registered User
 
tnt23's Avatar
 
Join Date: Feb 2008
Location: Saint-Petersburg / Russia
Posts: 324
Boards tested OK, anyone interested in testing/development/debugging just let me know. (You'd better have a USB Blaster )
Will put them on AmiBay next week.
tnt23 is offline  
Old 31 March 2014, 16:06   #31
jack-3d
kLiker
 
Join Date: Mar 2011
Location: Brno / Czech Republic
Posts: 371
Does it require DMA and Buster? I could test it on Micronik Z-3i on A1200.
jack-3d is offline  
Old 31 March 2014, 19:41   #32
tnt23
Registered User
 
tnt23's Avatar
 
Join Date: Feb 2008
Location: Saint-Petersburg / Russia
Posts: 324
Quote:
Originally Posted by jack-3d View Post
Does it require DMA and Buster? I could test it on Micronik Z-3i on A1200.
Neither DMA nor any special Buster revision are required. The card was tested on A3000 and A4000 in following configurations:

- A3000 and A4000: the only card in the system (Busters 7 and 9)
- A3000: with Buddha (Buster-11)
- A3000: with Buddha and DENEB in DMA mode (Buster-11)

The card only supports Zorro III bus. From what I have read about Micronic, its Zorro III mode is rather picky?
tnt23 is offline  
Old 01 April 2014, 13:00   #33
hooverphonique
ex. demoscener "Bigmama"
 
Join Date: Jun 2012
Location: Fyn / Denmark
Posts: 1,624
Quote:
Originally Posted by tnt23 View Post
Boards tested OK, anyone interested in testing/development/debugging just let me know. (You'd better have a USB Blaster )
I guess this is only relevant to people, who know "how to FPGA" ?
hooverphonique is offline  
Old 01 April 2014, 13:41   #34
tnt23
Registered User
 
tnt23's Avatar
 
Join Date: Feb 2008
Location: Saint-Petersburg / Russia
Posts: 324
Quote:
Originally Posted by hooverphonique View Post
I guess this is only relevant to people, who know "how to FPGA" ?
Well, not really. I'd describe the current state of firmware and software as 'okay it works'. The network part is not the fastest out there, yet the 200Kbytes/sec speed it delivers along with 64M of (also slow) Zorro memory make life of an otherwise unexpanded desktop fancier

There are lot of things that can be improved in FPGA firmware. So if you are willing to do a bit of HDL hacking, or to just try another FPGA firmware, you're welcome to, but you're not obliged to do this. Same for the device driver. It is, um, usable, but quite far from being perfect. It'd probably help the project to evolve if the user could help himself to some HDL or C programming if they want to; but it is perfectly OK otherwise. That's why 'power users' would be more preferrable
tnt23 is offline  
Old 15 April 2014, 12:31   #35
arti040
Piotr
 
Join Date: Jul 2013
Location: Lodz/Poland
Age: 40
Posts: 203
Hi @tnt23
Great work!
I see, you're trying to sell first batch on Amibay. I'm definitely interested, but first have few questions related:

- what about Zorro 2 and Kick 2.0 + Roadshow network stack? Will it gonna work?
- i know, someone asked already about it, but what about USB? There is a full documentation for Thylacine USB 1.1 card, which you could use - contact with @genny_flick from Amibay - he did (afair) more than 50 such cards, based on provided docs and sells it from time to time. It would be great to have all this on one card If you plan it, would be also really great to add a support for ANAIIS stack... yep, again Kick 2.0 - i'm in love with my standard A2000 and it's just only my suggestion

Last edited by arti040; 15 April 2014 at 12:44.
arti040 is offline  
Old 15 April 2014, 12:38   #36
T_hairy_bootson
Workbitch 1.3
 
T_hairy_bootson's Avatar
 
Join Date: Oct 2001
Location: Melbourne, Australia
Age: 46
Posts: 2,084
Wow, nice work, are you planning to produce these to sell?

For the name Sputnik or Laika imo.
T_hairy_bootson is offline  
Old 15 April 2014, 13:20   #37
tnt23
Registered User
 
tnt23's Avatar
 
Join Date: Feb 2008
Location: Saint-Petersburg / Russia
Posts: 324
Quote:
Originally Posted by arti040 View Post
- what about Zorro 2 and Kick 2.0 + Roadshow network stack? Will it gonna work?
Currently only Z3 is supported, however all the Z2 signals are also brought to the FPGA. So adding Z2 support will not require any hardware changes, only the FPGA firmware will have to be modified. I cannot tell when or how soon it could be done, however

For the Roadshow TCPIP stack, I have bought a copy of it with device driver development in mind, and it works with my setup just fine.

Will look Kick 2.0 up.

Quote:
- i know, someone asked already about it, but what about USB? There is a full documentation for Thylacine USB 1.1 card, which you could use - contact with @genny_flick from Amibay - he did (afair) more than 50 such cards, based on provided docs and sells it from time to time. It would be great to have all this on one card If you plan it, would be also really great to add a support for ANAIIS stack... yep, again Kick 2.0 - i'm in love with my standard A2000 and it's just only my suggestion
Right, USB is screaming to be added. I have been contemplating Thylacine design to be incorporated, too, but SL811 chip seems to be slightly outdated. I'd go for a different USB host chip, and have already bought some samples for that matter.

Quote:
Originally Posted by T_hairy_bootson View Post
Wow, nice work, are you planning to produce these to sell?

For the name Sputnik or Laika imo.
Thanks! I like your 'Laika' proposal

Yes, I've put two cards for sale on AmiBay. Depending on the demand (and first users feedback), I'd arrange another microbatch.

Last edited by TCD; 15 April 2014 at 13:41. Reason: Back-to-back posts merged
tnt23 is offline  
Old 15 April 2014, 13:25   #38
arti040
Piotr
 
Join Date: Jul 2013
Location: Lodz/Poland
Age: 40
Posts: 203
arti040 is offline  
Old 15 April 2014, 13:57   #39
jbenam
Italian Amiga Zealot
 
Join Date: Jan 2009
Location: Italy
Age: 36
Posts: 1,910
An affordable Zorro III memory expansion with ethernet AND usb on it?

My A4000 would KILL (if it had any arms) for one of these

I mean, paying a bit more than the price of a "simple" Thylacine for ALL this stuff? Count me in!

Compare that to a Thylacine that goes for ~100 and you understand that its pricing is a total theft for what it does

Anyway, add me in the "first-guys-to-buy-the-usb-version" list around the first place I'm itching to have one
jbenam is offline  
Old 25 September 2018, 08:45   #40
arti040
Piotr
 
Join Date: Jul 2013
Location: Lodz/Poland
Age: 40
Posts: 203
Hi! What's the status of this project? Did you abandon it? (I hope, you didn't)
arti040 is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Zorro III not working... :( DarrenHD support.Hardware 19 27 January 2011 05:41
Guaging interest in a Zorro II Ethernet Card aperez MarketPlace 21 27 January 2010 23:45
AD516 Zorro II \ III ? THX1138 support.Hardware 6 16 February 2009 00:23
WANTED: Zorro Ethernet card; Ariadne, XSurf etc. d0pefish MarketPlace 8 01 December 2006 12:48
Zorro II Card - Zorro III Slot ? THX1138 support.Hardware 4 03 May 2003 11:03

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 21:47.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.17991 seconds with 16 queries