Images for the VisionBox AGE-X use the amd64 architecture.
Image configurations
IMAGO currently provides a single image configuration:
| Configuration | Description | Installation size |
| a | Basic image
- Debian base system with Xfce4 desktop environment
- Additional packages: openssh-server, openssh-client, ntp, snmpd, avahi-daemon, screen, htop, python3, ...
- Software development packages: gcc, g++, gdb, make, ...
- Packages provided by IMAGO:
- IMAGO Linux SDK: imago-sdk
- imago-snmpd-update: Linux service which updates the file /etc/snmp/snmpd.conf.local to make the device discoverable by the VIBFinder tool. The service additionally sets the host name to the device's serial number during boot.
- imago-archive-keyring: public IMAGO APT repository deb.imago.tech for online SDK and ViewIT updates
| ≈ 2 GB |
- Note
- The default password for superuser root is vision. The same password is also used for the regular user visionbox. Use the command passwd to change the passwords.
IMAGO software updates
The public Debian repository at deb.imago.tech enables online installation and updates of packages provided by IMAGO. The repository is already prepared in the Linux images, provided by the package imago-archive-keyring.
The repository is already prepared in new Linux images.
- Note
- imago-archive-keyring package versions < 1.1.1.0 contain an expired public key.
To download and install or upgrade the repository manually:
wget https://deb.imago.tech/pool/main/i/imago-archive-keyring/imago-archive-keyring_1.1.1.0_all.deb
dpkg -i imago-archive-keyring_1.1.1.0_all.deb
apt update
The following software packages are currently supported:
- imago-sdk
- imago-snmpd-update
Example for installing or updating the SDK:
apt update
apt install imago-sdk