<div dir="ltr"><div class="gmail_extra">
</div><div class="gmail_extra">Thanks a lot for your answers Stefano,<br><br>I put the patch in my bsp directory and adjust my u-boot receipe.<br>
<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 19, 2013 at 3:40 PM, Stefano Babic <span dir="ltr"><<a href="mailto:sbabic@denx.de" target="_blank">sbabic@denx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Hi Jack,<br>
<br>
On 19/11/2013 12:25, Jack wrote:<br>
<br>
> For Nor-Flash we have only three files(kernel,rootfs,dtb). Where is u-boot?<br>
> I think it is inside the fsl-image-minimal-p1022ds.ext2.gz.u-boot rootfs<br>
> file. Is it true?<br>
<br>
I do not think so, but you are the best to answer this question: unzip<br>
the file and check inside.<br>
<br>
However, even if it contains a u-boot.bin or whatever is your u-boot<br>
file, you have to extract it to write the bootloader at the right address.<br>
<br>
In most cases, you will see a separate image for u-boot in<br>
tmp/deploy/images diurectory.<br>
<br>
><br>
> So, for modifying u-boot to adujst serial boaudrate,<br>
<br>
No. To modify the serial console under linux.<br>
<br>
> I understand that I can<br>
> add SERIAL_CONSOLE = "115200 ttyS0" to my local.conf according to your reply<br>
<br>
See Robert reply. SERIAL_CONSOLE is deprecated, uses SERIAL_CONSOLES<br>
instead.<br>
<br>
> and it doesnt need to modify u-boot source code.<br>
><br>
> Am I in the right place?<br>
<br>
Mmmhh..there is something missing. Usually you have a separate file for<br>
u-boot. Of course, if u-boot is part of the filesystem, you cannot use<br>
for a first installation because u-boot must be copied at a specific<br>
address.<br>
</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Best regards,<br>
<div><div>Stefano Babic<br>
<br>
--<br>
=====================================================================<br>
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel<br>
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany<br>
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: <a href="mailto:sbabic@denx.de" target="_blank">sbabic@denx.de</a><br>
=====================================================================<br>
</div></div></blockquote></div><br></div></div>