<div dir="ltr"><div class="gmail_extra" style><div style><div style>2013/9/28 Sean Liming <span dir="ltr"><<a href="mailto:sean.liming@annabooks.com" target="_blank">sean.liming@annabooks.com</a>></span><br></div></div>

<div class="gmail_quote" style><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div lang="EN-US" link="blue" vlink="purple" style>

<div style><p class="" style><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">Do you have a serial connections between the D2550 system and your host PC?<u></u><u></u></span></p><p class="" style>

<span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p><p class="" style><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">There is an install for USB to HDD installation. The serial connection is needed to see the console output selection. Modify either the grub.cfg or  syslinux.cfg and change the default to â€œinstall”<u></u><u></u></span></p>

<p class="" style><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p><p class="" style><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">Regards,<u></u><u></u></span></p>

<p class="" style><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p><p class="" style><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">Sean Liming<u></u><u></u></span></p>

<p class="" style><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">Owner<u></u><u></u></span></p><p class="" style><a href="http://www.annabooks.com/" target="_blank"><span style="font-size:11pt;font-family:Calibri,sans-serif;text-decoration:none"><img border="0" width="160" height="34" alt="ablogo color - 500"></span></a><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u><u></u></span></p>

<p class="" style><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">Tel: <a href="tel:714-970-7523" value="+17149707523" target="_blank">714-970-7523</a> / Cell: <a href="tel:858-774-3176" value="+18587743176" target="_blank">858-774-3176</a><u></u><u></u></span></p>

<p class="" style><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> </span></p></div></div></blockquote><div class="gmail_extra" style>Just a correction I'm using D2500 processor with NM10 Express Chip and this motherboard:</div>

<div class="gmail_extra" style><a href="http://www.intel.com/content/www/us/en/motherboards/desktop-motherboards/desktop-board-d2500hn.html">http://www.intel.com/content/www/us/en/motherboards/desktop-motherboards/desktop-board-d2500hn.html</a><br>

</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>I'm sorry about the wrong info sent before.</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>Sean,</div><div class="gmail_extra" style>

<br></div><div class="gmail_extra" style>Yes, the serial cable is connected between motherboard and the host PC. I can get syslinux output from serial console.</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>

Changing "boot" to "install" doesn't resolved the issue. I believe that is something wrong with rootfs since init claims about "udevd: not found".</div><div class="gmail_extra" style>Here is my syslinux.cfg:</div>

</div></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div class="gmail_extra" style><div class="gmail_quote" style><div class="gmail_extra" style><div class="gmail_extra" style># Automatically created by OE</div>

<div class="gmail_extra" style>serial 0 115200</div><div class="gmail_extra" style>ALLOWOPTIONS 1</div><div class="gmail_extra" style>DEFAULT install</div><div class="gmail_extra" style>TIMEOUT 10</div><div class="gmail_extra" style>

PROMPT 1</div><div class="gmail_extra" style>LABEL boot</div><div class="gmail_extra" style>KERNEL /vmlinuz</div><div class="gmail_extra" style>APPEND initrd=/initrd LABEL=boot Â root=/dev/ram0 Â  console=ttyS0,115200 console=tty0 video=LVDS-1:d video=VGA-1:e</div>

<div class="gmail_extra" style>LABEL install</div><div class="gmail_extra" style>KERNEL /vmlinuz</div><div class="gmail_extra" style>APPEND initrd=/initrd LABEL=install Â root=/dev/ram0 Â  console=ttyS0,115200 console=tty0 video=LVDS-1:d video=VGA-1:e</div>

</div></div></div></blockquote><br><div class="gmail_extra" style><div class="gmail_quote" style><div class="gmail_extra" style><div style>Here is my grub.cfg:</div></div></div></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px">

<div class="gmail_extra" style><div class="gmail_quote" style><div class="gmail_extra" style><div style><div># Automatically created by OE</div><div>serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1</div><div>
default=install</div>
<div>timeout=10</div><div><br></div><div>menuentry 'boot'{</div><div>linux /vmlinuz LABEL=boot root=/dev/ram0 Â  console=ttyS0,115200 console=tty0 video=LVDS-1:d video=VGA-1:e</div><div>initrd /initrd</div><div>}</div>

<div><br></div><div>menuentry 'install'{</div><div>linux /vmlinuz LABEL=install-efi root=/dev/ram0 Â  console=ttyS0,115200 console=tty0 video=LVDS-1:d video=VGA-1:e</div><div>initrd /initrd</div><div>}</div></div>
</div>
</div></div></blockquote><div class="gmail_extra" style><div class="gmail_quote" style><div class="gmail_extra" style><div style><br></div><div style><br></div><div style>Using poky dylan branch and meta-ti-contrib with cdt-vesa machine I can boot a core-image-minimal and get logged in just on display. There is nothing on serial console after syslinux.</div>

<div style><br></div><div style><br></div><div style>Regards,</div><div style><br></div>--<br>*dS<br>Diego Sueiro<br><br>Administrador do Embarcados<br><a href="http://www.embarcados.com.br/" target="_blank">www.embarcados.com.br</a><br>

