sjf4510 flash programmer for lumit4510 : how to burn flash 说明: 本小节内容是关于如何通过 pc 机并口和 Wiggler Jtag 板子烧写 flash,并用 led 灯来观察烧写进去的程序是否正确执行。 ------------------------------------------------------------------------- 使用 windows 下的 nmake 工具,进行项目管理。 具体使用方法如下: 1、下载 http://www.lumit.org/download/tools/NMAKE.EXE 文件 2、将 nmake.exe 复制到 当前目录下,修改名字为 make.exe 第一个测试: make l0 j0 E:\www.lumit.org\download\software>make l0 Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. armasm -g led_0000.s -o led_0000.o armlink -ro-base 0x0 -entry 0x0 led_0000.o -o led_0000.axf fromelf led_0000.axf -bin -output led_0000.bin E:\www.lumit.org\download\software>make j0 Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. lumit-sjf4510-1.1.0.exe led_0000.bin SJF4510 by meterchen For more infomation, look at http://www.lumit.org [lumit] - let us make it together > S3C4510(ID=0x1f0f0f0f) is detected. > SST39VF160(VID=0xbf PID=0x2782) is detected get program bin filename : led_0000.bin erase... program... \ Program OK! verify... / Verify Ok! E:\www.lumit.org\download\software> 第二个测试也类似: make l1 j1 第三个测试闪烁: make lb jb 每次烧写完成之后,都需要按 Reset 复位键,可以观察到 led 灯的变化。 ┌-------------------------------------------------------------------------┐ │ │ │ Welcome to visit http://www.lumit.org for more information │ │ │ │ [lumit] - let us make it together │ │ │ │ │ │ lumit-admin │ │ │ └-------------------------------------------------------------------------┘