C:\Users\Administrator\Desktop>oflash.exe leds.bin

+---------------------------------------------------------+
| Flash Programmer v1.5.4 for OpenJTAG of www.100ask.net |
| OpenJTAG is a USB to JTAG & RS232 tool based FT2232 |
| This programmer supports both of S3C24X0 & S3C6410 |
| Author: Email/MSN(thisway.diy@163.com), QQ(17653039) |
+---------------------------------------------------------+
Usage:
1. oflash, run with cfg.txt or prompt
2. oflash [file], write [file] to flash with prompt
3. oflash [-f config_file]
4. oflash [jtag_type] [cpu_type] [flash_type] [read_or_write] [offset] [file]
Select the JTAG type:
0. OpenJTAG
1. Dongle JTAG(parallel port) //并口
2. Wiggler JTAG(parallel port) //并口
Enter the number: 0
Select the CPU:
0. S3C2410
1. S3C2440
2. S3C6410
Enter the number: 1 device: 4 "2232C"
deviceID: 0x14575118
SerialNumber: FTDAx43UA
Description: USB<=>JTAG&RS232 AS3C2440 detected, cpuID = 0x0032409d [Main Menu]
0:Nand Flash prog 1:Nor Flash prog 2:Memory Rd/Wr 3:Exit
Select the function to test:0 [NAND Flash JTAG Programmer]
nand_maf_id = 0xec, nand_dev_id = 0xda
Scan nand flash:
Device 0: NAND 256MiB 3,3V 8-bit, sector size 128 KiB
Total size: 256 MiB
0:Nand Flash Program 1:Nand Flash Print BlkPage 2:Exit
Select the function to test :0 [NAND Flash Writing Program] Source size: 0xa8 Available target block number: 0~2047
Input target block number:0
target start block number =0
target size (0x20000*1) =0x20000
STATUS:
Ep C:\Users\Administrator\Desktop>oflash.exe 0 1 0 0 0 leds.bin //直接输入

最新文章

  1. [LeetCode] Find All Numbers Disappeared in an Array 找出数组中所有消失的数字
  2. ASP.NET WEB API路由机制
  3. 基于bootstrap 的datatable插件的使用2(php版)
  4. 关于.net Microsoft.Office.Interop.Word组建操作word的问题,如何控制word表格单元格内部段落的样式。
  5. oracle with as 用法
  6. 10个值得深思的PHP面试问题
  7. js实现堆排序
  8. c#中网络异常的处理办法
  9. hdu 1018
  10. Android - 错: java.lang.IllegalStateException: Already attached
  11. Spring+Struts集成(方案一)
  12. H.264 SVC 与H.264 AVC
  13. C#获取本周第一天和最后一天
  14. ●BZOJ 2002 [Hnoi2010]Bounce 弹飞绵羊
  15. 你连Nginx怎么转发给你请求都说不清楚,还好意思说自己不是CRUD工程师?
  16. Confluence 6 创建一个主题
  17. iOS UI基础-8.0 UIAlertView使用
  18. python 之 循环语句
  19. Linux文件系统命令 lsof
  20. 总结《二》MFC中WinMain和CALLBACK

热门文章

  1. Spring cloud微服务安全实战-3-12session固定攻击防护
  2. Spring cloud微服务安全实战-3-1 API安全 常见的安全机制
  3. CM记录-CDH部署手册
  4. 增强篇1 PO保存增强
  5. 【翻译】The Broadcast State Pattern(广播状态)
  6. Visual Studio Code + Docker
  7. 微信小程序之 语言特点
  8. Intellij热部署插件JRebel的详细配置及图解
  9. 使用派生镜像(qcow2)
  10. LeetCode 14. 最长公共前缀(Longest Common Prefix)