I have a similar problem.
I made an entry in the fstab for the sdcard.
/dev/mmcblk1p1 /media/nvidia/sdcard ext4 defaults 0 1
When the sdcard is inserted while booting, everything works.
But if there is no sdcard insertetd, the boot-process stops after detection the eth0.
[ 9.262574] xhci-tegra 70090000.xusb: tegra_xhci_mbox_work mailbox command 6
[ 9.380835] usb 2-1: reset SuperSpeed USB device number 2 using xhci-tegra
[ 9.418917] r8152 2-1:1.0 eth0: v2.09.00 (2017/08/21)
[ 9.424776] r8152 2-1:1.0 eth0: This product is covered by one or more of the following patents:
[ 9.424776] US6,570,884, US6,115,776, and US6,327,625.
[ 9.424776]
[ 9.845370] cfg80211: World regulatory domain updated:
[ 9.851371] cfg80211: DFS Master region: unset
[ 9.855760] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 9.868209] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.878013] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.887824] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.897675] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 9.909098] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 9.920595] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 9.930740] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.940907] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
The boot-process will continue if I insert the sdcard.
[ 20.260991] mmc2 tuning done saved tap delay=34
[ 20.267814] mmc2: hw tuning done ...
[ 20.272548] mmc2: tuning_window[0]: 0xfffe07ff
[ 20.278132] mmc2: tuning_window[1]: 0xfc0fffff
[ 20.283695] mmc2: tuning_window[2]: 0xfffffff
[ 20.289137] mmc2: tuning_window[3]: 0x7ffffffc
[ 20.294637] mmc2: tuning_window[4]: 0x0
[ 20.299511] mmc2: tuning_window[5]: 0x0
[ 20.304362] mmc2: tuning_window[6]: 0x0
[ 20.309187] mmc2: tuning_window[7]: 0x0
[ 20.313992] sdhci: Tap value: 34 | Trim value: 2
How can I change this behaviour?
I dont want to use any init.d-script to mount.
Greetings Nic