-
Notifications
You must be signed in to change notification settings - Fork 922
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About DT(Device Tree) and *portcfg/maxdisks #226
Comments
About internalportcfg, esataportcfg, usbportcfgDSMeg:
Tools:internalportcfg,esataportcfg,usbportcfg计算.xlsx Custom internalportcfg, esataportcfg, usbportcfg
|
About DT(Device Tree)
Terminology
Tools
dtc_64bit.exe.gz windows_x64
dtc_arm.gz
dtc_aarch64.gz
dtc_i686.gz
dtc_x86_64.gz
DSM's DT
Custom DTS
1. Get the current dts file:
arpl will make a dts file (/addons/model.dts) at startup based on the actual hardware conditions. When the DSM system is installed, a backup will be kept in /etc/model.dtb, so I provide two ways to get it.
1.1. P1 (when not installed)
通过 telnet 连接到DSM系统
执行以下命令将上传 model.dts 到 transfer网盘, 再通过transfer返回的地址下载到本地计算机.
curl -sSL --insecure -w '\n' --upload-file /addons/model.dts https://transfer.sh
1.2. P2 (when installed)
打开 SSH
2. Edit dts file:
2.1 Get drive disk data.
2.2. You need to replenish uninserted disk data as needed.
3. Use custom dts:
The text was updated successfully, but these errors were encountered: