Acqua technical documentation Buy on-line
Download binary images for Acqua
Here are available some ready-to-use binary images to start quickly with Acme board. Please note that they are just
demo images not ready for final applications. It is strongly recommended for your applications to create your images starting
from the sources.

Kernel Linux 4.19.78 - Debian Buster 10.6
Version: 01-dec-2020
Use balenaEtcher to generate a microSD with this image:
Login data
- Login: acme Password: acmesystems
to extend the rootfs to fill the microSD size type:
sudo growpart /dev/mmcblk0 2
sudo resize2fs /dev/mmcblk0p2
Create the binaries from sources
Defconfig and device tree used

Previous images
Kernel Linux 3.10 - Debian Wheezy 7.7 - 12-dec-2014
General purpose image with:
How-to create a bootable microSD
- Download acqua.img.zip and uncompress its contents
- Write acqua.img on the microSD using:
- On Windows: Win32 Disk Imager
- On Linux: sudo dd if=acqua.img of=/dev/sdX where sdX is the microSD device
- On Mac: sudo dd if=acqua.img of=/dev/diskN where diskN is the microSD device
Login data
- SSH, and Debug port: user root password acmesystems
How-to create these binaries from scratch
Special notes
- For Acqua A5 with 512 MB of RAM rename boot512.bin in boot.bin in the first partition mounted on /boot
- The image contains just the first two partitions (KERNEL and rootfs) and uses just the first 1.8 GB. To add more
space create a third partition to add in /etc/fstab or enlarge the rootfs partition size with gparted.
Acqua technical documentation Buy on-line