From ab522f3163c23768c9beb9a4cf438c6457f658b2 Mon Sep 17 00:00:00 2001 From: Lawrence-Tang Date: Sat, 31 Aug 2024 14:52:32 +0800 Subject: [PATCH] update readme --- README.md | 3 +++ README_en.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 9e4f2fa..8321642 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ ### 如何将固件写入eMMC - 先将固件写入一张SD卡,然后从SD启动系统,访问FriendyWrt后台页面,进入菜单“系统”->“eMMC刷机助手”,上传固件文件直接刷入即可,文件无需解压,写入完成后,将SD卡弹出, 设备会自动重启并从eMMC引导系统。 ### 更新说明 +* 2024/08/30 + * 更新到新版本 openwrt-23.05.4 + * 增加 NanoPi-M6 支持 * 2024/07/03 * 修复因固件丢失而导致的WIFI问题 * 2024/06/06 diff --git a/README_en.md b/README_en.md index f4cd9fe..33470f0 100644 --- a/README_en.md +++ b/README_en.md @@ -11,6 +11,9 @@ ### 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/08/30 + * Upgrade to openwrt-23.05.4 + * Add support for NanoPi-M6 * 2024/07/03 * Fix the wifi issue due to missing firmware * 2024/06/06