AmigaOne X5000 platform specific issues related to Linux only.
Skateman
Posts: 954 Joined: Thu Aug 10, 2017 9:36 pm
Location: The Netherlands
Post
by Skateman » Thu Apr 27, 2023 3:18 pm
Kernel 6.4 Alpha1 up and running on my AmigaOne X5000
Big picture
https://www.skateman.nl/wp-content/uplo ... -11-44.png
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
xeno74
Posts: 10701 Joined: Fri Mar 23, 2012 7:58 am
Contact:
Post
by xeno74 » Thu Apr 27, 2023 3:46 pm
Skateman wrote: Thu Apr 27, 2023 3:18 pm
Kernel 6.4 Alpha1 up and running on my AmigaOne X5000
Many thanks for testing!
Skateman
Posts: 954 Joined: Thu Aug 10, 2017 9:36 pm
Location: The Netherlands
Post
by Skateman » Sat Apr 29, 2023 12:24 pm
Kernel 6.4 Alpha2 up and running on my AmigaOne X5000 and using SeaLion!
Big picture
https://www.skateman.nl/wp-content/uplo ... -17-51.png
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
xeno74
Posts: 10701 Joined: Fri Mar 23, 2012 7:58 am
Contact:
Post
by xeno74 » Sat Apr 29, 2023 1:18 pm
Skateman wrote: Sat Apr 29, 2023 12:24 pm
Kernel 6.4 Alpha2 up and running on my AmigaOne X5000 and using SeaLion!
Great! Thanks a lot for testing!
xeno74
Posts: 10701 Joined: Fri Mar 23, 2012 7:58 am
Contact:
Post
by xeno74 » Sun Apr 30, 2023 4:11 am
Hi All,
Here is the
third alpha of kernel
6.4 with the first PowerPC updates for testing.
New:
Please note: The X1000 doesn't boot with the PowerPC updates
6.4-1 so I removed them for the X1000 kernel.
Download:
linux-image-6.4-alpha3-X1000_X5000.tar.gz
Please test the kernels.
Thanks,
Christian
Skateman
Posts: 954 Joined: Thu Aug 10, 2017 9:36 pm
Location: The Netherlands
Post
by Skateman » Sun Apr 30, 2023 5:16 pm
Kernel 6.4 Alpha3 is up and running on my AmigaOne X5000
Big picture
https://www.skateman.nl/wp-content/uplo ... -11-07.png
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
xeno74
Posts: 10701 Joined: Fri Mar 23, 2012 7:58 am
Contact:
Post
by xeno74 » Sun Apr 30, 2023 8:49 pm
Skateman wrote: Sun Apr 30, 2023 5:16 pm
Kernel 6.4 Alpha3 is up and running on my AmigaOne X5000
Good! Thank you for testing!
xeno74
Posts: 10701 Joined: Fri Mar 23, 2012 7:58 am
Contact:
Post
by xeno74 » Fri May 05, 2023 8:34 am
xeno74 wrote: Wed Apr 26, 2023 3:43 pm
Kernel 6.4:
Hans Verkuil has dropped the overlay support for BTTV TV cards. That means, that
tvtime doesn't work anymore.
Hans Verkuil wrote:
Destructive overlay support (i.e. where the video frame is DMA-ed
straight into a framebuffer) is effectively dead. It was a
necessary evil in the early days when computers were not fast enough
to copy SDTV video frames around, but today that's no longer a problem.
It requires access to the framebuffer memory, which is a bad idea and
very hard to do safely. In addition, in drm it is today almost
impossible to get hold of the framebuffer address.
So drop support for this.
bttv: drop overlay support
I reported this issue to the kernel developers today.
Link:
[BTTV] [FSL P50x0] [PASEMI] TV Time doesn't work anymore after dropping the overlay support -- lore.kernel.org/linux-media
This patch series solved the issue.