xcgf 发表于 2022-5-1 12:13:37

ds920+ 硬盘参数应该如何写

本帖最后由 xcgf 于 2022-5-1 12:21 编辑

tc@box:~$ lspci -tnnvq
--+-00.0Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers
         +-02.0Intel Corporation HD Graphics 630
         +-08.0Intel Corporation Skylake Gaussian Mixture Model
         +-14.0Intel Corporation 200 Series PCH USB 3.0 xHCI Controller
         +-16.0Intel Corporation 200 Series PCH CSME HECI #1
         +-17.0Intel Corporation 200 Series PCH SATA controller
         +-1b.0---
         +-1c.0---
         +-1d.0---
         +-1d.2---
         +-1d.3-----00.0---
         +-1f.0Intel Corporation 200 Series PCH LPC Controller (B250)
         +-1f.2Intel Corporation 200 Series PCH PMC
         +-1f.3Intel Corporation 200 Series PCH HD Audio
         +-1f.4Intel Corporation 200 Series PCH SMBus Controller
         \-1f.6Intel Corporation Ethernet Connection (2) I219-LM
tc@box:~$
tc@box:~$ sudo ./rploader.sh satamap now
HBA: 00:17.0 Disks : 6
SataPortMap=6
DiskIdxMap=00



/dts-v1/;

/ {
        compatible = "Synology";
        model = "synology_geminilake_920+";
        version = <0x1>;
        syno_spinup_group = <0x2 0x1 0x1>;
        syno_spinup_group_delay = <0xb>;
        syno_hdd_powerup_seq = "true";
        syno_cmos_reg_secure_flash = <0x66>;
        syno_cmos_reg_secure_boot = <0x68>;

        DX517 {
                compatible = "Synology";
                model = "synology_dx517";

                pmp_slot@1 {

                        libata {
                                EMID = <0x0>;
                                pmp_link = <0x0>;
                        };
                };

                pmp_slot@2 {

                        libata {
                                EMID = <0x0>;
                                pmp_link = <0x1>;
                        };
                };

                pmp_slot@3 {

                        libata {
                                EMID = <0x0>;
                                pmp_link = <0x2>;
                        };
                };

                pmp_slot@4 {

                        libata {
                                EMID = <0x0>;
                                pmp_link = <0x3>;
                        };
                };

                pmp_slot@5 {

                        libata {
                                EMID = <0x0>;
                                pmp_link = <0x4>;
                        };
                };
        };

        internal_slot@1 {
                protocol_type = "sata";
                power_pin_gpio = <0x14 0x0>;
                detect_pin_gpio = <0x23 0x1>;
                led_type = "lp3943";

                ahci {
                        pcie_root = "00:13.0,00.0";
                        ata_port = <0x0>;
                };

                led_green {
                        led_name = "syno_led0";
                };

                led_orange {
                        led_name = "syno_led1";
                };
        };

        internal_slot@2 {
                protocol_type = "sata";
                power_pin_gpio = <0x15 0x0>;
                detect_pin_gpio = <0x24 0x1>;
                led_type = "lp3943";

                ahci {
                        pcie_root = "00:13.0,00.0";
                        ata_port = <0x1>;
                };

                led_green {
                        led_name = "syno_led2";
                };

                led_orange {
                        led_name = "syno_led3";
                };
        };

        internal_slot@3 {
                protocol_type = "sata";
                power_pin_gpio = <0x16 0x0>;
                detect_pin_gpio = <0x25 0x1>;
                led_type = "lp3943";

                ahci {
                        pcie_root = "00:12.0";
                        ata_port = <0x2>;
                };

                led_green {
                        led_name = "syno_led4";
                };

                led_orange {
                        led_name = "syno_led5";
                };
        };

        internal_slot@4 {
                protocol_type = "sata";
                power_pin_gpio = <0x17 0x0>;
                detect_pin_gpio = <0x26 0x1>;
                led_type = "lp3943";

                ahci {
                        pcie_root = "00:12.0";
                        ata_port = <0x3>;
                };

                led_green {
                        led_name = "syno_led6";
                };

                led_orange {
                        led_name = "syno_led7";
                };
        };

        esata_port@1 {

                ahci {
                        pcie_root = "00:13.0,00.0";
                        ata_port = <0x3>;
                };
        };

        usb_slot@1 {

                vbus {
                        syno_gpio = <0x1d 0x1>;
                };

                usb2 {
                        usb_port = "1-1";
                };

                usb3 {
                        usb_port = "2-1";
                };
        };

        usb_slot@2 {

                vbus {
                        syno_gpio = <0x1e 0x1>;
                };

                usb2 {
                        usb_port = "1-2";
                };

                usb3 {
                        usb_port = "2-2";
                };
        };

        nvme_slot@1 {
                pcie_root = "00:14.1";
                port_type = "ssdcache";
        };

        nvme_slot@2 {
                pcie_root = "00:14.0";
                port_type = "ssdcache";
        };
};
页: [1]
查看完整版本: ds920+ 硬盘参数应该如何写