To run on Ubuntu open terminal
cd into the gowin installed directory where bin lib directories are after the untar
export LD_LIBRARY_PATH=$PWD/lib
export QT_XCB_GL_INTEGRATION=none
./gw_ide
To run on Ubuntu open terminal
cd into the gowin installed directory where bin lib directories are after the untar
export LD_LIBRARY_PATH=$PWD/lib
export QT_XCB_GL_INTEGRATION=none
./gw_ide
Need to install QT
sudo apt install -y qtcreator qtbase5-dev qt5-qmake cmake
Open terminal and use
cd <to where the gowin tools are>
there should be a bin and library dir then
export LD_LIBRARY_PATH=$PWD/lib
cd bin
./gw_ide
The Pi Zeros only have two serial ports, only one can be mapped to the GPIO pin header at a time. So, how to free up the serial port for a user/app to use?
This is for a buildroot generated file system.
The edit cmdline.txt:
root=/dev/mmcblk0p2 rootwait console=tty1 console=ttyAMA0,115200