Hi, On 12/09/17 07:05, Ashutosh Naik wrote: > setenv bootargs console=tty1 root=/dev/mmcblk0p1 rootwait panic=10
"tty1" won't output anything on the UART, I am afraid. Can you try: setenv bootargs "console=ttyS0,115200n8 earlycon=uart,mmio32,0x1c28000 root=/dev/mmcblk0p1 rootwait panic=10" These are the runes for UART0, not sure which UART you are connected to. You might want to adjust the ttyS number and the earlycon address. Cheers, Andre. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
