Hi, I've installed v3.31 on an RPi 3B+ on a 64GB sd card. The only hang-up was that the root file system was tiny (1.1GB). After a bit of digging I was able to resolve this like this:
# resize2fs /dev/mmcblk0p2
Resulting in: /dev/root 19364936 1036732 17500808 6% /
The rest of the file systems were already using the full partition.
The other question is about finding some docs about the general differences between VenusOS and more common Linux distributions. Aside from monitoring a Smart Shunt, my goal is to also run a couple of python daemons and treat this more like a regular linux node.
Thx, Chris