Re: [yocto] Enabling Serial console via uart1(serial1) in cm3(rpi3) kernel 5.4. #cm3 #dunfell

2021-03-22 Thread Zoran
Why am I (only, seems) always answering NON YOCTO issues in the YOCTO thread??? ;-) ___ OK. The good sign about what U R talking is shown here: [0.000885] printk: console [tty1] enabled > But now another issue I'm facing when I'm enabling console > via this ttsS0 port i.e. > [

Re: [yocto] Enabling Serial console via uart1(serial1) in cm3(rpi3) kernel 5.4. #cm3 #dunfell

2021-03-22 Thread prashantsingh
Hi Zoran, here is the cat /proc/cmdline output of my cm3- *coherent_pool=1M snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1 bcm2708_fb.fbwidth=720 bcm2708_fb.fbheight=480 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:AD:85:CA

Re: [yocto] Enabling Serial console via uart1(serial1) in cm3(rpi3) kernel 5.4. #cm3 #dunfell

2021-02-11 Thread Zoran
Hello Prashant, Can you telnet to the target? And issue the following: cat /proc/cmdline And post it here? In the meantime, you can verify the issue with: https://www.raspberrypi.org/documentation/configuration/cmdline-txt.md Hope this helps, Zee ___ On Thu, Feb 11, 2021 at 2:24 PM

[yocto] Enabling Serial console via uart1(serial1) in cm3(rpi3) kernel 5.4. #cm3 #dunfell

2021-02-11 Thread prashantsingh
Dear Team, I'm using poky-dunfell  to get os for my raspberrypi-cm3. I need to get the stdout data to serial console via uart1(serial1). I given change in my cmdline.txt as:   dwc_otg.lpm_enable=0 console=serial1,115200 consol=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait