Re: [U-Boot] help with serial on the rockchip64

2019-09-24 Thread Sérgio de Almeida Lenzi
Em ter, 2019-09-24 às 18:08 -0400, Simon South escreveu: > This is output from Rockchip's binary-only loader, which always resets the > UART speed to 1.5Mbps. But it should be running before > the U-Boot SPL, not after it. I use NetBSD-9 and pkgsrc to build the u-bootThe NetBSD builds a fat32

[U-Boot] help with serial on the rockchip64

2019-09-24 Thread Sérgio de Almeida Lenzi
Hello... I am having problem with the insane 1,500,000 bps baud rate serial2 port in rockchip64 I manage to configure the file in configs/rock64-rk3328_defconfig and change it from 150 to 115200.. The ship starts to boot in 115200 than it writes on the serial line: U-Boot SPL 2017.09 (Sep

[U-Boot] baud rate of the rockchip uart

2019-09-23 Thread Sérgio de Almeida Lenzi
Hello, I am trying to setup the baud rate of the rockchip uart from the file => arch/arm/mach-rockchip/rk3328-board-tpl.c line 59 -> 63, the baud rate is at insane 1,500,000 bps... that speed it too fast for small computers using serial port to communicate with the rock64 SBC... I would