PakoSt
PakoSt
Later changes with some explanations as of what to do if the `baud` is different between the OS and TowBoot can be done with another PR. I believe this is...
Still a bit early as I didn't check with TowBoot specifically however I am booting with systemd-boot successfully on my Pinebook Pro. Most likely I'm not getting the device tree...
Great success! Booting in UEFI mode with TowBoot + Systemd Boot. After the initial setup, install the kernel with: ``` kernel-install add ``` For Manjaro ARM this looks like so:...
@shvetsnikita , I've had similar trouble with Fedora on my PBP. After the install is completed, it reaches Grub but once you try to boot an entry, you get no...
Cleaning up afterwards will be nice but I'm not sure how to do that yet (or re-using the existing container/volume)
@PureTryOut , separating the two at least for now seems like the safest approach. I don't want to break something that is already working. I haven't setup Docker to check...
Alright, complete revamp of the previous iteration, @samueldr @PureTryOut - now both `docker` and `podman` are used within the same script, I hope this will be satisfactory and easy to...
Thank you for the great feedback @samueldr ! I will see to block a few hours on Saturday to go through all the notes. At the top of my head,...
Alright, so: - I've targeted the RK baud of `1500000` - The correct one for TowBoot is `115200` This allowed me to install it on the board. Will check where...
Yes, the installer itself does and I agree that it is very easy to use. The edge case which the suggestion attempts to address, is for the extreme cases where...