Project

General

Profile

Official u-boot with higher baud rate options

Added by Noman Siddiqui over 12 years ago

Hi,

I would like to get the following change in the next official uboot release. This would allow the use to change the baudrate at the u-Boot and transfer the images at higher baud rate, once the image transfer is complete the baudrate could be changed back to default 115200. Default baudrate in u-boot and in the environment settings could still be kept at 115200.

mitydsp@mitydsp-dev:~/projects/u-boot-mitydspl138$ diff ../u-boot-mitydspl138.orig/include/configs/mityomapl138.h include/configs/mityomapl138.h
74c74
< #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
---

#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600 }

Thanks,
Noman


Replies (1)

RE: Official u-boot with higher baud rate options - Added by Michael Williamson over 12 years ago

Hi Noman,

I don't see any reason not to support this, but it may take some time for this change to propagate to our factory images/procedures. we'll need to test it here as well, but we'll try to roll it in. Thanks for the feedback.

-Mike

    (1-1/1)
    Go to top
    Add picture from clipboard (Maximum size: 1 GB)