Skip to content

Commit 2ef81f5

Browse files
committed
Minor fix on the tutorial
Signed-off-by: ChenYing Kuo <[email protected]>
1 parent 2b1e268 commit 2ef81f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/agl/installation.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ sudo apt-get install build-essential chrpath cpio debianutils diffstat file gawk
2727

2828
```bash
2929
export AGL_TOP=$HOME/workspace/agl_ws
30+
mkdir $AGL_TOP
3031
cd $AGL_TOP
3132
```
3233

@@ -43,15 +44,13 @@ repo sync
4344
```bash
4445
# 列出所有可能的選項
4546
source meta-agl/scripts/aglsetup.sh -h
46-
# 建立編譯環境
47-
# -m 代表平台,-b 是存放的資料夾,後面要接上要啟動的功能
48-
source meta-agl/scripts/aglsetup.sh -m qemux86-64 -b qemux86-64 agl-demo agl-devel
4947
```
5048

51-
* 可以嘗試編譯特定 demo
49+
* 編譯,這邊我們嘗試編譯 Qt based IVI demo
5250

5351
```bash
5452
# Sample Qt based IVI demo
53+
# -m 代表平台,-b 是存放的資料夾,後面要接上要啟動的功能
5554
source meta-agl/scripts/aglsetup.sh -f -m qemux86-64 -b qemux86-64 agl-demo agl-devel
5655
echo "# reuse download directories" >> $AGL_TOP/site.conf
5756
echo "DL_DIR = \"$HOME/downloads/\"" >> $AGL_TOP/site.conf

docs/agl/introduction.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ Automotive Grade Linux 是 Linux Foundation 底下的組織。
1212
軟體架構最主要是以 Yocto 為主,然後上面會有各式各樣跟汽車相關的應用層,例如 Flutter、KUKSA.val 等等,另外也有探討像是 Xen、VirtIO 等等的 hypervisor 的情境。
1313
目前最新版本為 Terrific Trout (v20.0)。
1414

15-
1615
## 常用連結
1716

17+
* [AGL 官網](https://www.automotivelinux.org/):官方網站
1818
* [AGL 官方文件](https://docs.automotivelinux.org/en/trout/):AGL 的基礎教學
1919
* [AGL Wiki](https://wiki.automotivelinux.org/start):裡面提一些常用連結和資訊
2020
* [程式碼](https://gerrit.automotivelinux.org/gerrit/admin/repos):比較特別的是程式碼的部份是放在 gerrit,而不是 GitHub
2121
* [行事曆](https://lists.automotivelinux.org/g/agl-dev-community/calendar):AGL 的相關社群活動
2222
* [Discord](https://discord.gg/c3tngsS3):AGL 社群交流的地方
23+
* [Automotive Grade Linux 系统介绍](https://paul.pub/automotive-linux/):一個不錯的 AGL 中文介紹

0 commit comments

Comments
 (0)