Pimiga 5 image on uconsole

I am looking into trying to port the pimiga 5 raspberry pi image to the uconsole, has anyone tried or have pointers where I should start the process.

1 Like

This would be very cool.

1 Like

According to random websites I found, it might be based on Debian, so install it to an SD card, mount and chroot(8) into the filesystem from an existing Debian system, add @Rex’s APT repository and install the kernel, copy the DeviceTree blobs over to Pimiga’s boot partition, and you should end up with a working uConsole installation, so long as you can figure out how to rotate the screen in whatever GUI it uses.

3 Likes

Thank you for the constructive information, I will get to it and report back and share my final image if successful.