<html><head><style type="text/css">.style1 {font-family: "Times New Roman";}</style></head><body>Hey Team,<BR>
 <BR>
I've been using Buildroot for about a year on a Terasic DE10-Nano and a custom but similar board with a Cyclone V. This is a great project and I've really appreciated the strait forward systems and all the work you have put into it.<BR>
 <BR>
This may not be the best place to ask but I'm having my first issue that is really stumping me. It may be the confluence of u-boot, linux, & busybox.<BR>
 <BR>
Configured:<BR>
- U-Boot boot from USB.<BR>
- U-Boot boot from eMMC.<BR>
- eMMC or USB device in /etc/fstab<BR>
 <BR>
USB Boot process:<BR>
- U-Boot boot from USB.<BR>
- Load linux kernel & initrd.<BR>
- Start /bin/init<BR>
- Error: Failed to mount USB partition.<BR>
- Finish init process.<BR>
- Login: <BR>
o '$ mount -a' successfully mounts previously failed USB partition.<BR>
 <BR>
eMMC Boot process:<BR>
- Same as for USB but fails to mount eMMC.<BR>
 <BR>
The system is running off an initrd image so there is no root file system and the system does otherwise boot as expected.<BR>
 <BR>
It appears from the logs the USB device or eMMC device drivers are not fully initialized when the kernel hands off to init.<BR>
 <BR>
I have tried adding 'root=/dev/sda1 rootwait' and 'rootdelay=10' to my kernel arguments in u-boot and while they are being passed (cat /proc/cmdline) they are not being respected. probably because I'm not waiting on root.<BR>
 <BR>
My question is; Is there another way to convince the kernel or busybox init to wait for the devices in /etc/fstab before continuing? Is there a better place to ask?<BR>
 <BR>
Thanks for all your amazing work!<BR>
Joel<BR>

<br><br><p style="font-family: Verdana; font-size:10pt; color:#666666;"><b>Disclaimer</b></p><p style="font-family: Verdana; font-size:8pt; color:#666666;">The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful.<br><br>This email has been scanned for viruses and malware, and may have been automatically archived.  </p></body></html>