Set Up The Tx40 For Python Development - Digi TX40 User Manual

Table of Contents

Advertisement

Applications
3. Create a /opt/lib/live_images directory on the local device:
a. Log into the TX40 local command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an Access selection
menu. Type admin to access the Admin CLI.
b. Create the directory:
> mkdir /opt/lib/live_images
4. Upload the python_live_image.sqfs file to the /opt/lib/live_images directory:
n
From the Web UI:
a. Select System > File System.
b. Highlight the opt directory and click  to move into that directory.
c. Highlight the lib directory and click  to move into that directory.
d. Highlight the live_images directory and click  to move into that directory.
e. Click  (upload).
f. Browse to the location of the python_live_image.sqfs file on your local machine.
From the Admin CLI:
n
a. Log into the TX40 local command line.
b. Use the scp command to upload the file:

Set up the TX40 for Python development

1. Access the TX40 local web interface
a. Use an Ethernet cable to connect the TX40 to your local laptop or PC.
The factory default IP address is 192.168.2.1
b. Log into the TX40 WebUI as a user with full admin access rights.
The default user name is admin and the default password is the unique password printed
on the label packaged with your device.
2. Go to the Configuration window
a. On the menu, click System.
b. Under Configuration, click Device Configuration. The Configuration window displays.
TX40 User Guide
Log into the TX40 WebUI as a user with full Admin access rights.
Select the file and click Open to upload the file.
scp host remote_host user username remote remote-path local
/opt/lib/live_images/ to local
where:
remote_host is the hostname or IP address of the remote host where the
l
python_live_image.sqfs file was downloaded.
username is the name of the user on the remote host.
l
remote-path is the path and filename of the python_live_image.sqfs file on the
l
remote host.
Develop Python applications
776

Advertisement

Table of Contents
loading

Table of Contents