Re: [yocto] [meta-raspberrypi] enable serial communication pi 3

2017-09-14 Thread Andrei Gherzan
On Wed, Sep 13, 2017 at 6:58 PM, Ayoub Zaki wrote: > > > On 13.09.2017 19:55, Khem Raj wrote: > > > > On Wed, Sep 13, 2017 at 12:27 AM, Ayoub Zaki > wrote: > >> I ran into the same problem: >> >> ENABLE_UART = "1" is not enough you should also add

Re: [yocto] [meta-raspberrypi] enable serial communication pi 3

2017-09-13 Thread Khem Raj
On Wed, Sep 13, 2017 at 12:27 AM, Ayoub Zaki wrote: > I ran into the same problem: > > ENABLE_UART = "1" is not enough you should also add INSTALL_append= " > rpi-config" to your local.conf and Serial port will be enabled. > ​this should be automatically pulled in if you

Re: [yocto] [meta-raspberrypi] enable serial communication pi 3

2017-09-13 Thread yahia farghaly
ok, i fixed this thanks for the note but it still gives me the error. ‌ On 13 September 2017 at 10:07, Andrea Galbusera wrote: > > > On Wed, Sep 13, 2017 at 10:04 AM, yahia farghaly > wrote: > >> >> Thanks for replying but it gives me this error

Re: [yocto] [meta-raspberrypi] enable serial communication pi 3

2017-09-13 Thread Andrea Galbusera
On Wed, Sep 13, 2017 at 10:04 AM, yahia farghaly wrote: > > Thanks for replying but it gives me this error log > > >> *ERROR: rpi-hwup-image-1.0-r0 do_rootfs: Unable to install packages. >> Command >>

Re: [yocto] [meta-raspberrypi] enable serial communication pi 3

2017-09-13 Thread yahia farghaly
Thanks for replying but it gives me this error log > *ERROR: rpi-hwup-image-1.0-r0 do_rootfs: Unable to install packages. > Command > '/yocto/poky/build/tmp/work/raspberrypi3-poky-linux-gnueabi/rpi-hwup-image/1.0-r0/recipe-sysroot-native/usr/bin/apt-get > install --force-yes

Re: [yocto] [meta-raspberrypi] enable serial communication pi 3

2017-09-13 Thread Ayoub Zaki
I ran into the same problem: ENABLE_UART = "1" is not enough you should also add INSTALL_append= " rpi-config" to your local.conf and Serial port will be enabled. On 12.09.2017 14:09, yahia farghaly wrote: I have bitbaked rpi-hwup-image for raspberry pi 3 on sd card and connected the serial

Re: [yocto] [meta-raspberrypi] enable serial communication pi 3

2017-09-12 Thread yahia farghaly
:( ‌ On 12 September 2017 at 14:09, yahia farghaly wrote: > I have bitbaked rpi-hwup-image for raspberry pi 3 on sd card and connected > the serial ports to *usb to ttl device* . i have set the minicom to > port: /dev/ttyUSB0 > baud rate: 115200 > the image is

[yocto] [meta-raspberrypi] enable serial communication pi 3

2017-09-12 Thread yahia farghaly
I have bitbaked rpi-hwup-image for raspberry pi 3 on sd card and connected the serial ports to *usb to ttl device* . i have set the minicom to port: /dev/ttyUSB0 baud rate: 115200 the image is booting fine and i can see the prompt on the screen but cannot see in my serial console using minicom.