<br>Engenheiro de Controle e Automação<br>UNIVERSIDADE FEDERAL DE ITAJUBÀ<br><br></div><div style>/*long live rock 'n roll*/</div><div style> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div lang="EN-US" link="blue" vlink="purple" style><div style><p class="" style><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u></span></p><div style="border-style:none none none solid;border-left-color:blue;border-left-width:1.5pt;padding:0in 0in 0in 4pt">

<div style><div style="border-style:solid none none;border-top-color:rgb(181,196,223);border-top-width:1pt;padding:3pt 0in 0in"><p class="" style><b><span style="font-size:10pt;font-family:Tahoma,sans-serif">From:</span></b><span style="font-size:10pt;font-family:Tahoma,sans-serif"> <a href="mailto:yocto-bounces@yoctoproject.org" target="_blank">yocto-bounces@yoctoproject.org</a> [mailto:<a href="mailto:yocto-bounces@yoctoproject.org" target="_blank">yocto-bounces@yoctoproject.org</a>] <b>On Behalf Of </b>Diego Sueiro<br>

<b>Sent:</b> Saturday, September 28, 2013 4:40 PM<br><b>To:</b> <a href="mailto:yocto@yoctoproject.org" target="_blank">yocto@yoctoproject.org</a><br><b>Subject:</b> [yocto] Issues on booting cedartrail image<u></u><u></u></span></p>

</div></div><div style><div class="h5" style><p class="" style><u></u> <u></u></p><div style><p class="" style>Folks,<u></u><u></u></p><div style><p class="" style><u></u> <u></u></p></div><div style><p class="" style>I'm having troubles to boot a cedartrail image. I tried both core-image-minimal and core-image-cdv-media-cedartrail. I tried to boot from USB drive and hard disk.<u></u><u></u></p>

</div><div style><p class="" style>I'm using this hardware: <a href="http://www.intel.com/content/www/us/en/motherboards/desktop-motherboards/desktop-board-d2550mud2.html" target="_blank">http://www.intel.com/content/www/us/en/motherboards/desktop-motherboards/desktop-board-d2550mud2.html</a><u></u><u></u></p>

</div><div style><p class="" style><u></u> <u></u></p></div><div style><p class="" style>I've followed the instructions from:<u></u><u></u></p></div><div style><p class="" style><a href="http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/meta-cedartrail/README?h=danny" target="_blank">http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/meta-cedartrail/README?h=danny</a><u></u><u></u></p>

</div><div style><p class="" style><a href="https://wiki.yoctoproject.org/wiki/How_do_I#Q:_How_do_I_put_Yocto_on_a_hard_drive.3F" target="_blank">https://wiki.yoctoproject.org/wiki/How_do_I#Q:_How_do_I_put_Yocto_on_a_hard_drive.3F</a><u></u><u></u></p>

</div><div style><p class="" style><u></u> <u></u></p></div><div style><p class="" style>For core-image-minimal<u></u><u></u></p></div><div style><p class="" style>Syslinux console output:<u></u><u></u></p></div><div style>

<blockquote style="margin-left:30pt;margin-right:0in"><div style><div style><p class="" style>SYSLINUX 4.03 2010-10-22 Â Copyright (C) 1994-2010 H. Peter Anvin et al<u></u><u></u></p></div><div style><p class="" style>boot: <u></u><u></u></p>

</div><div style><p class="" style>Loading /vmlinuz.......<u></u><u></u></p></div><div style><p class="" style>Loading /initrd.........ready.<u></u><u></u></p></div><div style><p class="" style><u></u> <u></u></p></div></div>

</blockquote><p class="" style>Syslinux display outuput (VGA):<u></u><u></u></p></div><div style><blockquote style="margin-left:30pt;margin-right:0in"><div style><div style><p class="" style>SYSLINUX 4.03 2010-10-22 Â Copyright (C) 1994-2010 H. Peter Anvin et al<u></u><u></u></p>

</div><div style><p class="" style>boot: <u></u><u></u></p></div><div style><p class="" style>Loading /vmlinuz.......<u></u><u></u></p></div><div style><p class="" style>Loading /initrd.........ready.<u></u><u></u></p></div>

<div style><p class="" style><u></u> <u></u></p></div></div></blockquote><blockquote style="margin-left:30pt;margin-right:0in"><div style><div style><p class="" style>Decompressing Linux... Parsing ELF... done.<u></u><u></u></p>

</div></div></blockquote><blockquote style="margin-left:30pt;margin-right:0in"><div style><div style><p class="" style>Booting the kernel.<u></u><u></u></p></div></div></blockquote><blockquote style="margin-left:30pt;margin-right:0in">

<div style><div style><p class="" style><u></u> <u></u></p></div></div></blockquote></div><div style><p class="" style>But I cannot see any kernel or system prints after that.<u></u><u></u></p></div><div style><p class="" style>

<u></u> <u></u></p></div><div style><p class="" style>For core-image-cdv-media<u></u><u></u></p></div><div style><p class="" style>Syslinux console output:<u></u><u></u></p></div><div style><blockquote style="margin-left:30pt;margin-right:0in">

