Hi everybody,
I worked with P1022DS-PB and then designed my custom board according to its
documents. For sd card I adjust u-boot to 115200 baud rate and compile it
with ELDK independently. However in Nor-flash we haven't u-boot.bin
independently. For Nor-Flash I need to adjust baud rate in .ext2.g
It wasn't any help??!! really??!!
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
Stefano Babic writes:
> Is it not enough to add SERIAL_CONSOLE = "115200 ttyS0" (or which serial
> you use as console) to your machine conf ?
>
> Best regards,
> Stefano Babic
>
Thank you Stefano for your reply.
Does it not any need to edit u-boot source code? just adding SERIAL_CONSOLE
= "11
Thanks a lot for your answers Stefano,
I put the patch in my bsp directory and adjust my u-boot receipe.
On Tue, Nov 19, 2013 at 3:40 PM, Stefano Babic wrote:
> Hi Jack,
>
> On 19/11/2013 12:25, Jack wrote:
>
> > For Nor-Flash we have only three files(kernel,rootfs,dtb). Where is
> u-boot?
> >