Hello,
is it possible to modify the default UBOOT UART baud rate of 115200 in order to download in a faster way tispl.bin and u-boot.img at a faster rate 921600bps for example?
Regards
Roberto
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
is it possible to modify the default UBOOT UART baud rate of 115200 in order to download in a faster way tispl.bin and u-boot.img at a faster rate 921600bps for example?
Regards
Roberto
I need to boot up the board in order to flash emmc and ospi. Unfortunatelly dfu is not an option inside my system.
Is it possible to compile UBOOT in ordet to use the UART at higher data rates?
I have seen in the reference manual that tha HW is capable to do it, but I think that the standard UBOOT configuration uses standard ns16550 drivers that are limited to 115200bps. I tried to modify dts files but Í had no success, maybe I need some modification in UBOOT configuration or in the source code.
Roberto
Roberto,
RoM code does not support higher Baud so that is one issue. And it's likely to hit FIFO overflow errors as bootloader does not use or support HW flow control.
Hence higher baud is not recommended.
Hope it is clear. If no further questions then please click on verify answer.
Best Regards,
Keerthy
Roberto,
Since U-Boot/SPL does not use or support HW flow control it is likely to hit overflow conditions. In a nutshell higher baud is not tried and recommended on U-Boot.
Regards,
Keerthy