Search found 11 matches
- Sat Nov 14, 2020 5:04 am
- Forum: AmigaOS Feature Requests
- Topic: Updated Python3.x series
- Replies: 17
- Views: 2926
Re: Updated Python3.x series
Very true. The approach taken with ProAction is to send Arexx commands from Python to an Arexx Host which renders the ReAction GUI. A fine idea which works great for Arexx scripts and also allows Python a path to using a GUI as well. However, when writing in Python, you can simplify the code the use...
- Sat Nov 14, 2020 12:50 am
- Forum: AmigaOS Feature Requests
- Topic: Updated Python3.x series
- Replies: 17
- Views: 2926
Re: Updated Python3.x series
@NinjaCyborg
I did receive your email and will attempt to answer your
questions in my response.
I did receive your email and will attempt to answer your
questions in my response.
- Fri Nov 13, 2020 10:31 pm
- Forum: AmigaOS Feature Requests
- Topic: Updated Python3.x series
- Replies: 17
- Views: 2926
Re: Updated Python3.x series
Skateman brought this post to my attention. I do have an interest in expanding the use the Python on AmigaOS4.x, primarily as it is one of the main programming languages that the Advanced Visual Developer (AVD) will export your application designs to. I intend to first port Python 2.5 to the final r...
- Thu Jan 18, 2018 2:39 am
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: Kernel 4.15
- Replies: 129
- Views: 62604
Re: Kernel 4.15
My tests on the X5000/20 with 4.15.0-rc8 (w/CONFIG_FSL_PAMU disabled) shows the same kind of progress seen by Skateman's testing. My results vary somewhat, but I believe there are other factors at play which account for the slightly different results (I suspect mostly timing issues). For example, in...
- Wed Jan 10, 2018 5:02 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: Kernel 4.15
- Replies: 129
- Views: 62604
Re: Kernel 4.15
Hi Jamie, Could you please post your results on the linuxppc-dev mailing list? Link: https://lists.ozlabs.org/listinfo/linuxppc-dev Thanks, Christian I have joined the linuxppc-dev mailing list, and I just sent off a (slightly reformatted) version of the results I posted here. @Christian, I sent yo...
- Wed Jan 10, 2018 4:24 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: Kernel 4.15
- Replies: 129
- Views: 62604
Re: Kernel 4.15
Hi Skateman, Hi Jamie, What i did find odd is the following: In Uboot i set the Ipadress and all is working fine. I can ping my gateway. This is because U-Boot is using a special "Independent Mode" for it's Ethernet driver. It loads a block of microcode to configure the Frame Manager (FMan...
- Wed Jan 10, 2018 1:30 am
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: Kernel 4.15
- Replies: 129
- Views: 62604
Re: Kernel 4.15
So far I have tested the following (All tests done on X5000/20): linux-4.9.70 linux-4.10.17 linux-4.15-rc5 linux-4.15-rc6 linux-4.15-rc7 All with the DPAA Ethernet enabled in the kernel, and using the correct cyrus_p5020.eth.dtb device tree file (also known as cyrus.eth.dtb in the latest public test...
- Sun Jan 07, 2018 9:54 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: Kernel 4.15
- Replies: 129
- Views: 62604
Re: Kernel 4.15
Mabey it just needs to be included in the ENV like shown below... I found this example in an NXP community. e.g. : => setenv eth1addr xx:xx:xx:xx => saveenv Change the number in eth1 according to the interface number you are trying to set the mac for. The U-Boot environment variables (ethaddr and e...
- Thu Jan 04, 2018 11:44 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: Kernel 4.15
- Replies: 129
- Views: 62604
Re: Kernel 4.15
Partially correct, there is an serial eeprom on the board with the MAC addresses in(IIRC), this is separate to the uboot SD card, but it seems wasn't programmed with MAC addresses on end user boards. This is where U-Boot gets its MAC addresses from if you haven't programmed the U-Boot variables. Th...
- Wed Jan 03, 2018 10:05 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: Gigabit ethernet ports
- Replies: 16
- Views: 18469
Re: Gigabit ethernet ports
I got some time do dig more into this, so I tried building kernel version 4.4.0 and 4.5.0, and booting them with the device tree present in the upstreams kernel sources for the respective version. None of them gave me working gigabit ethernet; although the dmesg for 4.5.0 looked rather promising, n...