diff --git a/binary/sun50i-h5/openwrt-image/OpenWrt-NanoPiNEO2-OLED-SPI-0.1.3-Develop-ext4.img.xz b/binary/sun50i-h5/openwrt-image/OpenWrt-NanoPiNEO2-OLED-SPI-0.1.3-Develop-ext4.img.xz new file mode 100644 index 0000000..501bbfb Binary files /dev/null and b/binary/sun50i-h5/openwrt-image/OpenWrt-NanoPiNEO2-OLED-SPI-0.1.3-Develop-ext4.img.xz differ diff --git a/binary/sun50i-h5/openwrt-image/OpenWrt-NanoPiNEO2-OLED-SPI-0.1.3.7z b/binary/sun50i-h5/openwrt-image/OpenWrt-NanoPiNEO2-OLED-SPI-0.1.3.7z new file mode 100644 index 0000000..b401af0 Binary files /dev/null and b/binary/sun50i-h5/openwrt-image/OpenWrt-NanoPiNEO2-OLED-SPI-0.1.3.7z differ diff --git a/binary/sun50i-h5/openwrt-image/OpenWrt-NanoPiNEO2-OLED-SPI-Develop.md b/binary/sun50i-h5/openwrt-image/OpenWrt-NanoPiNEO2-OLED-SPI-Develop.md index 343f5a3..143c878 100644 --- a/binary/sun50i-h5/openwrt-image/OpenWrt-NanoPiNEO2-OLED-SPI-Develop.md +++ b/binary/sun50i-h5/openwrt-image/OpenWrt-NanoPiNEO2-OLED-SPI-Develop.md @@ -1,8 +1,8 @@ # 开发所用 Overlay 映像说明 -将 OpenWrt-NanoPiNEO2-OLED-SPI-0.1.3-Develop-ext4.img.gz 解压后所得文件是 ext4fs 类型的分区映像,可挂载后复制文件到指定目标分区(以下假定目标分区为 /dev/sda3)。 +将 OpenWrt-NanoPiNEO2-OLED-SPI-0.1.3-Develop-ext4.img.xz 解压后所得文件是 ext4fs 类型的分区映像,可挂载后复制文件到指定目标分区(以下假定目标分区为 /dev/sda3)。 - gzip -d OpenWrt-NanoPiNEO2-OLED-SPI-0.1.3-Develop-ext4.img.gz + xz -d OpenWrt-NanoPiNEO2-OLED-SPI-0.1.3-Develop-ext4.img.xz mkdir -p /tmp/src mkdir -p /tmp/dst mount OpenWrt-NanoPiNEO2-OLED-SPI-0.1.3-Develop-ext4.img /tmp/src diff --git a/binary/sun8i-h3/openwrt-image/OpenWrt-NanoPiNEO-OLED-SPI-0.1.3-Develop-ext4.img.xz b/binary/sun8i-h3/openwrt-image/OpenWrt-NanoPiNEO-OLED-SPI-0.1.3-Develop-ext4.img.xz new file mode 100644 index 0000000..f16b6c3 Binary files /dev/null and b/binary/sun8i-h3/openwrt-image/OpenWrt-NanoPiNEO-OLED-SPI-0.1.3-Develop-ext4.img.xz differ diff --git a/binary/sun8i-h3/openwrt-image/OpenWrt-NanoPiNEO-OLED-SPI-0.1.3.7z b/binary/sun8i-h3/openwrt-image/OpenWrt-NanoPiNEO-OLED-SPI-0.1.3.7z new file mode 100644 index 0000000..f3bd8a5 Binary files /dev/null and b/binary/sun8i-h3/openwrt-image/OpenWrt-NanoPiNEO-OLED-SPI-0.1.3.7z differ diff --git a/binary/sun8i-h3/openwrt-image/OpenWrt-NanoPiNEO-OLED-SPI-Develop.md b/binary/sun8i-h3/openwrt-image/OpenWrt-NanoPiNEO-OLED-SPI-Develop.md index e9735eb..3ddab4d 100644 --- a/binary/sun8i-h3/openwrt-image/OpenWrt-NanoPiNEO-OLED-SPI-Develop.md +++ b/binary/sun8i-h3/openwrt-image/OpenWrt-NanoPiNEO-OLED-SPI-Develop.md @@ -1,11 +1,11 @@ # 开发所用 Overlay 映像说明 -将 OpenWrt-NanoPiNEO-OLED-SPI-0.1-Develop-ext4.img.gz 解压后所得文件是 ext4fs 类型的分区映像,可挂载后复制文件到指定目标分区(以下假定目标分区为 /dev/sda3)。 +将 OpenWrt-NanoPiNEO-OLED-SPI-0.1.3-Develop-ext4.img.xz 解压后所得文件是 ext4fs 类型的分区映像,可挂载后复制文件到指定目标分区(以下假定目标分区为 /dev/sda3)。 - gzip -d OpenWrt-NanoPiNEO-OLED-SPI-0.1-Develop-ext4.img.gz + xz -d OpenWrt-NanoPiNEO-OLED-SPI-0.1.3-Develop-ext4.img.xz mkdir -p /tmp/src mkdir -p /tmp/dst - mount OpenWrt-NanoPiNEO-OLED-SPI-0.1-Develop-ext4.img /tmp/src + mount OpenWrt-NanoPiNEO-OLED-SPI-0.1.3-Develop-ext4.img /tmp/src mount /dev/sda3 /tmp/dst cp -a /tmp/src/* /tmp/dst umount /tmp/src