Quick Start Guide taskit GmbH Quick Start Guide for Portux920T EU / SW Portux Mini-PC Portux Panel-PC Panel-Card MoLUX Stamp Page 1 of 15 Version 1.
Quick Start Guide taskit GmbH taskit GmbH Seelenbinderstr. 33 D-12555 Berlin Germany Tel. +49 (30) 611295-0 Fax +49 (30) 611295-10 http://www.taskit.de © taskit GmbH, Berlin All rights reserved. This document and the products referred to herein are copyrighted works of taskit GmbH. Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted in any form, without the express written permission of taskit GmbH.
Quick Start Guide taskit GmbH Table of contents 1.Introduction...................................................................................4 2.Package contents.........................................................................5 2.1.Portux920T EU......................................................................................5 2.2.Portux920T SW.....................................................................................5 2.3.Portux Mini-PC...........................................
Quick Start Guide taskit GmbH 1. Introduction Your product is delivered with an customized Linux and the bootloader U-Boot. To start running you have to read the QuickStartGuide. If you want to configure the Linux kernel, install permanent drivers or software or modify the bootloader you have to work the LinuxGuide over. Maybe you want to develop additional hardware components and drivers then you will need the informations and specifications from the TechnicalReference and the Atmel® Manual.
Quick Start Guide taskit GmbH 2. Package contents 2.1.
Quick Start Guide ○ taskit GmbH PXB-USB Starterkit If you have ordered the Portux Mini-PC starterkit, following parts are delivered: ● Robust aluminium housing including: ○ Portux920T EU ○ PXB-USB ● Firmware CD (Documentation, Linux, U-Boot and GNU-Tools) ● Ethernet cable (patch and crossover) ● Null modem cable ● Power pack ● DBGU adapter 2.4.
Quick Start Guide taskit GmbH Starterkit If you have ordered the Panel-Card starterkit, following parts are delivered: ● Panel-Card with TFT-Display ● Starterkit baseboard ● Firmware CD (Documentation, Linux, U-Boot and GNU-Tools) ● Ethernet cable (patch and crossover) ● Null modem cable ● Power pack ● DBGU adapter 2.6.
Quick Start Guide ● Stampadaptor (for starterkit baseboard) ● Starterkit baseboard ● Firmware CD (Documentation, Linux, U-Boot and GNU-Tools) ● Ethernet cable (patch and crossover) ● Null modem cable ● Power pack ● DBGU adapter Page 8 of 15 taskit GmbH Version 1.
Quick Start Guide taskit GmbH 3. Setting up the Hardware 3.1. Portux920T EU First connect a 2-wire power connecting cable to X7 (VIN). Pay attention to connect the red wire with VIN+ and the black wire with VIN-. For the safe locking of the cable the orange interior of the mini force clamp must be pressed downward and the cable end be completely introduced. Examine the firm tightness of the cables. Then connect a null modem cable from you PC to the first serial port (X6, RS232-1).
Quick Start Guide taskit GmbH mini force clamp must be pressed downward and the cable end be completely introduced. Examine the firm tightness of the cables. Follow the steps described below (“Portux Panel-PC with aluminium-case”) to connect the Portux Panel-PC to a PC. 3.4.
Quick Start Guide taskit GmbH 4. Creating a terminal connection to a PC To use U-Boot and Linux effectively as a development environment, you need terminal access via the serial port. Later, the system can be configured to start automatically – user interaction is no longer required. The standard way to create a serial port connection is to connect the target computer and development computer with a null modem cable and to run a terminal emulator on the development system.
Quick Start Guide taskit GmbH Then you can re-start Kermit: kermit -c Upon starting U-Boot on the target system, a console is available on the serial port. 4.2. Terminal access under Windows Windows operating systems generally offer HyperTerminal as a free terminal emulator, already included in the standard installation. You can execute HyperTerminal from Start→ Programs→ Accessories→ Communication. After starting HyperTerminal, enter any connection name and choose the COM port to be used.
Quick Start Guide taskit GmbH 5. The boot process / login After starting the terminal emulation, turn on the device. The terminal window should now display messages from the U-Boot boot loader. If you press any key within the first 3 seconds, the Linux kernel does not boot automatically and the U-Boot entry screen appears. After 3 seconds, the kernel is loaded from the Flash memory, and the root file system image (likewise stored in the Flash memory) is unpacked and mounted.
Quick Start Guide taskit GmbH 6. Copying files or applications With the ethernet interface it is possible to start applications or to copy files from a PC very fast (copying big files over the serial interface using kermit will take a long period of time). First connect the crosswired ethernet cable with and an available ethernet slot on the computer to which you want to create a connection. 6.1. Sharing a directory To get access to remote files you need to share a directory.
Quick Start Guide taskit GmbH 6.3. Mounting the directory You can mount the remote directory to /mnt on the target system by entering the following line into the terminal: mount -t nfs -o nolock 192.168.4.1:/develop /mnt Where 192.168.4.1 is the IP-address if the remote PC and /develop the shared folder. 6.4. Copying a file Now that you have mounted a directory you can copy files from or the the remote PC.