zcu106 sd卡mount错误
Posted idyllcheung
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了zcu106 sd卡mount错误相关的知识,希望对你有一定的参考价值。
Tuning failed, falling back to fixed sampling clock
https://www.xilinx.com/support/answers/73079.html
2019.2 Zynq UltraScale+ MPSoC: PetaLinux ZCU106 BSP fails to detect SD Card FAT32 or EXT4 partition when booting Linux
Solution
This is a known issue in the 2019.2 ZCU106 BSP.
To fix this issue, you will need add device-tree node property to <plnx-proj-root>/project-spec/meta-user/recipes-bsp/device-tree/files/system-user.dtsi
1) Modify the system-user.dtsi file with below content:
$ vim <plnx-proj-root>/project-spec/meta-user/recipes-bsp/device-tree/files/system-user.dtsi
"/include/ "system-conf.dtsi"
/ {
};
&sdhci1 {
no-1-8-v;
};
2) Clean the device-tree sstate cache and rebuild the device-tree:
$ petalinux-build -c device-tree -x cleansstate
$ petalinux-build -c device-tree
Note: This solution also applies to the 2019.2 ZCU106 VCU TRD PetaLinux BSP.
以上是关于zcu106 sd卡mount错误的主要内容,如果未能解决你的问题,请参考以下文章
arm Linux 如何自动检测并mount SD卡,以及如何得知已经mount
Linux 挂载SD卡出错:mount: mounting /dev/mmcblk0 on /mnt failed: Invalid argument