Have you modified L4 Kernel command line ?
Hello, L4 hackers :-) May I ask you a question about L4 linux ? Have you modified ' l4x_rd=rom/ramdisk-arm.rd root=1:0 ramdisk_size=4000 init=/bin/sh' in L4 kernel command ? I want to change it , as if the part of original linux's kernel command line is "root=/dev/mmcblk1p1 rootwait rw" Because I want to assign 'root' to '/dev/mmcblk1p1' or '/dev/mtdblock0' instead of 'rom/ramdisk-arm.rd'. To what I want is achieved, how to modify L4 linux kernel command line ?
Hi, On Thu, Mar 27, 2014 at 05:26:27PM +0900, Taeung wrote:
Hello, L4 hackers :-)
May I ask you a question about L4 linux ?
Have you modified ' l4x_rd=rom/ramdisk-arm.rd root=1:0 ramdisk_size=4000 init=/bin/sh' in L4 kernel command ?
I want to change it , as if the part of original linux's kernel command line is "root=/dev/mmcblk1p1 rootwait rw"
Because I want to assign 'root' to '/dev/mmcblk1p1' or '/dev/mtdblock0' instead of 'rom/ramdisk-arm.rd'.
Of course you can do that. But you also need to pass-through the physical MMC device to L4Linux (or implement a virtual one). Depending on your platform this may be a little bit more involved. Matthias. -- Matthias Lange, matthias.lange@kernkonzept.com, +49 - 351 - 41 88 86 14 Kernkonzept GmbH. Sitz: Dresden. Amtsgericht Dresden, HRB 31129. Geschäftsführer: Dr.-Ing. Michael Hohmuth
participants (2)
-
Matthias Lange -
Taeung