summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-12-02 19:38:12 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2013-12-02 19:38:12 +0100
commit222af308ba200c645b888b8788f2d4f964b5aa5b (patch)
treea75e014e57d168df7e14e2936959f5427b589a39
parent80f2d77430d2114e0937bc35ca0e2a78360f5894 (diff)
rootfs: don't populate /dev/ with static device filesColibri_VF_LinuxImageV2.1Beta2_20131129
The Colibri VFxx console gobbles most output and sometimes provokes a kernel oops during boot, if a valid /dev/null is already part of the rootfs before mounting devtmpfs. The dynamically populated dev with devtmpfs / udev is enough.
-rw-r--r--conf/machine/colibri-vf.conf9
-rw-r--r--recipes/images/files/colibri-vf/burnflash.tar.bz2bin5449 -> 5409 bytes
2 files changed, 8 insertions, 1 deletions
diff --git a/conf/machine/colibri-vf.conf b/conf/machine/colibri-vf.conf
index d3fee40..aef2abe 100644
--- a/conf/machine/colibri-vf.conf
+++ b/conf/machine/colibri-vf.conf
@@ -23,4 +23,11 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
SERIAL_CONSOLE = "115200 ttymxc0"
MACHINE_FEATURES = "apm usbgadget usbhost vfat ext2 alsa touchscreen ethernet wifi bluetooth 3g"
-EXTRA_IMAGEDEPENDS += "u-boot" \ No newline at end of file
+EXTRA_IMAGEDEPENDS += "u-boot"
+
+#Workaround
+#if there is /dev/null with correct major and minor number, the userspace RS232
+#console gobbles most of the output. Sometimes there is a kernel oops during
+#init. So don't provide any device files during in the rootfs and let the
+#tempdevfs do the work
+USE_DEVFS = "1"
diff --git a/recipes/images/files/colibri-vf/burnflash.tar.bz2 b/recipes/images/files/colibri-vf/burnflash.tar.bz2
index 5d0c554..5622a23 100644
--- a/recipes/images/files/colibri-vf/burnflash.tar.bz2
+++ b/recipes/images/files/colibri-vf/burnflash.tar.bz2
Binary files differ