This Page gives an overview how to take the first steps after unpacking the TQ Starterkit.
The starter kit is delivered with a bootable SD card which contains the latest BSP revision at the time of delivery. Therefore only a terminal emulation program installed on your development host is required for the first steps.
The following emulation programms are recommended:
TeraTerm is an open source terminal emulator for windows. it can be downloaded here.
Now TeraTerm should be ready for use with our starter kits.
The serial port must be configured for connection to the starter kit as follows:
Bautrate: | 115200 |
---|---|
Data bits: | 8 |
Parity: | none |
Stop bits: | 1 |
Handshake : | XON/XOFF |
Please follow the quick start guide delivered with the kit, or open it from the following link: Quick start guide
As soon as you log in for the first time, the question about the login credential comes up.
By default no password is set up for user root.
user | password |
---|---|
root | no password is set for default user root |
SSH is set up with password authentification, therefore a password has to be set for default user root.
Build the BSP for <label>STK_NAME</label> Build the SDK for <label>STK_NAME</label> Setup Eclipse IDE on Development Host
The U-Boot enviroment variable fdt_file determines which device tree is loaded when the kernel is started. The device tree blobs are stored in the firmware partition of the BSP image. The PArtition is formated with the FAT file system and can be read in U-Boot.
The fdt_file variable can be set by the following command.
Please keep in mind that changes to the U-Boot environment are volatile unless the environment has been saved by the saveenv
command.
Link zur Data page
The Starterkit can be setup to boot from different sources please see the following how to set the dip switches
Deployment