Hey, guys!
I just designed a carrier for jetson nano b01 and use the module of the jetson nano b01 devit to test the carrier board.
I refer the topic SD Card not detected to the device tree.
sdhci@700b0400 {
compatible = “nvidia,tegra210-sdhci”;
reg = <0x0 0x700b0400 0x0 0x200>;
interrupts = <0x0 0x13 0x4>;
aux-device-name = “sdhci-tegra.2”;
iommus = <0x2b 0x1b>;
nvidia,runtime-pm-type = <0x0>;
clocks = <0x21 0x45 0x21 0xf3 0x21 0x136 0x21 0xc1>;
clock-names = “sdmmc”, “pll_p”, “pll_c4_out2”, “sdmmc_legacy_tm”;
resets = <0x21 0x45>;
reset-names = “sdhci”;
status = “okay”;
tap-delay = <0x3>;
trim-delay = <0x3>;
mmc-ocr-mask = <0x3>;
max-clk-limit = <0x61a80>;
ddr-clk-limit = <0x2dc6c00>;
When I flash the dtb, I found the jetson nano boot failed.
bash: cannot set terminal process group(-1): Inappropriate ioctl for device.
bash: no job control in this shell
The jetson-nano-qspi-sd can’t use the extra SD Card?
I need some help.
Thank you.