You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zhugengyu
1e79c2a6f6
|
3 years ago | |
---|---|---|
.. | ||
Kconfig | 3 years ago | |
README.md | 3 years ago | |
main.c | 3 years ago | |
makefile | 3 years ago | |
sdkconfig | 3 years ago | |
sdkconfig.h | 3 years ago | |
test_uart.c | 3 years ago |
README.md
介绍
- 测试PL011 UART驱动基本功能
加载镜像
host侧设置
- 重启host侧tftp服务器
sudo service tftpd-hpa restart
使用bootelf命令跳转
setenv ipaddr 192.168.4.20
setenv serverip 192.168.4.50
setenv gatewayip 192.168.4.1
tftpboot 0x90100000 baremetal.elf
bootelf -p 0x90100000