[Buildroot] compiling kernel

Arnout Vandecappelle arnout at mind.be
Tue Mar 25 22:19:37 UTC 2014


On 21/03/14 23:02, raj wrote:
> Hi Arnout,
> 
> I use the buildroot system to build the uImage and rootfs.cpio file, I am
> not building image linked with rootfs file system.
> 
> CONFIG_BLK_DEV_INITRD=y
> CONFIG_INITRAMFS_SOURCE=""
> 
> I want to pass boot arguments to kernel to use my file system(rootfs.cpio)
> 
> Ex: uImage located on DRAM address = 0x60080000
>        rootfs.cpio  DRMA        address   = 0x61000000
> 
> my boot arguments
> ===============
> root=/dev/mem rw initrd=0x61000000,8M init=/init console=ttyS1
> ip=192.168.1.12:::::eth0:off

 So, do you have a question? Doesn't this work?


 Regards,
 Arnout


> 
> 
> 
> init file 
> ==========
> 
> /bin/mount -t devtmpfs devtmpfs /dev
> 
> exec 0</dev/console
> exec 1>/dev/console
> exec 2>/dev/console
> 
> exec /sbin/init $*
> 
> 
> Thanks & regards,
> Raj
> 
> 
> 
> 
> --
> View this message in context: http://buildroot-busybox.2317881.n4.nabble.com/compiling-kernel-tp63718p65689.html
> Sent from the Buildroot (busybox) mailing list archive at Nabble.com.
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
> 


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F


More information about the buildroot mailing list