MintPPC

AmigaOne X5000 platform specific issues related to Linux only.
User avatar
xeno74
Posts: 10739
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: MintPPC

Post by xeno74 »

mintppc wrote: Fri Sep 12, 2025 6:01 am ok, I will make a new root partition

edit: I started the installation, it will take some time...........

edit2: The installation failed. It is good that you made me try an installation otherwise I would not have known it. I find it weird that people don’t report such things to me.

edit3: I found the problem
https://bugs.debian.org/cgi-bin/bugrepo ... ug=1115070
Great work! :-)

I would like to concentrate more on MintPPC in the future.
mintppc
Posts: 97
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

I rebuilt libbytesize without the tests successfully (original Debian package failed to build as the tests failed). Installation of MintPPC32 went fine now with this new package. Later today I will take out the root fs and upload it to my Google drive.
mintppc
Posts: 97
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

I got BrassMonkey working. I will add it to the new image.

To install brassmonkey in MintPPC:

Code: Select all

sudo apt update
sudo apt install brassmonkey
Attachments
Screenshot from 2025-09-13 21-14-09.png
mintppc
Posts: 97
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

@xeno74
I can't send files to my Google drive now, don't know why. I can send you the file via magic wormhole directly. Let me know when you are online.
User avatar
xeno74
Posts: 10739
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: MintPPC

Post by xeno74 »

mintppc wrote: Sat Sep 13, 2025 4:17 pm I got BrassMonkey working. I will add it to the new image.
Great! Thank you! :-)
mintppc wrote: Sun Sep 14, 2025 9:10 am @xeno74
I can't send files to my Google drive now, don't know why. I can send you the file via magic wormhole directly. Let me know when you are online.
I am online now. If you successfully uploaded it anywhere then I can download it and upload it to Xenosoft as well.
mintppc
Posts: 97
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

Ok stay online and install
magic wormhole
User avatar
xeno74
Posts: 10739
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: MintPPC

Post by xeno74 »

mintppc wrote: Sun Sep 14, 2025 1:44 pm Ok stay online and install
magic wormhole
READY ... DOWNLOADING ... UPLOADING to Xenosoft ...

Download: mintppc32-root-sept-2025.img.gz (md5sum: beec1c0756c156f9ae1f357564ec0862) 6.5GB

The uncompressed partition image has a size of 18GB.
Last edited by xeno74 on Sun Sep 14, 2025 5:09 pm, edited 1 time in total.
User avatar
Skateman
Posts: 958
Joined: Thu Aug 10, 2017 9:36 pm
Location: The Netherlands

Re: MintPPC

Post by Skateman »

Thanks for a new RootFS and i will give it a try.

I am sorry about the lack of time but the Amiga40 Mirari Proto 2 is almost ready for the show.
I will put it in Christians hands when there..

Dave
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
User avatar
xeno74
Posts: 10739
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: MintPPC

Post by xeno74 »

Skateman wrote: Sun Sep 14, 2025 4:59 pm Thanks for a new RootFS and i will give it a try.

I am sorry about the lack of time but the Amiga40 Mirari Proto 2 is almost ready for the show.
I will put it in Christians hands when there..

Dave
Great! I am happy! :-)
User avatar
xeno74
Posts: 10739
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: MintPPC

Post by xeno74 »

xeno74 wrote: Sun Sep 14, 2025 3:02 pm
mintppc wrote: Sun Sep 14, 2025 1:44 pm Ok stay online and install
magic wormhole
READY ... DOWNLOADING ... UPLOADING to Xenosoft ...

Download: mintppc32-root-sept-2025.img.gz (md5sum: beec1c0756c156f9ae1f357564ec0862) 6.5GB

The uncompressed partition image has a size of 18GB.

Code: Select all

gunzip mintppc32-root-sept-2025.img.gz

Code: Select all

dd if=mintppc32-root-sept-2025.img of=<device node id>
(For example /dev/sda3)

Then you have to mount it and edit the /etc/fstab. (Adding the correct device node id for /)

After a reboot, you can enlarge the file system to its actual size with the following command.

Code: Select all

resize2fs <device node id>
Post Reply