Hi,
I’m trying to run my synthesizer project on a rpi zero w (see Make a MIDI Synthesizer out of a Raspberry 🎶 - #2 by dtischler )
But when the device boots, only one or two services start and the 2 )or 3) others keep restarting without ever starting. I can’t find anything in the log that helps me
I’e tried running the docker image manually and it does not seems to work, but I don’t know why either, for exemple when I run balena run --rm alpine date
it hangs for about 40 ~ 50 seconds and stop without displaying anything:
I tried the Diagnostics health checks on the dashboard, only the check_service_restarts
failed:
Some services are restarting unexpectedly: (service: /autoconnect_3967432_1900041 restart count: 41)
the “Device diagnostic” reported a lot of errors, but mostly related to the container restarting all the time AFAICT
the “Supervisor state” also reported something strange. despite being on the latest release, it says:
{
"api_port": 48484,
"ip_address": "192.168.0.105",
"os_version": "balenaOS 2.80.8+rev2",
"mac_address": "B8:27:EB:D2:B5:D5",
"supervisor_version": "12.8.8",
"update_pending": true,
"update_failed": true,
"update_downloaded": false,
"status": "Idle",
"download_progress": null
}
but maybe that’s only because not all services were started
I don’t know where I should look next
any ideas ?
ps: I opened support access for the device 90d187c547256b612ed77ae59fd014ca or anyone can try by deploying the MIDI Synthesizer project on another device. It works well on the rpis 2, 3 and 4. I only have issues with the rpi zero w
thx!