Installation
Before starting
Please make sure you have the following devices and tools available:
- Linux Host PC Ubuntu (with 50 GB free space) with Internet connection
- USB type A - micro USB cable (OTG cable)
- ADLINK DLAP-201-JT2/mSATA (with 500 GB SSD) with - keyboard, monitor attached (HDMI), Eth0 port connected (closest to the power switch)
- Reset pins (2 x SIM removal pin or paper clip as equvivalent) to press the reset and recovery buttons at the same time on DLAP-201-JT2
Prepare your device
DLAP-201-JT2/mSATA needs to be set to RECOVERY MODE Set by step instructions are available in the Vendor Documentation (Section: 3.2 System Recovery).
Perform the following steps
Client (DLAP-201-JT2)
Connect the OTG cable to the USB 2.0 port.
Press the reset and recovery buttons at the same time.
Press the power switch.
Release the reset button.
Release the recovery button.
Host PC
Install Python 2.7, python-minimal (or equivalent packages) and qemu-user-static on the host PC.
Connect the host PC to the client via OTG cable.
Open a terminal on the host PC and run this command:
# lsusb
Look for “NVidia Corp.” in the output (an example is circled in red in the screenshot below). If found, the host PC recognizes the client and you may proceed. If not, double-check the OTG cable connection and perform troubleshooting as needed until the client is recognized. Figure 3-1: Successful USB 2.0 Connection
Download the U-alarm image and flasher
Now run the following commands in the directory that contains your downloaded U-alarm flasher file:
# sudo tar xzvf Ualarm_installer_for_DLAP-201-JT_latest.tar.gz
> \# cd Ualarm_installer_for_DLAP-201-JT_latest
> \# sudo ./flash.sh -r jetson-tx2 mmcblk0p1
NOTE: Progress will take up to 15 minutes.
- Allow the update to complete. After the successfull flashing, the box will restart and will wait for the login.
Installation
- To complete installation attach monitor and keyboard to the DLAP-201-JT. Log in through console with the following default credentials:
username: ultinous
password: temppassword
Issue the following commands: ultinous@ualarm:~$ sudo -i [sudo] password for ultinous: temppassword
# /opt/ualarm/ualarm.installer.py
Select OK and press ENTER
- Select YES and press ENTER
After the successfull installation, the installer will ask you to restart the device. Before you restart it's recommended to note the IP address of the device.
To get the IP address of the U-alarm device issue the following command:
root@ualarm:~# ip -4 -br a sh dev eth0 eth0 UP 192.168.1.100/24
Reboot the device
root@ualarm:~# reboot
It may take up to 5 minutes for the box to boot up and initiate all services.
After finished
For configuration of U-alarm please follow the steps as written in U-alarm User's guide.