The Flash chip you are using is identical to the one used on P2041RDB,
therefore, if you did not alter the hardware connection, no eLBC-related
settings require adjustments. Regarding UART, the defauld baud rate
is set by CONFIG_BAUDRATE configuration macro which for P2041RDB is
115200. Hardware flow control is controlled by
CONFIG_SERIAL_HW_FLOW_CONTROL macro, this macro not set for P2041RDB
default u-Boot configuration.
Note, the programming addresses you mentioned are _not_ NOR flash addresses
which are only 27 bits long. They are full 32-bit local physical addresses as
configured by u-Boot. This address mapping is software-configured.
If you are using a JTAG debugger to program your Flash, the address
map it creates may be different. Consult at your debugger or Flash
programming tool intialization scripts for the local physical address
map it establishes. u-Boot must be programmed in the upper 768KB
of the boot Flash.
Have a great day,
Platon
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------