Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Creating a filesystem for Real Time Linux using QEMU
@ 2009-11-16  6:05 Bogdan Cristea
  2009-11-16  8:51 ` hedwin.koning at gmail.com
  0 siblings, 1 reply; 6+ messages in thread
From: Bogdan Cristea @ 2009-11-16  6:05 UTC (permalink / raw)
  To: buildroot

I have been able to use buildroot (buildroot-20091114.tar.bz2) in order to 
build a filesystem for Real Time Linux. I have been able to boot Linux in QEMU 
with the following command:

qemu -kernel $LOCATION/bzImage \
     -hda $LOCATION/rootfs.i686.ext2 \
     -append "root=/dev/sda"

However, the file system is detected as read only, which could be a problem 
since I need to make my changes.

Someone else suggested to use a different approach, based on initramfs option 
(in build root menu) which loads the filesystem into RAM, but in this case the 
changes are not permanent.

Could you advise please ?

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-11-17  5:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-16  6:05 [Buildroot] Creating a filesystem for Real Time Linux using QEMU Bogdan Cristea
2009-11-16  8:51 ` hedwin.koning at gmail.com
2009-11-16  9:34   ` Bogdan Cristea
2009-11-16 19:44     ` Chris Packham
2009-11-17  0:18     ` Hedwin Koning
2009-11-17  5:22       ` Bogdan Cristea

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox