Message ID | 1422544368-15861-1-git-send-email-m-karicheri2@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 1/29/2015 7:12 AM, Murali Karicheri wrote: > When using network driver on keystone and nfs rootfs is used following > error displayed and device halts. > > Missing devtmpfs, which is required for udev to run > Halting... > Must be with Ubuntu... > Add the DEVTMPFS option by default to fix this > > Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> > --- Looks fine. I will queue it up for next merge window. Regards, Santosh
On 01/29/2015 11:34 AM, santosh shilimkar wrote: > On 1/29/2015 7:12 AM, Murali Karicheri wrote: >> When using network driver on keystone and nfs rootfs is used following >> error displayed and device halts. >> >> Missing devtmpfs, which is required for udev to run >> Halting... >> > Must be with Ubuntu... > Not really. It was with TI rootfs. -Murali >> Add the DEVTMPFS option by default to fix this >> >> Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> >> --- > Looks fine. I will queue it up for next merge window. > > Regards, > Santosh > >
On 1/29/2015 9:12 AM, Murali Karicheri wrote: > On 01/29/2015 11:34 AM, santosh shilimkar wrote: >> On 1/29/2015 7:12 AM, Murali Karicheri wrote: >>> When using network driver on keystone and nfs rootfs is used following >>> error displayed and device halts. >>> >>> Missing devtmpfs, which is required for udev to run >>> Halting... >>> >> Must be with Ubuntu... >> > Not really. It was with TI rootfs. > OK. In past I haven't noticed issue with undev for busybox based rootfs but may be things have changed now. Typically it use to be Ubuntu udev which use to crib. Thanks for information. Regards, Santosh
diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig index 4446621..f9ebe61 100644 --- a/arch/arm/configs/keystone_defconfig +++ b/arch/arm/configs/keystone_defconfig @@ -209,3 +209,4 @@ CONFIG_KEYSTONE_IRQ=y CONFIG_GPIO_SYSCON=y CONFIG_TI_DAVINCI_MDIO=y CONFIG_MARVELL_PHY=y +CONFIG_DEVTMPFS=y
When using network driver on keystone and nfs rootfs is used following error displayed and device halts. Missing devtmpfs, which is required for udev to run Halting... Add the DEVTMPFS option by default to fix this Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> --- arch/arm/configs/keystone_defconfig | 1 + 1 file changed, 1 insertion(+)