System Overview
Tiger City IMX Industrial Computer with Linux OS
Supported languages
- English (US)
- English (GB)
User utilities
Wi-Fi
The device is equipped with a Wi-Fi module and a NetworkManager library. It allows them to connect with near wireless networks.
How to enable and connect with WLAN:
- Check the library status:
systemctl status NetworkManager - If NetworkManager is disabled, type
systemctl start NetworkManager - It is possible to enable it always with autostart:
systemctl enable NetworkManager - Search available networks:
nmcli dev wifi list - Connect with your chosen network:
nmcli dev wifi connect <name> password <password> - Check your connection status with
nmcli connection show --activeorifconfig
Bluetooth
The device is equipped with a Bluetooth module and bluetoothctl library. It allows them to connect with some other devices via Bluetooth.
How to enable Bluetooth and connect with a device
- Check the daemon's status:
systemctl status bluetooth - If the device is disabled, type
systemctl start bluetooth - It is possible to enable it with autostart:
systemctl enable bluetooth - Type
bluetoothctlto open the interface andpower onto allow the module. - Type
discoverable onif you want to be visible on other devices. - Scan for available Bluetooth devices:
scan on - Pair with the chosen device:
pair <MAC_Address of chosen device> - Add this device to the list of trusted:
trust <MAC_address> - If the device supports connections (e.g. headsets, speakers), type:
connect <MAC_Address> - You can always check your connection status:
info <MAC_Address> - After pairing it is possible to disable scanning and visibility of the device for others:
scan offdiscoverable off
System software
Current installed software info will be displayed using uname -a command.
System libraries
List of some common used available packages:
- Network Manager
- Modem Manager
- Chromium
- Gawk
- OpenCL
- Bluetooth
- Bzip2
- C++
- Python 3
- SQLite3
- OpenSSL
- Perl 5
- Curl
- Git
- Debuginfo
- glib
- i2c-tools
- GPIO mockup
- gthread
- iperf
- microhttpd
- rpmbuild
- SSL
- swupdate
- Wayland
- Weston
- XCB
- rpm-plugins
- sudo
- xtables
And much more. All the preinstalled system libraries user can find in /usr/lib directory.
Drivers
System drivers can be displayed using lsmod command.