Page 1 of 2
Linux for dummies
Posted: Thu Apr 16, 2020 6:28 pm
by Fogg_80
Re: Linux for dummies
Posted: Thu Apr 16, 2020 10:05 pm
by Skateman
Hi,
All these files can be found within the Kernel releases of xeno74
The latest version can be found here...
viewtopic.php?p=50229#p50229 but there are many many more releases on the forum to be found.
A direct link to the archive
http://www.xenosoft.de/linux-image-5.7- ... 000.tar.gz
I have a seperate pcix sata controller with an ssd attached for running linux.
Re: Linux for dummies
Posted: Thu Apr 16, 2020 10:40 pm
by Fogg_80
Do you write a step by step guide for novice Linux like me? Example:
1) download archive
2) decompress archive
3) ecc.
I want run live session with Linux for now.
In the archive you are indicate is present All for live session?
Thanks for patience.
Re: Linux for dummies
Posted: Fri Apr 17, 2020 8:38 am
by xeno74
I would recommend you to install Fienix.
Fienix is the latest, fastest and best Linux distribution we have for our AmigaOnes.
Download:
fienix-soar_3.0-20200412.img
Installation Instructions
Re: Linux for dummies
Posted: Fri Apr 17, 2020 8:58 am
by Fogg_80
Thanks for the replies.
I am following everything and I am aware of the developments, the point is that as, I think, all novices do not have a machine with Linux installed and the instructions for Fienix instead provide for a Linux machine. This is why I am focused on a LIVE distro or a bootable media (CD, DVD, USB) that makes things easy, such as it was on the Pegasos or for what I know the CD for X1000.
So let's start from scratch:
1) X5000 and no system installed, how do I do only with this available?
2) Or if I have a PC with a LIVE distro (Ubuntu-Mate 18.04.4) how can I put it on Linux for X5000?
Sorry if I abuse your patience, that's why I put this title on the topic .......

Re: Linux for dummies
Posted: Fri Apr 17, 2020 10:09 am
by xeno74
Fogg_80 wrote: Fri Apr 17, 2020 8:58 am
1) X5000 and no system installed, how do I do only with this available?
2) Or if I have a PC with a LIVE distro (Ubuntu-Mate 18.04.4) how can I put it on Linux for X5000?
Create two partitions on your USB flash drive. A small FAT16 boot partition and a big partition without a file system. Copy the dtb file and the Linux kernel to the first small FAT16 boot partition. After that copy the Fienix img with 'dd' from Ubuntu 18.04 or with the
USB image Tool from Windows to the second big partition.
For example the partition /dev/sdd2 on a USB flash drive:
Code: Select all
sudo dd if=fienix-soar_3.0-20200412.img of=/dev/sdd2
You can boot it with the following commands (for example from /dev/sdd2):
Code: Select all
setenv bootargs root=/dev/sdd2 rootdelay=5
Code: Select all
fatload usb 0:1 1000000 uImage-5.7
Code: Select all
fatload usb 0:1 2000000 cyrus_p5020_eth_poweroff.dtb
If it doesn't boot then try "usb start" and "usb reset".
Re: Linux for dummies
Posted: Sat Apr 18, 2020 6:23 pm
by Fogg_80
I was up late into the night, tried everything but no luck, apparently my knowledge of linux is too minimal. Is there a simpler method such as the A-Eon Linux CD? Or a complete ISO to be written simply on flash drive with a burning program? I practically never use linux and it is still difficult for me. Thanks
Re: Linux for dummies
Posted: Sat Apr 18, 2020 6:46 pm
by xeno74
Fogg_80 wrote: Sat Apr 18, 2020 6:23 pm
I was up late into the night, tried everything but no luck, apparently my knowledge of linux is too minimal. Is there a simpler method such as the A-Eon Linux CD? Or a complete ISO to be written simply on flash drive with a burning program? I practically never use linux and it is still difficult for me. Thanks
Unfortunately there isn't an ISO available. This is the simplest method. Copy the img to the second partition on a USB flash drive and boot it with the dtb and kernel from the first small FAT partition.
What was the problem?
Re: Linux for dummies
Posted: Sat Apr 18, 2020 8:03 pm
by Fogg_80
I followed these steps, everything seems ok, however uimage is loaded instead of any .dtb file no: "unable to load cyrus etc. etc. etc.
Re: Linux for dummies
Posted: Sun Apr 19, 2020 7:45 pm
by Skateman
Fogg_80 wrote: Sat Apr 18, 2020 8:03 pm
I followed these steps, everything seems ok, however uimage is loaded instead of any .dtb file no: "unable to load cyrus etc. etc. etc.
Does the name of the dtb file on your usb stick match the one called in the commandline
fatload usb 0:1 2000000
cyrus_p5020_eth_poweroff.dtb