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 !31 支持newlibc,修改sdk开发环境安装方法 3 years ago
..
Kconfig !22 合入letter shell 和 libmetal (OpenAMP) 3 years ago
README.md !29 v0.1.4 提交 3 years ago
main.c !29 v0.1.4 提交 3 years ago
makefile !29 v0.1.4 提交 3 years ago
sdkconfig !31 支持newlibc,修改sdk开发环境安装方法 3 years ago
sdkconfig.h !31 支持newlibc,修改sdk开发环境安装方法 3 years ago
test_uart.c !29 v0.1.4 提交 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