Hello guys,
Have you ever encountered this problem while trying to boot board with eMMC booting configuration but nothing in eMMC card?
As you know that will lead to USB serial downloader mode, and booting with uboot and kernel provided by mfgtool.
But here comes the problem with default initramsf file
snvs_rtc snvs_rtc.0: setting system clock to 1970-01-01 00:00:01 UTC (1)
Freeing init memory: 160K
starting pid 1804, tty '': '/etc/rc.d/rcS'
Mounting /proc and /sys
Starting the hotplug events dispatcher udevd
Synthesizing initial hotplug evenudevd (1813): /proc/1813/oom_adj is deprecated, please use /proc/1813/oom_score_adj instead.
ts
Setting the hostname to freescale
Mounting filesystems
mount: sysfs already mounted or /sys busy
mount: according to mtab, /sys is already mounted on /sys
mount: mount point /proc/bus/usb does not exist
starting pid 2720, tty '': '/etc/rc.d/rc_gpu.S'
can't run '/etc/rc.d/rc_gpu.S': No such file or directory
starting pid 2721, tty '': '/etc/rc.d/rc_mxc.S'
can't run '/etc/rc.d/rc_mxc.S': No such file or directory
process '/etc/rc.d/rc_mxc.S' (pid 2721) exited. Scheduling for restart.
starting pid 2722, tty '': '/etc/rc.d/rc_mxc.S'
can't run '/etc/rc.d/rc_mxc.S': No such file or directory
process '/etc/rc.d/rc_mxc.S' (pid 2722) exited. Scheduling for restart.
starting pid 2723, tty '': '/etc/rc.d/rc_mxc.S'
can't run '/etc/rc.d/rc_mxc.S': No such file or directory
process '/etc/rc.d/rc_mxc.S' (pid 2723) exited. Scheduling for restart.
starting pid 2724, tty '': '/etc/rc.d/rc_mxc.S'
can't run '/etc/rc.d/rc_mxc.S': No such file or directory
process '/etc/rc.d/rc_mxc.S' (pid 2724) exited. Scheduling for restart.
starting pid 2725, tty '': '/etc/rc.d/rc_mxc.S'
can't run '/etc/rc.d/rc_mxc.S': No such file or directory
process '/etc/rc.d/rc_mxc.S' (pid 2725) exited. Scheduling for restart.
starting pid 2726, tty '': '/etc/rc.d/rc_mxc.S'
can't run '/etc/rc.d/rc_mxc.S': No such file or directory
process '/etc/rc.d/rc_mxc.S' (pid 2726) exited. Scheduling for restart.
starting pid 2727, tty '': '/etc/rc.d/rc_mxc.S'
can't run '/etc/rc.d/rc_mxc.S': No such file or directory
process '/etc/rc.d/rc_mxc.S' (pid 2727) exited. Scheduling for restart.
starting pid 2728, tty '': '/etc/rc.d/rc_mxc.S'
can't run '/etc/rc.d/rc_mxc.S': No such file or directory
process '/etc/rc.d/rc_mxc.S' (pid 2728) exited. Scheduling for restart.
starting pid 2729, tty '': '/etc/rc.d/rc_mxc.S'
can't run '/etc/rc.d/rc_mxc.S': No such file or directory
process '/etc/rc.d/rc_mxc.S' (pid 2729) exited. Scheduling for restart.
starting pid 2730, tty '': '/etc/rc.d/rc_mxc.S'
can't run '/etc/rc.d/rc_mxc.S': No such file or directory
process '/etc/rc.d/rc_mxc.S' (pid 2730) exited. Scheduling for restart.
starting pid 2731, tty '': '/etc/rc.d/rc_mxc.S'
can't run '/etc/rc.d/rc_mxc.S': No such file or directory
process '/etc/rc.d/rc_mxc.S' (pid 2731) exited. Scheduling for restart.
starting pid 2732, tty '': '/etc/rc.d/rc_mxc.S'
can't run '/etc/rc.d/rc_mxc.S': No such file or directory
process '/etc/rc.d/rc_mxc.S' (pid 2732) exited. Scheduling for restart.
starting pid 2733, tty '': '/etc/rc.d/rc_mxc.S'
can't run '/etc/rc.d/rc_mxc.S': No such file or directory
process '/etc/rc.d/rc_mxc.S' (pid 2733) exited. Scheduling for restart.
starting pid 2734, tty '': '/etc/rc.d/rc_mxc.S'
can't run '/etc/rc.d/rc_mxc.S': No such file or directory
process '/etc/rc.d/rc_mxc.S' (pid 2734) exited. Scheduling for restart.
starting pid 2735, tty '': '/etc/rc.d/rc_mxc.S'
can't run '/etc/rc.d/rc_mxc.S': No such file or directory
process '/etc/rc.d/rc_mxc.S' (pid 2735) exited. Scheduling for restart.
starting pid 2736, tty '': '/etc/rc.d/rc_mxc.S'
can't run '/etc/rc.d/rc_mxc.S': No such file or directory
process '/etc/rc.d/rc_mxc.S' (pid 2736) exited. Scheduling for restart.
starting pid 2737, tty '': '/etc/rc.d/rc_mxc.S'
can't run '/etc/rc.d/rc_mxc.S': No such file or directory
process '/etc/rc.d/rc_mxc.S' (pid 2737) exited. Scheduling for restart.
starting pid 2738, tty '': '/etc/rc.d/rc_mxc.S'
can't run '/etc/rc.d/rc_mxc.S': No such file or directory
process '/etc/rc.d/rc_mxc.S' (pid 2738) exited. Scheduling for restart.
starting pid 2739, tty '': '/etc/rc.d/rc_mxc.S'
can't run '/etc/rc.d/rc_mxc.S': No such file or directory
process '/etc/rc.d/rc_mxc.S' (pid 2739) exited. Scheduling for restart.
starting pid 2740, tty '': '/etc/rc.d/rc_mxc.S'
can't run '/etc/rc.d/rc_mxc.S': No such file or directory
Has anyone know the problems? any workaround or updated initramfs to be used instead?
Thank you.