SAMA5 DBGU: Add logic to suppress DBGU reconfiguration when started from a bootloader
This commit is contained in:
parent
13295a6a1b
commit
015c911b8b
@ -550,7 +550,7 @@ Load NuttX with U-Boot on AT91 boards
|
|||||||
Check this U-Boot network BuildRootFAQ entry to choose a proper MAC
|
Check this U-Boot network BuildRootFAQ entry to choose a proper MAC
|
||||||
address: http://www.denx.de/wiki/DULG/EthernetDoesNotWork
|
address: http://www.denx.de/wiki/DULG/EthernetDoesNotWork
|
||||||
|
|
||||||
setenv ethaddr 3e:36:65:ba:6f:be
|
setenv ethaddr 00:e0:de:ad:be:ef
|
||||||
|
|
||||||
2. Setup IP parameters:
|
2. Setup IP parameters:
|
||||||
The board ip address
|
The board ip address
|
||||||
|
@ -30,6 +30,9 @@ CONFIG_WINDOWS_CYGWIN=y
|
|||||||
CONFIG_INTELHEX_BINARY=y
|
CONFIG_INTELHEX_BINARY=y
|
||||||
# CONFIG_MOTOROLA_SREC is not set
|
# CONFIG_MOTOROLA_SREC is not set
|
||||||
CONFIG_RAW_BINARY=y
|
CONFIG_RAW_BINARY=y
|
||||||
|
CONFIG_UBOOT_UIMAGE=y
|
||||||
|
CONFIG_UIMAGE_LOAD_ADDRESS=0x20008000
|
||||||
|
CONFIG_UIMAGE_ENTRY_POINT=0x20008000
|
||||||
|
|
||||||
#
|
#
|
||||||
# Customize Header Files
|
# Customize Header Files
|
||||||
@ -429,8 +432,6 @@ CONFIG_SERIAL=y
|
|||||||
#
|
#
|
||||||
# CONFIG_MCU_SERIAL is not set
|
# CONFIG_MCU_SERIAL is not set
|
||||||
CONFIG_STANDARD_SERIAL=y
|
CONFIG_STANDARD_SERIAL=y
|
||||||
# CONFIG_USART1_SERIAL_CONSOLE is not set
|
|
||||||
# CONFIG_NO_SERIAL_CONSOLE is not set
|
|
||||||
# CONFIG_SERIAL_IFLOWCONTROL is not set
|
# CONFIG_SERIAL_IFLOWCONTROL is not set
|
||||||
# CONFIG_SERIAL_OFLOWCONTROL is not set
|
# CONFIG_SERIAL_OFLOWCONTROL is not set
|
||||||
# CONFIG_USBDEV is not set
|
# CONFIG_USBDEV is not set
|
||||||
|
@ -671,7 +671,7 @@ Load NuttX with U-Boot on AT91 boards
|
|||||||
Check this U-Boot network BuildRootFAQ entry to choose a proper MAC
|
Check this U-Boot network BuildRootFAQ entry to choose a proper MAC
|
||||||
address: http://www.denx.de/wiki/DULG/EthernetDoesNotWork
|
address: http://www.denx.de/wiki/DULG/EthernetDoesNotWork
|
||||||
|
|
||||||
setenv ethaddr 3e:36:65:ba:6f:be
|
setenv ethaddr 00:e0:de:ad:be:ef
|
||||||
|
|
||||||
2. Setup IP parameters:
|
2. Setup IP parameters:
|
||||||
The board ip address
|
The board ip address
|
||||||
|
Loading…
Reference in New Issue
Block a user