Skip to content

Commit

Permalink
feat: nio-12l: add qt installation for ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Chen <stephen@radxa.com>
  • Loading branch information
RadxaStephen committed Sep 23, 2024
1 parent 207c421 commit bb08556
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/nio/nio12l/ubuntu/ubuntu-user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,11 @@ $ genio-flash board-assets
这样主机将会把新的 `u-boot-initial-env` 更新到设备中。

断电重启设备后,将会看到 8HD 触摸屏显示桌面。

## 安装 QT

安装 qtcreator。

<pre>
$ sudo apt update && sudo apt install -y qtcreator
</pre>
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,11 @@ Please refer to [NIO 12L Download mode](/en/nio/nio12l/installation/install-ubun
The Host PC will update the `u-boot-initial-env` to the device OS.

Power cycle the device and you will see the Desktop on the 8HD touchscreen.

## Install QT

Install qtcreator.

<pre>
$ sudo apt update && sudo apt install -y qtcreator
</pre>

0 comments on commit bb08556

Please sign in to comment.