Power management and safe shutdown software for the Circuit Sword. Running on Bookworm with a 64bit kernel
- After flashing the IMG to the SD, you need to paste the
custom.toml
on your SD card. In the custom.toml you need to add your WIFI credentials. - Now you can put the SD card in the Game-boy. And let it boot.
- After boot, connect with a SSH connection (like putty or taby) and run
sudo raspi-config
now you need to expand the root partition. - After the reboot connect one more time and run :
sudo apt update sudo apt install libraspberrypi0 libraspberrypi-dev libraspberrypi-bin
this should fix the CS-HUD service dependencies.
- Create a new DKMS for the Wi-Fi
- GPU crashes after exiting the emulator. A full reboot is needed.
- The CS-HUD battery HUD (where we could see the overlay info), no longer works due to the implementation of KMS. Maybe we can create a game (emulation) overlay (I haven’t explored this)
- To be honest I dont know when those issues are being addressed. I dont have that much time and my knowledge is also not up to date for this :). I just hacked this together in my spare time.