diff --git a/README.md b/README.md index 79303cf..5748385 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ There is no need to configure the VID/PID (if using a USB stick) or define the M If a model is chosen that uses the Device-tree system to define the HDs, there is no need to configure anything. In the case of models that do not use device-tree, the configurations must be done manually and for this there is an option in the "cmdline" menu to display the SATA controllers, DUMMY ports and ports in use, to assist in the creation of the "SataPortMap", "DiskIdxMap" and "sata_remap" if necessary. -Another important point is that the loader detects whether or not the CPU has the FMA3 instruction and does not display the models that require it. So if the DS918+ and DVA3221 models are not displayed it is because of the CPU's lack of support for FMA instructions. You can disable this restriction and test at your own risk. +Another important point is that the loader detects whether or not the CPU has the MOVBE instruction and does not display the models that require it. So if the DS918+ and DVA3221 models are not displayed it is because of the CPU's lack of support for MOVBE instructions. You can disable this restriction and test at your own risk. I developed a simple patch to no longer display the DUMMY port error on models without device-tree, the user will be able to install without having to worry about it. diff --git a/files/board/arpl/overlayfs/opt/arpl/model-configs/DS918+.yml b/files/board/arpl/overlayfs/opt/arpl/model-configs/DS918+.yml index a31d2c6..3a5fe40 100644 --- a/files/board/arpl/overlayfs/opt/arpl/model-configs/DS918+.yml +++ b/files/board/arpl/overlayfs/opt/arpl/model-configs/DS918+.yml @@ -31,7 +31,7 @@ serial: suffix: "numeric" disks: 4 flags: - - "fma" + - "movbe" builds: 42218: ver: "7.0.1" diff --git a/files/board/arpl/overlayfs/opt/arpl/model-configs/DVA3219.yml b/files/board/arpl/overlayfs/opt/arpl/model-configs/DVA3219.yml index 0710ef2..ec543e3 100644 --- a/files/board/arpl/overlayfs/opt/arpl/model-configs/DVA3219.yml +++ b/files/board/arpl/overlayfs/opt/arpl/model-configs/DVA3219.yml @@ -4,14 +4,13 @@ synoinfo: &synoinfo support_memory_compatibility: "no" esataportcfg: "0x00" support_bde_internal_10g: "no" - supportraidgroup: "no" - support_syno_hybrid_raid: "yes" support_led_brightness_adjustment: "no" rss_server: "https://raw.githubusercontent.com/fbelavenuto/arpl/main/rss.xml" rss_server_ssl: "https://raw.githubusercontent.com/fbelavenuto/arpl/main/rss.xml" rss_server_v2: "https://raw.githubusercontent.com/fbelavenuto/arpl/main/rss.json" support_syno_hybrid_raid: supportraidgroup: + supportnvme: "yes" cmdline: &cmdline syno_hdd_powerup_seq: 0 HddHotplug: 0 @@ -29,7 +28,7 @@ serial: middle: "RFR" suffix: "alpha" flags: - - "fma" + - "movbe" disks: 4 builds: 42218: diff --git a/files/board/arpl/overlayfs/opt/arpl/model-configs/DVA3221.yml b/files/board/arpl/overlayfs/opt/arpl/model-configs/DVA3221.yml index ed1048e..3b00fba 100644 --- a/files/board/arpl/overlayfs/opt/arpl/model-configs/DVA3221.yml +++ b/files/board/arpl/overlayfs/opt/arpl/model-configs/DVA3221.yml @@ -10,6 +10,7 @@ synoinfo: &synoinfo rss_server_v2: "https://raw.githubusercontent.com/fbelavenuto/arpl/main/rss.json" support_syno_hybrid_raid: supportraidgroup: + supportnvme: "yes" cmdline: &cmdline syno_hdd_powerup_seq: 0 HddHotplug: 0 @@ -28,7 +29,7 @@ serial: middle: "SJR" suffix: "alpha" flags: - - "fma" + - "movbe" disks: 4 builds: 42218: