tossp / redpill-tool-chain

这是一个测试项目,可能会有不可预测的事情发生(比如:毁损数据、烧毁硬件等等),请谨慎使用。
806 stars 1.89k forks source link

support ds3617xs platform #55

Closed sjtuross closed 2 years ago

sjtuross commented 2 years ago

Tested with the below broadwell_user_config.json. While install, need to block dsm internet access to prevent installing updates automatically, otherwise it will keep in a recoverable state.

{
    "extra_cmdline": {
        "pid": "0x0001",
        "vid": "0x46f4",
        "sn": "1230ODN029021",
        "mac1": "0011326B2A18"
    },
    "synoinfo": {},
    "ramdisk_copy": {},
    "extensions":[
        "pocopico.vmxnet3"
    ]
}

Self fix #52