On Mon, Aug 21, 2017 at 4:50 AM, Pieter Cardoen <[email protected]> wrote: > Dear > > > I noticed that the serial console is not working in u-boot on a raspberry pi > 3 model B when I build an image using yocto morty branch. > > > Can anyone give me advice to solve this?
You can add: echo 'ENABLE_UART = "1"' >> conf/local.conf To enable serial output. -M -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
