Acqua technical documentation Buy
Version: 12-oct-2022
Use balenaEtcher to generate a microSD with this image:
Check the Linux version by typing:
uname -r
5.15.68
Check the Debian version by typing:
cat /etc/debian_version
11.5
By default the root password is not defined. To set it login as acme user and type:
sudo passwd
To extend the rootfs partition to fill the whole microSD space available type:
sudo ./extend_rootfs.sh
Note if you have an Acqua board with 512MB change in the cmdline.txt on the first partition from:
256M
in:
512M
Version: 07-oct-2022
Use balenaEtcher to generate a microSD with this image:
Check the Linux version by typing:
uname -r
5.15.68
Check the Debian version by typing:
cat /etc/debian_version
10.13
By default the root password is not defined. To set it login as acme user and type:
sudo passwd
To extend the rootfs partition to fill the whole microSD space available type:
sudo growpart /dev/mmcblk0 2
sudo resize2fs /dev/mmcblk0p2
Version: 01-dec-2020
Use balenaEtcher to generate a microSD with this image:
By default the root password is not defined. To set it login as acme user and type:
sudo passwd
To extend the rootfs to fill the microSD size type:
sudo growpart /dev/mmcblk0 2
sudo resize2fs /dev/mmcblk0p2
in case of error use gparted on a Linux PC
If you are using an Acqua board with 512MB of RAM please replace the file boot.bin in the first partition with this file renaming it boot.bin
General purpose image with: