A. Download the QT file from the follow website:
B. Copy the QT.tar.gz to USB Disk, then insert the USB Disk to the board.
C. mount the USB Disk to the board with the follow command:
# mount -t vfat /dev/sda1 /mnt
D. uncompress the QT to the board
# tar -xvf /mnt/QT.tar.gz -C /
F. Reboot the board, then you can test the board with QT. |