[yocto] How to modify u-boot in Root File System rootfs.ext2.gz.u-boot ?

2013-11-16 Thread Jack lemon
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

Re: [yocto] How to modify u-boot in Root File System rootfs.ext2.gz.u-boot ?

2013-11-18 Thread Jack Lemon
It wasn't any help??!! really??!! ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] How to modify u-boot in Root File System rootfs.ext2.gz.u-boot ?

2013-11-19 Thread Jack Lemon
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

Re: [yocto] How to modify u-boot in Root File System rootfs.ext2.gz.u-boot ?

2013-11-19 Thread jack lemon
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? > >