扫描二维码关注官方公众号
返回列表 发布新帖

[求助/问答] ds920+ 硬盘参数应该如何写

1393 0
发表于 2022-5-1 12:13:37 | 显示全部楼层 阅读模式

来吧兄弟,一起玩一起讨论!

您需要 登录 才可以下载或查看,没有账号?注册

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

tc@box:~$ lspci -tnnvq
-[0000:00]-+-00.0  Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers [8086:590f]
           +-02.0  Intel Corporation HD Graphics 630 [8086:5912]
           +-08.0  Intel Corporation Skylake Gaussian Mixture Model [8086:1911]
           +-14.0  Intel Corporation 200 Series PCH USB 3.0 xHCI Controller [8086:a2af]
           +-16.0  Intel Corporation 200 Series PCH CSME HECI #1 [8086:a2ba]
           +-17.0  Intel Corporation 200 Series PCH SATA controller [AHCI mode] [8086:a282]
           +-1b.0-[01]--
           +-1c.0-[02]--
           +-1d.0-[03]--
           +-1d.2-[04]--
           +-1d.3-[05-06]----00.0-[06]--
           +-1f.0  Intel Corporation 200 Series PCH LPC Controller (B250) [8086:a2c8]
           +-1f.2  Intel Corporation 200 Series PCH PMC [8086:a2a1]
           +-1f.3  Intel Corporation 200 Series PCH HD Audio [8086:a2f0]
           +-1f.4  Intel Corporation 200 Series PCH SMBus Controller [8086:a2a3]
           \-1f.6  Intel Corporation Ethernet Connection (2) I219-LM [8086:15b7]
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";
        };
};

回复

懒得打字嘛,点击右侧快捷回复 【本站酷狼4T,750元】
您需要登录后才可以回帖 登录 | 注册

本版积分规则

投诉/建议联系

support@gebi1.cn

未经授权禁止转载,复制和建立镜像,
如有违反,追究法律责任
  • 关注公众号
  • 添加微信客服
Copyright © 2001-2024 隔壁网 版权所有 All Rights Reserved. 粤ICP备14056481号-1
关灯 在本版发帖
扫一扫添加微信客服
返回顶部
快速回复 返回顶部 返回列表