Search found 319 matches

by Hypex
Sat Nov 10, 2018 3:15 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: Kernel 4.20
Replies: 76
Views: 20369

Re: Kernel 4.20/5.0

xeno74 wrote:I asked the Linux kernel developers and Olof Johansson the former developer of P.A. Semi today.
Thanks. Good answer.
I also asked the members of the A-EON Linux development and support team.
And what did they say? Looks like this could be a goer for a future kernel.
by Hypex
Sat Nov 10, 2018 2:00 am
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: Kernel 4.19
Replies: 65
Views: 25842

Re: Kernel 4.19

Why is the loading routines on the X5000 so fast? That's not normal for an AmigaOne cpmputer.

Also, what's with the loading and entry point of zero? That would crash a normal computer. Trying to load at zero on my XE immediately crashes it. :o
by Hypex
Sat Nov 10, 2018 1:52 am
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: Kernel 4.20
Replies: 76
Views: 20369

Re: Kernel 4.20/5.0

As Vox was asking what's the possibility of compiling a ppc64el kernel and installing a little endian Linux? For people testing kernels I recommend to have a menu setup that is set to boot a kernel/ramdisk of a specific generic name, like vmlinux or vmlinux-testing. Then when a new one arrives just ...
by Hypex
Sat Nov 10, 2018 1:48 am
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: Kernel 4.20
Replies: 76
Views: 20369

Re: Kernel 4.20/5.0

Great! :-) Many thanks for testing my kernel and ramdisk. Fantastic, that you was able to boot from an Amiga partition. Well done! Nice. :D I will have to move form LABEL to UUID soon. Right now my A1 HDD is on my X1000 for backing up. As evidence for randomness of drive assignments I went to boot ...
by Hypex
Thu Nov 08, 2018 2:40 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: Kernel 4.20
Replies: 76
Views: 20369

Re: Kernel 4.20/5.0

Hypex is right. The compressed kernel is one-third smaller than the uncompressed kernel and it boots a little little little bit faster. I hope Hypex can help us with improving our Linux support. He posted here yesterday and it seems he is gone again. Oh just over night. I went to bed. :) I found so...
by Hypex
Thu Nov 08, 2018 2:17 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: Kernel 4.20
Replies: 76
Views: 20369

Re: Kernel 4.20/5.0

My CF disk is pretty big, so I haven't really needed compression. I didn't need compression for any size contraints on disk. Mainly it is good for us as our firmware loads it in a slow PIO mode. Or from a CF/USB drive which can be even slower. Also firmware tends to have low limits (like under 16MB...
by Hypex
Thu Nov 08, 2018 2:07 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: Kernel 4.20
Replies: 76
Views: 20369

Re: Kernel 4.20/5.0

Hi Hypex, Thank you for your hint. I compiled the RC1 of kernel 4.20 with the command make zImage for the X1000 today. It boots and it's smaller than a vmlinux image. zImage-4.20 = 26MB vmlinux-4.20 = 31MB Oh nice. I don't know what is compressed inside it as there are still lots of zeros .config: ...
by Hypex
Thu Nov 08, 2018 1:24 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: Kernel 4.20
Replies: 76
Views: 20369

Re: Kernel 4.20/5.0

Hi Hypex, Great suggestion! :-) I know batch scripts and I like your idea! Please help us with adding the X1000 support. Thanks. I don't know what features CFE offers in batch files. I should look it up. I've only made some with a few commands. I'd be happy to help adding the X1000 to the official ...
by Hypex
Thu Nov 08, 2018 3:59 am
Forum: Platform: AmigaOne X1000
Topic: Computer died
Replies: 37
Views: 32298

Re: Computer died

I'll give some thought to replacing the power supply, but I'm skeptical. Maybe the rescue flash was already corrupt and sending a wrong signal? Has you got any further with this? It looks like it is looping in the RAM detection, from your description. But CFE is alive which is a good sign your comp...
by Hypex
Wed Nov 07, 2018 1:09 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: Is DDing a Linux possible from AmigaOS?
Replies: 1
Views: 1335

Re: Is DDing a Linux possible from AmigaOS?

I see your point. RawWrite needs to use a DOS device. Specifying the device and unit would allow you to bypass this. However, I have been able to use it with raw images, when I used OS4 to write a USB/ISO hybrid image to a USB stick. So it is possible to write a raw image with OS4. It may need a qui...