Hi,
No I don’t know about it. But today I finally managed to get my HC4 working good on DietPi.
See https://github.com/MichaIng/DietPi/issues/5269#issuecomment-1050676202 for more details.
However, I am booting from SD and NOT from SSD.
I would first try to do an initial install of DietPi on SD (without the SSD mounted):
- using the latest image from today on DietPi-website
- after base-install, flash SPI/Petitboot with the following command
flash_erase /dev/mtd0 0 0
- then run:
sudo apt update && sudo apt upgrade
Finally verify that you can reboot the system by:
sudo reboot now
If everything is working fine, you can go further and perform the steps to transfer the system to SSD.
The boot-partition (on SD) has changed a lot if compared to the old legacy one (buster kernel 4.9).
So, if you made changes in the old boot.ini, that must be done in a different way I do not know.
These are next steps that I have to figure out: how to get the RTC-clock running and use the IR-remotecontrol to switch the system on or off.
Maybe I’ll have to search in the Armbian- forums.
Grtz, Frank