Skip to content

Commit

Permalink
update linux doc.
Browse files Browse the repository at this point in the history
Signed-off-by: iotah <[email protected]>
  • Loading branch information
IotaHydrae committed Nov 8, 2024
1 parent c39a27c commit 4a3616a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions content/docs/porting/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,10 @@ iscv64xthead.so.1
git clone https://github.com/lvgl/lv_port_linux_frame_buffer.git

cd lv_port_linux_frame_buffer
checkout release/v8.2
git checkout release/v8.2

# 这一步可能耗时很长,因为需要从github拉取lvgl、lv_drivers子模块
git submodule update --init

# 修改 main.c
# disp_drv.hor_res = 480;
Expand Down Expand Up @@ -377,4 +380,4 @@ ili9488设备树节点
## Milk-V Duo 256M{#milk-v-duo-256M}
待添加,我们这里没有此开发板,但他们都使用同一份sdk,所以应该是大同小异的,用户可以先自行尝试移植。
待添加,我们这里没有此开发板,但他们都使用同一份sdk,所以应该是大同小异的,用户可以先自行尝试移植。

0 comments on commit 4a3616a

Please sign in to comment.