• Disable the buzzer
# echo 0 >/dev/buzzer
5. Development
In this chapter, you can learn how to set up QT development environment, and
develop the first QT application on CS10600U070-v1.0.
5.1. Set Environment
There is no Qt environment and build environment in this system. If you want
to build and run Qt applications, you need install Qt environment and build
environment first. Is as follow:
$ sudo apt-get update
$ sudo apt-get install build-essential git libudev-dev
$ sudo apt-get install qt5-default // or qt4-default if you want to use qt4
$ sudo apt-get clean
5.2. Prepare Packages Source
There are some QT packages source demo in DVD/Debian8.10/QT/, use ssh to put
them to Chipsee Board.
5.3. Build & Run