diff --git a/APP_Framework/Applications/app_test/test_hash/README.md b/APP_Framework/Applications/app_test/test_hash/README.md index cb3a6cc72..258e6ede8 100644 --- a/APP_Framework/Applications/app_test/test_hash/README.md +++ b/APP_Framework/Applications/app_test/test_hash/README.md @@ -74,26 +74,26 @@ make BOARD=cortex-m3-emulator menuconfig ``` make BOARD=cortex-m3-emulator ``` -![image](png/5.png) +![image](5.png) 4.编译正确无误,产生XiZi-cortex-m3-emulator.elf、XiZi-cortex-m3-emulator.bin文件。 -![image](png/1.png) +![image](1.png) 5.将XiZi-cortex-m3-emulator.bin文件复制至Windows实验目录。连接矽璓硬件终端至电脑后,启动K-Flash烧录系统 -![image](png/9.png) +![image](9.png) 6.reset成功,K-Flash Terminal命令行界面如下 -![image](png/6.png) +![image](6.png) 7.在弹出的终端中输入Help,验证Hash_Map注册Shell命令 -![image](png/8.png) +![image](8.png) 8.执行Hash_Map命令,打印测试结果。 -![image](png/7.jpg) +![image](7.jpg) 如图所示,功能实现成功