配置DTS支持USB存储
Support USB on LEDE
Step 1: Ensure dts file has enabled ehci and ohci
&ehci {
status = "okay";
};
&ohci {
status = "okay";
};Step 2: Enable usb support on linux kernel
Device Drivers --->
[*] USB support --->Step 3: Select usb kernel module and dependency libraries
Step 4: Support automatic mount and led indicator
Step 5: Rebuild firmware
Support SD Card on LEDE
Step 1: Ensure dts file has enabled sdhci
Step 2: Select SD card kernel module
Last updated