Skip to content

Commit

Permalink
add support for r3s
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencetg committed Sep 14, 2024
1 parent ab522f3 commit c079b63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
strategy:
matrix:
VERSION: [21.02, 23.05]
CPU: [rk3328, rk3399, rk3568, rk3588]
CPU: [rk3328, rk3399, rk3566, rk3568, rk3588]
SET: [docker, non-docker]
steps:
- name: Checkout
Expand Down Expand Up @@ -220,8 +220,11 @@ jobs:
rk3568)
MODEL=R5S-R5C-Series
;;
rk3566)
MODEL=R3S-Series
;;
rk3588)
MODEL=T6-R6S-R6C-Series
MODEL=T6-R6S-R6C-M6-Series
;;
*)
echo "unknow cpu"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
### 如何将固件写入eMMC
- 先将固件写入一张SD卡,然后从SD启动系统,访问FriendyWrt后台页面,进入菜单“系统”->“eMMC刷机助手”,上传固件文件直接刷入即可,文件无需解压,写入完成后,将SD卡弹出, 设备会自动重启并从eMMC引导系统。
### 更新说明
* 2024/09/14 增加NanoPi-R3S支持
* 2024/08/30
* 更新到新版本 openwrt-23.05.4
* 增加 NanoPi-M6 支持
Expand Down
1 change: 1 addition & 0 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
### How to write image to eMMC
- First write the image to an SD card, then boot the system from the SD card, visit the FriendyWrt admin page, go to the menu "System" -> "eMMC Tools", upload the image file and flash it in directly, no need to decompress the file, after the flashing is completed, eject the SD card, the device will automatically reboot and boot from the eMMC.
### Changelog
* 2024/09/14 Add support for NanoPi-R3S
* 2024/08/30
* Upgrade to openwrt-23.05.4
* Add support for NanoPi-M6
Expand Down

0 comments on commit c079b63

Please sign in to comment.