TI专家:
您好,我需要把dm36x SDK5.1的u-boot的调试串口由串口1改为串口0,修改了davinci_dm365_ipnc.h文件的宏定义
#define CONFIG_CONS_INDEX 1 /* use UART0 for console */
但是ubl之后出现了乱码,请问还需要修改什么地方?
DM365_297_OSC24 initialization passed!
Booting TI User Boot Loader
UBL Version: 1.65
UBL Flashtype: NAND
Starting NAND Copy…
Valid magicnum, 0xA1ACED66, found in block 0x00000019.
DONE
Jumping to entry point at 0x81080000.
览?8?<傈<傈<帱<<傈<傈<8<<傈<帱<?<??憷<<<8?览?傈<傈<帱<<傈<傈<8<<傈<帱<?<?
Eason Wang:
DM365 怎样修改启动串口?
http://www.deyisupport.com/question_answer/dsp_arm/davinci_digital_media_processors/f/39/p/14352/50416.aspx#50416
heng:
回复 Eason Wang:
TI专家;
上面链接是说linux修改调试串口,我需要的是修改u-boot的调试串口,请帮忙解决,急!
zhenonline:
回复 heng:
u-boot的调试串口如何修改?版本am335x (u-boot-2013.01.01-psp06.00.00.00)
kooking:
回复 zhenonline:
zhang zhenzhen
u-boot的调试串口如何修改?版本am335x (u-boot-2013.01.01-psp06.00.00.00)
zhenonline:
回复 kooking:
您好,版本am335x (u-boot-2013.01.01-psp06.00.00.00)这个版本的u-boot,找不到如下的配置:
#define CONFIG_CONS_INDEX 3 #define CONFIG_SYS_NS16550_COM3 #define CONFIG_SERIAL3 3 /* UART3 on OMAP3 EVM */
对了,u-boot-2011.09这个版本是能如下信息:
#define CONFIG_CONS_INDEX 3 #define CONFIG_SYS_NS16550_COM3 #define CONFIG_SERIAL3 3 /* UART3 on OMAP3 EVM */
kooking:
回复 zhenonline:
可以用u-boot-2011.09这个版本修改后引导内核,没有问题的
你把u-boot-2013.01.01这个版本的u-boot头文件附件发上来,我看下
zhenonline:
回复 kooking:
kooking,附近已上传