(03-21-2016, 09:27 AM)falk.ben@gmail.com Wrote: Getting an error when booting this.
[VFE_ERR Error] registering v412 subdevice No such device!
[VFE_ERR Error] vfe sensor register check error at input_num = 0
It just hangs here and I cannot log in:
https://goo.gl/photos/bhHRoa1ppmLH13ef7
Looks like i screwed something up.
Nothing screwed up. I assume you have not plugged network. The Ubuntu image comes with eth0 DHCP preconfigured and waits 5 minutes until it gives up connecting.
Code:
root@localhost:~# systemd-analyze blame
5min 858ms networking.service
2.790s dev-mmcblk0p2.device
634ms systemd-udev-trigger.service
630ms resolvconf.service
547ms sys-kernel-debug.mount
478ms systemd-logind.service
461ms kmod-static-nodes.service
456ms systemd-remount-fs.service
421ms ondemand.service
387ms eth0-mackeeper.service
374ms systemd-modules-load.service
368ms systemd-user-sessions.service
346ms dev-hugepages.mount
309ms systemd-journald.service
241ms systemd-journal-flush.service
171ms systemd-sysctl.service
165ms dev-mqueue.mount
158ms systemd-random-seed.service
155ms sys-kernel-config.mount
133ms rsyslog.service
126ms sys-fs-fuse-connections.mount
121ms systemd-tmpfiles-setup.service
99ms console-setup.service
98ms systemd-tmpfiles-setup-dev.service
91ms systemd-timesyncd.service
80ms systemd-udevd.service
80ms systemd-fsck@dev-mmcblk0p1.service
67ms systemd-rfkill.service
31ms systemd-update-utmp.service
28ms boot.mount
17ms systemd-update-utmp-runlevel.service
10ms rc-local.service
So either plug Ethernet, or remove the configuration from /etc/network/interfaces.d/eth0
Also note that the UART tty will not wait on networking by default in this image.