Description
I am spinning up a raspberry pi to do some seedsigner dev, and the process generally makes me kind of annoyed that I have to do some much setup, starting from Raspberry Pi OS, to get to the point where I am in the Python code.
I am fiddling with SSH, plugging in my device to a monitor (or using my network modem to find an IP address of the Pi). Im already getting tired and wondering where I went wrong in life, and now I have to install the dependencies.
Idea
Create a development image which has all of the dependencies installed, python, picamera, zbar, etc, but also exposes a port on SSH.
I have been spoiled with my LuckFox Pico work, adb
makes interacting with the device a breeze, and doesn't require a network. Maybe we can install adb
on this development image?
What to do
Create a SeedSigner OS version using buildroot which has a minimal but still thorough development setup.
Let me know if you would prefer for me to move this to the SeedSigner OS repo