Search found 510 matches
- Thu Dec 08, 2016 2:41 pm
- Forum: Platform: AmigaOne X1000
- Topic: Xena
- Replies: 21
- Views: 28082
Re: Xena
As you can see each time it prints 'Loops' it has done 10,000 data transfers. So it's not slow, as in acoustic modem slow, but it is a clunky way of transferring large amounts of data. Xena really needs external (to the chip) circuitry to get to the PCIe portion of the Xorro slot for moving data in ...
- Mon Dec 05, 2016 2:20 pm
- Forum: Platform: AmigaOne X1000 - Linux Only
- Topic: Network problem
- Replies: 3
- Views: 4704
Re: Network problem
That is the PA6T one and as far as I know it only works on Linux. The one on the PCI card should work for both OS's.kilaueabart wrote:Thanks for the help. It will take a bit of study on my part. The Architecture chart on p. 7 of my Technical Reference Manual shows only one RJ45, right below the dual USB port stack,
- Sun Dec 04, 2016 9:44 pm
- Forum: Platform: AmigaOne X1000 - Linux Only
- Topic: Network problem
- Replies: 3
- Views: 4704
Re: Network problem
Yea, networking can be tricky. Here's one thing. Each RJ45 connector on your computer has it's own MAC number, like 12:34:56:78:A2:9F. The router (if your using DHCP) relates that number to the hostname of the computer. So your lower connection number is assigned to the hostname of your computer. If...
- Thu Nov 24, 2016 1:48 am
- Forum: Platform: AmigaOne X1000
- Topic: Xena
- Replies: 21
- Views: 28082
Re: Xena
I have posted a Xena set of programs to wikisend. They will be available for 7 days. They are in a .zip file and named speed.zip http://wikisend.com/download/321404/speed.zip I do not recall if this set of programs were done with the thought of a card in the Xorro slot so just to be safe make sure t...
- Thu Nov 24, 2016 12:46 am
- Forum: General AmigaOS
- Topic: PCIe Serial Ports
- Replies: 2
- Views: 2997
Re: PCIe Serial Ports
Makes no nevermind.
- Wed Nov 23, 2016 2:44 pm
- Forum: General AmigaOS
- Topic: PCIe Serial Ports
- Replies: 2
- Views: 2997
PCIe Serial Ports
I have a 4 port 16550 compatable PCIe x1 serial port card and need to know how to get it working under AmigaOS 4.1.
Ranger sees the ports on my X1000 but I am unable to configure them so they will work.
Thank You
P.S. I need all the protocol pins to work, not just Rx, Tx.
Ranger sees the ports on my X1000 but I am unable to configure them so they will work.
Thank You
P.S. I need all the protocol pins to work, not just Rx, Tx.
- Thu Nov 10, 2016 3:33 pm
- Forum: Platform: AmigaOne X1000
- Topic: Xena
- Replies: 21
- Views: 28082
Re: Xena
@ddni You are correct. @jaokim There are real ways of moving useful data around, but you're right,,,it takes a solder iron and a useable prototyping board to put some chips on, and there is no board available. There are also no PCIe full serial or parallel ports available. The Raspberry integrated i...
- Wed Nov 09, 2016 7:11 pm
- Forum: Platform: AmigaOne X1000
- Topic: Xena
- Replies: 21
- Views: 28082
Re: Xena
Like Lyle said, the gpio was supposed to trigger an interrupt. It does not, so you would need to monitor the input from the Nemo side. Only Xena can turn ON the bit, and only Xena can turn it OFF. If you want to 'Flip a bit' on the Localbus then you would have to read the bus from the Nemo side whic...
- Mon Nov 07, 2016 3:58 pm
- Forum: Platform: AmigaOne X1000
- Topic: Xena
- Replies: 21
- Views: 28082
Re: Xena
Assuming someone writes a program using the information provided in your example program, what will happen if the program is run on an X5000? Will the GPIO input register on an X5000 be at the same hardware address? I doubt it, and I would not even try it. Hopefully there is better technical info f...
- Sun Nov 06, 2016 4:22 pm
- Forum: Platform: AmigaOne X1000
- Topic: Xena
- Replies: 21
- Views: 28082
Re: Xena
In Yahoo Groups A1-X1000 there should/might be some example programs for Xena. One thing to keep in mind is that the Xmos chip is edge triggered, which makes it respond very fast to changes on its pins. The following is something I had on the HD of this computer and you might find of use. Using the ...