Skip to content

Commit

Permalink
update docs.
Browse files Browse the repository at this point in the history
Signed-off-by: iotah <[email protected]>
  • Loading branch information
IotaHydrae committed Dec 27, 2024
1 parent 51085bb commit 4f4c2a0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
12 changes: 8 additions & 4 deletions content/docs/env-setup/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ seo:

该版本完全基于官方 Pico C-SDK 开发,仅添加了LVGL的支持,所以如果您想要在本项目基础上进行原生二次开发,可以选择该裸机工程。

仓库链接:
仓库链接:[https://gitee.com/embeddedboys/pico_dm_qd3503728_noos](https://gitee.com/embeddedboys/pico_dm_qd3503728_noos)

国内用户:
```shell
Expand All @@ -53,7 +53,7 @@ Desktop / Embedded GUI development & Automation

{{< figure src="images/qd3503728_eez_studio.jpg" alt="" >}}

仓库链接:
仓库链接:[https://gitee.com/embeddedboys/pico_dm_qd3503728_noos_eez_studio_demo](https://gitee.com/embeddedboys/pico_dm_qd3503728_noos_eez_studio_demo)

国内用户:
```bash
Expand All @@ -69,7 +69,7 @@ git clone https://github.com/embeddedboys/pico_dm_qd3503728_noos_eez_studio_demo

工程还在开发中,您可以到如下仓库链接中查看最新开发进度。

仓库链接:
仓库链接:[https://github.com/embeddedboys/pico_dm_qd3503728_udd](https://github.com/embeddedboys/pico_dm_qd3503728_udd)

国内用户
```bash
Expand All @@ -96,6 +96,8 @@ git clone https://github.com/embeddedboys/pico_dm_qd3503728_udd

在开发本项目的过程中,其实我们还同时开发着其他类似项目,为了加快后续适配工作进度,我们开发了本工程,通过简单的配置就可以在多个lcd或触摸之间切换,这意味着您完全可以使用本工程在您自己的平台上开发。 😎 有关本工程的详细内容参见其readme文件。

仓库链接:[https://gitee.com/embeddedboys/pico_dm_8080_template](https://gitee.com/embeddedboys/pico_dm_8080_template)

国内用户:
```shell
git clone https://gitee.com/embeddedboys/pico_dm_8080_template
Expand Down Expand Up @@ -156,6 +158,8 @@ git clone https://github.com/embeddedboys/pico_dm_8080_template

与裸机版本不同的是,我们又在其上面添加了FreeRTOS的支持,同时该工程支持SMP,可同时使用RP2040的两个核心处理任务,如果您惯用FreeRTOS开发,可以选择本工程。

仓库链接:[https://gitee.com/embeddedboys/pico_dm_qd3503728_freertos.git](https://gitee.com/embeddedboys/pico_dm_qd3503728_freertos.git)

国内用户
```shell
git clone https://gitee.com/embeddedboys/pico_dm_qd3503728_freertos.git
Expand Down Expand Up @@ -484,7 +488,7 @@ V9.0: [https://sim.lvgl.io/v9.0/micropython/ports/webassembly/index.html](https:
0. 通过git或者下载zip来获取本工程
```bash
git clone https://github.com/embeddedboys/pico_dm_qd3503728_arduino
git clone https://gitee.com/embeddedboys/pico_dm_qd3503728_arduino
```
1. 在 Arduino IDE 中安装 pico 开发板
Expand Down
6 changes: 6 additions & 0 deletions content/docs/porting/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,12 @@ insmod /root/ili9488_fb.ko

但是这样就没法通过adb调试了,所以你需要事先写一个systemd服务,在开机初始化好一切需要的事务。 Max 或者 Pro版本因为有网口,所以还可以通过网络登陆设备。

## Luckfox Lyra Plus

Luckfox Lyra 主控采用Rockchip RK3506 处理器,该处理器采用 22nm 制程工艺,搭载了4 核 32 位 CPU(包括 3×Cortex-A7 和 1×Cortex-M0),丰富的接口扩展,适用于多种应用领域,包括物联网设备、智能音频、智能显示、工业控制和教育设备等。Luckfox Lyra 支持 Buildroot 和 Ubuntu22.04 系统。

See [https://wiki.luckfox.com/zh/Luckfox-Lyra/Quick-Start](https://wiki.luckfox.com/zh/Luckfox-Lyra/Quick-Start)

## Milk-V Duo{#milk-v-duo}

[https://github.com/embeddedboys/pico_dm_qd3503728_linux](https://github.com/embeddedboys/pico_dm_qd3503728_linux)
Expand Down
3 changes: 2 additions & 1 deletion hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,10 @@
"further-reading",
"fzf",
"h-rh-i-0",
"heading",
"lcd-相关",
"linux",
"luckfox-lyra-plus",
"luckfox_pico",
"lv_binding_micropython",
"lv_binding_rust",
Expand Down Expand Up @@ -416,7 +418,6 @@
"如果您觉得太麻烦了可以使用我们编译好的文件但这会覆盖您设备当前的内核及设备树操作步骤如下",
"官方版本国产版1",
"官方版本国产版2",
"工程开发中",
"性能优化",
"我在使用git拉取github工程时出现如下错误",
"我在编译工程时出现如下错误",
Expand Down

0 comments on commit 4f4c2a0

Please sign in to comment.