Releases: RROrg/rr
Release list
26.9.0
- 修复 64g 及以上引导盘 p3 分区没有自动扩容的问题.
- 修复 克隆引导盘对 64g 及以上磁盘和 emmc 磁盘的兼容性问题.
- 更新 hdddb 插件, 版本升级至 v3.6.139. Thanks @007revad.
- 更新 cpuinfo 插件, 修复对 NVIDIA 计算卡的支持.
- 更新 r8168, r8126, yt6801, ch35x_38x, igc(#33782, Thanks @llzg) 驱动.
- 其他.
- Fixed the issue of p3 partition not automatically expanding on boot disks of 64g and above.
- Fixed the compatibility issue of cloning boot disks with 64g and above disks and emmc disks.
- Updated hdddb addon, version to v3.6.139. Thanks @007revad.
- Updated cpuinfo addon, fixed the support for NVIDIA compute cards.
- Updated r8168, r8126, yt6801, ch35x_38x, igc(#33782, Thanks @llzg) drivers.
- Other.
Full Changelog: 26.8.2...26.9.0
26.8.2
- 修复 RS11626xs+ 检测不到磁盘的问题.
- 同步 新增的型号的到 RR-CUSTOM.
- 更新 diskcompat 插件, 修复磁盘 "不受当前DSM版本支持" 的问题.
- 更新 hdddb.sh 插件, 版本升级至 v3.6.138. Thanks @007revad.
- Fixed the issue of not detecting disks in RS11626xs+ models.
- Synchronized new models to RR-CUSTOM.
- Updated diskcompat addon, fixed the issue of disk not supported by DSM version.
- Updated hdddb.sh addon, version to v3.6.138. Thanks @007revad.
Full Changelog: 26.8.1...26.8.2
26.8.1
- 修复 config 的 一些小错误.
- 修复 部分情况下编译等待时间过长的问题.
- 同步 新增的型号的到 RR-CUSTOM.
- Fixed some small errors in config.
- Fixed the issue of compilation waiting time being too long in some cases.
- Synchronized new models to RR-CUSTOM.
Full Changelog: 26.8.0...26.8.1
26.8.0
26.7.4
26.7.3
- PAS 系列适配 (未完成).
- 修复 引导盘为 sdp 时无法识别的问题.
- 内存 小于 8GB 时, tmpfs 默认调整为 内存大小, 避免升级失败.
- 修复 RR-CUSTOM 编译 2GB 镜像破损的问题.
- 优化网络连接, 缓解 型号/版本获取 和 RR升级 的网络失败的问题.
- 就不告诉你.
- 其他.
- PAS series adaptation (not completed).
- Fixed the issue of not recognizing the boot disk as sdp.
- When memory is less than 8GB, tmpfs is adjusted to the size of the memory by default to avoid upgrade failures.
- Fixed the issue of RR-CUSTOM compiling 2GB image corruption.
- Optimized network connection to mitigate network failures when obtaining model/version and RR upgrade.
- Just won't tell you.
- Other.
Full Changelog: 26.7.2...26.7.3
26.7.2
- PAS 系列适配 (未完成).
- 优化 Intel 驱动.
- 修复 "i2c SCL is stuck low, exit recovery" 问题.
- 修复 geminilakenk 平台 virtio_gpu 的支持 (From 26.7.1).
- 更新 cpuinfo 插件, 修复 系统温度 和 virtio_gpu 未显示问题 (From 26.7.1).
- 其他.
- PAS series adaptation (not completed).
- Optimize Intel drivers.
- Fixed "i2c SCL is stuck low, exit recovery" problem.
- Fixed geminilakenk platform virtio_gpu support (From 26.7.1).
- Updated cpuinfo addon, fixed the issue of system temperature and virtio_gpu not displaying (From 26.7.1).
- Other.
Full Changelog: 26.7.1...26.7.2
====
关于:"Error extracting update file. Error:"
原因:一般情况下 系统 /tmp 目录大小为内存的一半,(4GB 内存的机器 /tmp 的大小则为2GB),然而 updateall-xx.x.x.zip 的 大小已经来到 1.2 G, 下载 和解压缓存 对空间依赖近2.5GB, 4GB 内存环境不足以支持解压缩,所以报错。
方案 1:请分配大于 6GB 的内存。
方案 2:请手动上传 updateall-xx.x.x.zip 到 /mnt/p3/updateall-xx.x.x.zip ( 离线更新遍历路径支持 /tmp/ or /mnt/p3/)
方案 3: 临时调整 /tmp 大小 mount -o remount,size=3G /tmp
About: "Error extracting update file. Error:"
Cause: Typically, the size of the system's /tmp directory is half the available RAM (e.g., 2GB for a machine with 4GB of RAM). However, the updateall-xx.x.x.zip file is 1.2GB in size, and the download and extraction processes require nearly 2.5GB of space; a 4GB RAM environment lacks sufficient capacity for extraction, resulting in the error.
Solution 1: Allocate more than 6GB of RAM.
Solution 2: Manually upload updateall-xx.x.x.zip to /mnt/p3/updateall-xx.x.x.zip (the offline update path search supports both /tmp/ and /mnt/p3/).
Solution 3: Temporarily adjust the size of /tmp: mount -o remount,size=3G /tmp
26.7.1
- PAS 系列适配 (未完成).
- 添加 epyc7003 icelaked (epyc7003ntb) 平台型号支持.
- 更新 r8125, r8126, r8152 驱动程序.
- 更新 diskcompat 插件, 优化执行时机, 防止硬盘加载慢而未 patch 的问题.
- 更新 cpuinfo 插件, 添加对温度渲染的支持.
- 其他.
- PAS series adaptation (not completed).
- Added support for epyc7003 icelaked (epyc7003ntb) platform models.
- Updated r8125, r8126, r8152 drivers.
- Updated diskcompat addon, optimized execution timing to prevent issues when hard drives load slowly and are not patched.
- Updated cpuinfo addon, added support for temperature rendering.
- Other.
Full Changelog: 26.7.0...26.7.1
26.7.0
注意:
- 由于官方目前还没有放出 toolkit, 所以目前 7.4 使用 7.3 的驱动程序部分可能会有兼容性问题.
Notice:
- Since the official toolkit has not yet been released, there may be compatibility issues with drivers currently used in DSM 7.4 that are based on DSM 7.3.
- PAS 系列适配 (未完成).
- 修复 下载后没自动更新的问题.
- 回退 rebuild-bzimage 已解决部分型号 无限重启或者卡死的问题, 新工具暂缓启用.
- 更新 diskcompat 插件, 修复存储池显示"有风险"的问题.
- 更新 cpuinfo 兼容 DSM 7.4 版本.
- 其他.
- PAS series adaptation (not completed).
- Fixed the issue of not automatically updating after downloading.
- Revert rebuild-bzimage to solve some models with infinite restart or deadlock problems, new tools are temporarily disabled.
- Updated diskcompat addon, fixed the issue of storage pool showing "Risk" status.
- Updated cpuinfo addon, compatible with DSM 7.4.
- Other.
Full Changelog: 26.6.1...26.7.0
26.6.1
注意:
- 为了防止某些人手欠升级了 DSM7.4 而无法进入系统。故提前发布兼容 DSM7.4 版本的 RR, 目前未完成优化.
(由于官方目前还没有放出 toolkit, 所以目前 7.4 使用 7.3 的驱动程序部分可能会有兼容性问题).
Notice:
- To prevent users from accidentally upgrading to DSM 7.4 and becoming unable to boot into their systems, a compatible version RR for DSM 7.4 has been released ahead of schedule. Optimization is not yet complete.
(Since the official toolkit has not yet been released, there may be compatibility issues with drivers currently used in DSM 7.4 that are based on DSM 7.3.)
- PAS 系列适配 (未完成).
- 修复 v26.6.0 在编译 4.x 内核时报错“/tmp/vmlinux-mod: rebuilt payload does not fit in original payload window”的问题.
- 添加 diskcompat 插件, 修复磁盘未验证的问题,(新装用户默认集成,升级用户请手动添加; 理论上有该插件后不再需要 hdddb 插件).
- 其他.
- PAS series adaptation (not completed).
- Fixed an error in the compilation of kernel 4.x " /tmp/vmlinux-mod: rebuilt payload does not fit in original payload window".
- Added diskcompat addon, fixed the issue of disk verification not working (new users include the addon by default, upgrade users please manually add; theoretically, with this addon, you no longer need the hdddb addon).
- Other.
Full Changelog: 26.6.0...26.6.1
