<br><br><div class="gmail_quote">2009/4/14 Mark Fisher <span dir="ltr"><<a href="mailto:fobs12@ymail.com" target="_blank">fobs12@ymail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>Hi,</div>
<div> </div>
<div>I'm relatively new to buildroot and am using the 2009.02 release of buildroot on a Fedora 9 platform and targeting an embedded device with an Intel Atom processor. </div>
<div> </div>
<div>When the root filesystem is built the types of the files are all set to plain text files. So for instance the /dev/console is not set to be a character device. This has already create problems when I try to boot because the console could not be opened. I manually fixed /dev/console and /dev/null. I'm still having trouble booting the image and also after a re-build my custom changes were lost.</div>


<div> </div>
<div>Is this a known problem, and is there a fix? If not should I delete all the files in the /dev directory and then re-create them based on the settings in the device_table.txt?</div></div></div></blockquote><div>The plain text files in /dev are just as they should be, but the rootfs with those files is not the rootfs you want for your target. Try selecting a different root file system type in menuconfig, like tar or ext2 or something. By doing that you should get proper /dev/* files in your generated rootfs images under ./binaries/<project>/.<br>

</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">

<div></div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Mark</div>
<div> </div></div><br>

      </div><br>_______________________________________________<br>
buildroot mailing list<br>
<a href="mailto:buildroot@busybox.net" target="_blank">buildroot@busybox.net</a><br>
<a href="http://lists.busybox.net/mailman/listinfo/buildroot" target="_blank">http://lists.busybox.net/mailman/listinfo/buildroot</a><br></blockquote></div><br>