<div style><div style><p class="" style>SYSLINUX 4.03 2010-10-22 Â Copyright (C9 1994-2010 H. Peter Anvin et al<u></u><u></u></p></div><div style><p class="" style>boot: <u></u><u></u></p></div><div style><p class="" style>

Loading /vmlinuz.......<u></u><u></u></p></div><div style><p class="" style>Load<span style="font-family:Tahoma,sans-serif">�</span>ng /initrd.........ready.<u></u><u></u></p></div></div></blockquote><div style><p class="" style>

<u></u> <u></u></p></div><p class="" style>For syslinux display outuput (VGA) it prints kernel boot end the last 3 lines are:<u></u><u></u></p></div><div style><blockquote style="margin-left:30pt;margin-right:0in"><div style>

<p class="" style>Freeing unusued kernel memory: 500k freed<u></u><u></u></p></div></blockquote><blockquote style="margin-left:30pt;margin-right:0in"><div style><p class="" style>/init: line 69: udevd: not found<u></u><u></u></p>

</div></blockquote><blockquote style="margin-left:30pt;margin-right:0in"><div style><p class="" style>Waiting for removable media<u></u><u></u></p></div></blockquote></div><div style><blockquote style="margin-left:30pt;margin-right:0in">

<div style><div style><p class="" style><u></u> <u></u></p></div></div></blockquote></div><div style><p class="" style><u></u> <u></u></p></div><div style><p class="" style>With GRUB method (second link above) nothing appears on console and display for both images.<u></u><u></u></p>

</div><div style><blockquote style="margin-left:30pt;margin-right:0in"><div style><p class="" style><u></u> <u></u></p></div></blockquote></div><div style><div style><p class="" style>Here is my build environment:<u></u><u></u></p>

</div></div><blockquote style="margin-left:30pt;margin-right:0in"><div style><p class="" style>Build Configuration:<u></u><u></u></p></div><div style><div style><p class="" style>BB_VERSION Â  Â  Â  Â = "1.16.0"<u></u><u></u></p>

</div></div><div style><div style><p class="" style>TARGET_ARCH Â  Â  Â  = "i586"<u></u><u></u></p></div></div><div style><div style><p class="" style>TARGET_OS Â  Â  Â  Â  = "linux"<u></u><u></u></p></div></div>

<div style><div style><p class="" style>MACHINE Â  Â  Â  Â  Â  = "cedartrail"<u></u><u></u></p></div></div><div style><div style><p class="" style>DISTRO Â  Â  Â  Â  Â  Â = "poky"<u></u><u></u></p></div></div><div style>

<div style><p class="" style>DISTRO_VERSION Â  Â = "1.3.2"<u></u><u></u></p></div></div><div style><div style><p class="" style>TUNE_FEATURES Â  Â  = "m32 core2"<u></u><u></u></p></div></div><div style><div style>

<p class="" style>TARGET_FPU Â  Â  Â  Â = ""<u></u><u></u></p></div></div><div style><div style><p class="" style>meta Â  Â  Â  Â  Â  Â  Â <u></u><u></u></p></div></div><div style><div style><p class="" style>meta-yocto Â  Â  Â  Â <u></u><u></u></p>

</div></div><div style><div style><p class="" style>meta-yocto-bsp Â  Â = "danny:70ca9ff6422a03c26cfa78e76f6334bcf3fe47ec"<u></u><u></u></p></div></div><div style><div style><p class="" style>meta-intel Â  Â  Â  Â <u></u><u></u></p>

</div></div><div style><div style><p class="" style>meta-cedartrail Â  = "danny:cc42fb6ec5900ad9f034014c3ddce04223908608"<u></u><u></u></p></div></div><div style><div style><p class="" style>meta-oe Â  Â  Â  Â  Â  = "danny:f00028caf257e386c0f3ae46bd4b3ba53dd0729d"<u></u><u></u></p>

</div></div><div style><div style><p class="" style>meta-videofone Â  Â = "danny:70ca9ff6422a03c26cfa78e76f6334bcf3fe47ec"<u></u><u></u></p></div></div></blockquote><div style><div style><p class="" style><u></u> <u></u></p>

</div><div style><p class="" style>Someone has some tips?<u></u><u></u></p></div><div style><p class="" style><u></u> <u></u></p></div><div style><div style><div style><p class="" style>Kind regards,<u></u><u></u></p></div>

<div style><p class="" style><u></u> <u></u></p></div><p class="" style>--<br>*dS<br>Diego Sueiro<br><br>Administrador do Embarcados<br><a href="http://www.embarcados.com.br" target="_blank">www.embarcados.com.br</a><br>
<br>
Engenheiro de Controle e Automação<br>UNIVERSIDADE FEDERAL DE ITAJUBÀ<br><br>/*long live rock 'n roll*/<u></u><u></u></p></div></div></div></div></div></div></div></div></div></blockquote></div></div><div class="gmail_extra" style>

<br></div></div>