Search found 319 matches

by LyleHaze
Thu Oct 22, 2015 4:19 pm
Forum: Platform: AmigaOne X1000
Topic: New Prototyping Board for Xorro
Replies: 14
Views: 13803

Re: New Prototyping Board for Xorro

Quick replies never make much sense.. There was a question about needing to change xorro boards if you have multiple projects. With just a little organization that is not a problem. As an example, the sentinel data logger requires a serial port and an SD card socket. But any other project you make c...
by LyleHaze
Thu Oct 22, 2015 12:15 pm
Forum: Platform: AmigaOne X1000
Topic: New Prototyping Board for Xorro
Replies: 14
Views: 13803

Re: New Prototyping Board for Xorro

I use a header file to assign hardware that's on the Xorro board to symbolic names, like the serial port and the SD card socket. This allows the Xena program to "find" the resources by name easily enough. This does NOT solve all issues, but it's a fair start. The remaining problem is mostl...
by LyleHaze
Sat Sep 26, 2015 1:46 pm
Forum: General AmigaOS
Topic: Debug output around boot time, where from?
Replies: 10
Views: 7049

Re: Debug output around boot time, where from?

A "normal" AHI installation includes all the drivers available in devs:AHI. When AHI is started, it attempts to open each of them. Each driver that does not find matching hardware generally says it did not find hardware matching it's target on exit. So that would explain most of the output...
by LyleHaze
Thu Sep 10, 2015 1:00 am
Forum: Platform: AmigaOne X1000
Topic: Too many problems. Booting, Switching on, Resetting..
Replies: 12
Views: 12218

Re: Too many problems. Booting, Switching on, Resetting..

... I did the blue LED modification as well as move the power led to those other pins you mentioned Lyle. Though my blue LED seems to be on all the time, I assume yours flickers according to hard drive load ? I prefer the blue anyway :) ... My blue light flashes. Very quickly for the SSD, a bit slo...
by LyleHaze
Wed Sep 09, 2015 12:24 am
Forum: Platform: AmigaOne X1000
Topic: Too many problems. Booting, Switching on, Resetting..
Replies: 12
Views: 12218

Re: Too many problems. Booting, Switching on, Resetting..

I can't answer them all, but I can offer a few things.. About booting reliability: Mine is very reliable. But you should install FE on a clean partition, then add the RadeonHD driver separately. The Radeon driver on the FE install is limited in resolution and features. Also beware of where kickstart...
by LyleHaze
Sun Aug 09, 2015 6:55 pm
Forum: Platform: AmigaOne X1000
Topic: Which memory modules fit in X1000
Replies: 9
Views: 7211

Re: Which memory modules fit in X1000

xenic wrote:
sundown wrote: OS4 will only see 2GB, but Linux would see 4GB or more.
Pardon my ignorance on the subject but how can Linux running on a 32 bit processor with 2GB memory space see 4GB?
Possibly because the PA6T-1682M is a 64 bit processor.
by LyleHaze
Sun Aug 09, 2015 3:00 am
Forum: Platform: AmigaOne X1000
Topic: Which memory modules fit in X1000
Replies: 9
Views: 7211

Re: Which memory modules fit in X1000

Hello. I have a X1000 with 2 GB memory and now I want to install OS4 FE. In the same time I will also try to install some Linux distro and want to upgrade the memory to fit in something like 4 GB. Look like it is not easy to found another pair of the Kingston Hypex memory module so I wonder if I ca...
by LyleHaze
Wed Aug 05, 2015 1:47 am
Forum: Platform: AmigaOne X1000
Topic: System freeze reboot workaround?
Replies: 8
Views: 4088

Re: System freeze reboot workaround?

.... I can guess that it's JP1/JP2. Is there a system function for reading the GPIO pins or do I need a register address for reading them? It's register addresses and bitmap masking. Not difficult but not system friendly either. like a good idea when I first considered it but if a system freeze is ...
by LyleHaze
Mon Aug 03, 2015 12:13 am
Forum: Platform: AmigaOne X1000
Topic: System freeze reboot workaround?
Replies: 8
Views: 4088

Re: System freeze reboot workaround?

Xena has plenty of unassigned I/O, And a fair bit that is connected to the fast localbus. But joining them would require loading code into Xena, and then monitoring some specific addresses from the system side. I have done it, but it's not at all a "simple" solution. There is another bit t...
by LyleHaze
Sun Aug 02, 2015 7:10 pm
Forum: Platform: AmigaOne X1000
Topic: Beeping at boot up
Replies: 10
Views: 7057

Re: Beeping at boot up

electric-magic wrote:Why are Amiga people so dam helpful,,,,,,,,,:)
On a good day, I try to be helpful.
On a bad day I just don't reply.

Glad I could help solve the puzzle. :)