页次: 1
UBoot和内核的默认输出引脚都是Uart0,我想把二者的输出引脚都换到Uart4。
我已经通过修改/longan-h618/device/config/chips/h618/configs/p1/dragonboard/env.cfg成功修改了内核的输出引脚,
但是UBoot的输出引脚就不知从哪下手了
我尝试修改了longan-h618/brandy/brandy-2.0/u-boot-2018/include/configs/sunxi-common.h中的
#define SUNXI_SPRITE_ENV_SETTINGS \
"bootdelay=0\0" \
"bootcmd=run sunxi_sprite_test\0" \
"console=ttyS4,115200\0" \
"sunxi_sprite_test=sprite_test read\0"
也没得什么用。
求大佬相助!
页次: 1