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.
 
 
 
 
 
 
huanghe b8966abe06 !29 v0.1.4 提交 3 years ago
..
Kconfig include qspi, timer tacho and i2c drivers and examples 3 years ago
README.md !29 v0.1.4 提交 3 years ago
eeprom.c !29 v0.1.4 提交 3 years ago
eeprom.h !29 v0.1.4 提交 3 years ago
eeprom_master.c !29 v0.1.4 提交 3 years ago
eeprom_slave.c !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 !29 v0.1.4 提交 3 years ago
sdkconfig.h !29 v0.1.4 提交 3 years ago

README.md

host侧设置

  • 重启host侧tftp服务器
sudo service tftpd-hpa restart

开发板侧设置

使用go命令跳转

  • 关闭D-cache和I-cache
icache off
dcache off
  • 下载新版本到FT2000-4
setenv ipaddr 192.168.4.20  
setenv serverip 192.168.4.50 
setenv gatewayip 192.168.4.1 
tftpboot 0x80100000 ft2004_baremetal.bin
dcache flush
go 0x80100000

使用bootvx32命令跳转

  • 下载新版本到FT2000-4
setenv ipaddr 192.168.4.20  
setenv serverip 192.168.4.50 
setenv gatewayip 192.168.4.1 
tftpboot 80100000 ft2004_baremetal.bin
bootvx32

使用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