Port of the SeedSigner code to the LuckFox Pico Pro/Max embedded ARM(ricv?) linux board
brew install android-platform-tools
sudo dd bs=4M status=progress if=/Users/lightningspore/Downloads/pro_buildroot_sd/update.img of=/dev/disk5
This configures the GPIO on the device
adb push config/luckfox.cfg /etc/luckfox.cfg
# rebo
cd
./blkenvflash/buildroot final-image.img
# push over the test file
adb push test_suite /
# Get to a device shell using adb
adb shell
### Test Camera