diff --git a/content/docs/porting/linux.md b/content/docs/porting/linux.md index 7b2cfde..4aec194 100644 --- a/content/docs/porting/linux.md +++ b/content/docs/porting/linux.md @@ -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; @@ -377,4 +380,4 @@ ili9488设备树节点 ## Milk-V Duo 256M{#milk-v-duo-256M} -待添加,我们这里没有此开发板,但他们都使用同一份sdk,所以应该是大同小异的,用户可以先自行尝试移植。 \ No newline at end of file +待添加,我们这里没有此开发板,但他们都使用同一份sdk,所以应该是大同小异的,用户可以先自行尝试移植。