Aria technical documentation
Download binary images for Aria

Kernel Linux 4.19.128 - Debian Buster 10
Version: 22-jun-2020
Use balenaEtcher to generate a microSD with this image:
Login data
The login data on this image both from debug port or ssh is:
- Login: acme Password: acmesystems
to enable the ssh as root change /etc/ssh/sshd_config using nano
sudo nano /etc/ssh/sshd_config
set this line:
PermitRootLogin yes
and restart sshd by typing:
sudo systemctl restart ssh
To extend the rootfs partition to fill the microSD size type:
sudo growpart /dev/mmcblk0 2
sudo resize2fs /dev/mmcblk0p2
To generate this binaries from sources follow these articles
Defconfig and device tree used
Previous images
Aria G25 - Kernel Linux 4.4.9 - Debian Jessie 8.4
MicroSD contents for Aria G25 with: Python, Wi-Fi
Version: 08-may-2016
Create a bootable microSD
A Linux PC is required to follow this procedure:
- Format a microSD with gparted following this article
- Mount the two new partitions boot and rootfs just clicking from the file explorer window
- Download the archive with the first microSD partition contents:
boot.tar.bz2
- Download the archive with the second microSD partition contents:
rootfs.tar.bz2
- Untar the archives to the microSD partitions using the following commands:
- tar -xvjpSf boot.tar.bz2 -C /media/$USER/boot
- sudo tar -xvjpSf rootfs.tar.bz2 -C /media/$USER/rootfs
- The kernel command line parameters are passed by the dts file.
- Unmount the microSD and use it to boot on Aria G25
- Open a SSH session or use the DPI adapter to get the access to the console
- The login data are:
- User: root Password: acmesystems
Read the tutorials page to know how to do create the microSD contents starting from sources.
Defconfig and device tree used
Aria G25
Kernel Linux 4.2.5 - Debian Jessie 8.2
Version: 7-nov-2015
MicroSD contents for Aria G25 with the minimal packages to access open a SSH session via LAN.
Binaries
How-to create a bootable microSD
A Linux Ubuntu PC is required
- Format a microSD with gparted (read more) and mount it
- Download the binaries
- Uncompress the binaries to the microSD with the following commands:
$ tar -xvjpSf boot.tar.bz2 -C /media/$USER/boot
$ sudo tar -xvjpSf rootfs.tar.bz2 -C /media/$USER/rootfs
- unmount the microsd and try it on your Aria
Login data
- Login: root Password: acmesystems
Create the binaries from sources
Defconfig and device tree used
Kernel Linux 3.16.1 - Debian Wheezy 3.16.1
Version: 24-nov-2014
MicroSD contents for Aria G25 to run Debian Jessie 8.2 and Linux Kernel 4.2.5.
It contains the minimal packages to access open a SSH session via LAN.
Versions:
- AT91bootstrap 3.5.3
- Kernel Linux 3.16.1
- Debian 'Wheezy' 7.7
How to generate a bootable microSD from binaries
- Format a new microSD
- Insert the new microSD in your PC reader and check that the partition kernel and rootfs are mounted
- Download from here these files:
- kernel.tar.bz2
- rootfs.tar.bz2
- Extract the tar file contents inside the first and second microSD partition by typing these commands:
$ sudo tar -xvjpSf kernel.tar.bz2 -C /media/$USER/KERNEL
$ sudo tar -xvjpSf rootfs.tar.bz2 -C /media/$USER/rootfs
- If you have a a Aria G25 with 128 MByte copy boot128.bin on boot.bin.
- Unmount the microSD and use it to boot your Acme Board.
- At login use this account:
login: root
password: acmesystems
How to create the binaries from scratch
The instruction to obtain these executable files from sources are available on:
Aria technical documentation