C:\Program Files\Atmel\Atmel Studio 6.1\atbackend\atprogram.exe

No command specified.
Atmel Studio Command Line Interface
Copyright (C) 2013 Atmel Corporation.

Usage: atprogram [options] <command> [arguments] [<command> [arguments] ...]

Options:

-t --tool <arg> Tool name: avrdragon, avrispmk2, avrone, jtagice3,jtagicemkii, qt600, stk500, stk600, samice or edbg.
-s --serialnumber <arg> The programmer/debugger serialnumber. Must be specified when more than one debugger is connected.
-c --comport <arg> The com port to use for the programmer/debugger. e.g. -c COM1 or -c 1
-i --interface <arg> Physical interface: aWire, debugWIRE, HVPP, HVSP, ISP, JTAG, PDI, TPI or SWD.
-d --device <arg> Device name. E.g. atxmega128a1 or at32uc3a0256.
-v --verbose Verbose output (debug).
-h --host <arg> Target host which runs the backend process.
-p --port <arg> Specify which port to use for the backend process. Ignored if the host option is not given.
-f --force Force command even if firmware is not up to date.
-cl --clock <arg> The frequency to use for communication with a device (hz, khz, mhz, default hz). E.g. -cl 10mhz
-mb --max-baudrate <arg> The maximum baud rate for communication on awire (Kbps).
-xr --externalreset Apply external reset when starting a session.
-dc --daisychain <args,..> Set up a JTAG daisychain. Arguments are <devices-before devices-after instr-before instr-after>.
-sa --snippet_addr <arg> Address where flash programming ram snippet should be loaded.
-nr --no_ram Do not use ram snippet to program flash.
-tv --target-voltage <arg> Set the STK600 or STK500 target voltage (float value).
-a0 --aref0 <arg> Set the STK600 Aref0 or STK500 aref generator voltage (float value).
-a1 --aref1 <arg> Set the STK600 Aref1 generator voltage (float value).
-cg --clock-generator <arg> Set the STK600 or STK500 clock generator frequency (hz, khz, mhz, default hz).
--timeout <arg> Set the timeout value in seconds for commands. The default is 180 seconds. Set to 0 for no timeout.
-q --quiet Do not display activity indicator.
-? --help Display help information.
-V --version Display version information.

Commands:

chiperase Full erase of chip.
erase Erase the specified memory.
help Displays help for a specific command.
info Display information about a device.
interactive Run in interactive mode.
list Detect and print information about connected Atmel Tools.
program Program device with data from <file>.
read Read the contents of the memory on the device.
reset Reset all domains and jump to the reset vector.
secure Set the security bit on UC3 and ARM devices.
verify Verify content of memory based on a file.
version Display the version.
write Write to the memory with values entered on the command line.

Arguments:

Use atprogram help <command> to get available attributes.

Example:

atprogram -t jtagice3 -i jtag -d at32uc3b0512 program -f e:\file.elf
atprogram -t avrone -i pdi -d atxmega128a1 chiperase
atprogram -t jtagicemkii -i jtag -d at90can128 info

For command specific help, use atprogram help <command>

C:\Program Files\Atmel\Atmel Studio 6.1\atbackend>atprogram help program

Usage: 
    atprogram [options] program <arguments>

Information: 
    Program device with data from <file>. File format is determined from its suffix unless specified.
    If no address space name is specified, flash is assumed for Tiny/Mega and XMega, base for uc3 and SAM.

Options: 
    Execute atprogram without arguments to list available options.

Arguments: 
  -fl --flash               Program flash address space. tinyAVR, megaAVR  and AVR XMEGA only. 
  -ee --eeprom              Program eeprom address space. 
  -us --usersignature       Program user signature. 
  -up --userpage            Program userpage. 
  -fs --fuses               Program fuses. 
  -lb --lockbits            Program lockbits. 
  -f  --file (file)         File to be programmed. Intel hex, elf or binary. 
  -o  --offset (offset)     Input file contents will be written to this offset. Default offset is 0. Only valid for binary file format. 
  --format (format)         Specify the format of file. Supported input formats are 'elf', 'hex' and 'bin'. 
  -c  --chiperase           Perform a chip erase before programming. 
  -e  --erase               Erase only affected pages before programming. AVR UC3 and AVR XMEGA only. SAM devices will always do this. 
  --verify                  Verify memory after programming. 
  -l  --list                List content of file.

Examples: 
  atprogram -t avrone -i jtag -d atmega2560 program -c -fl -f source.elf 
    Perform chiperase and program only the segments of source.elf that map to flash.

atprogram -t avrone -i jtag -d at32uc3a0512 program -e --verify -f source.elf 
    Erase only affected pages, program all segments in source.elf and verify.

atprogram -t samice -i jtag -d atsam3s4c program -lb -f lockbits.bin 
    Program lockbits as contained in a binary file.

atprogram.exe : Atmel Studio Command Line Interface的更多相关文章

  1. MySQL 5.6 Warning: Using a password on the command line interface can be insecure

    MySQL 5.6 在命令行输入密码,就会提示这些安全警告信息. Warning: Using a password on the command line interface can be inse ...

  2. MySQL 5.6 警告信息 command line interface can be insecure 修复

    在命令行输入密码,就会提示这些安全警告信息. Warning: Using a password on the command line interface can be insecure.   注: ...

  3. Centos下_MysqL5.7在使用mysqldump命令备份数据库报错:mysqldump: [Warning] Using a password on the command line interface can be insecure.

    在阿里云服务器增加一个shell脚本定时备份数据库脚本执行任务时,测试性的执行了备份命令,如下 [root@iZ2ze503xw2q1fftv5rhboZ mysql_bak]# /usr/local ...

  4. Warning: Using a password on the command line interface can be insecure.

    [root@qttc ~]# /usr/local/mysql/bin/mysqldump  -uroot -proot db > bak.sqlWarning: Using a passwor ...

  5. mysql 备份报错mysqldump: [Warning] Using a password on the command line interface can be insecure.

    -------------------------------------------------------------------------------- mysql 备份报错mysqldump ...

  6. vue-cli 脚手架 Command Line Interface

    mac sudo npm install -g nrm sudo npm config -g set unsafe-perm sudo npm install webpack@3.0.0 -g sud ...

  7. MYSQL5.7脚本运行时出现[Warning] Using a password on the command line interface can be insecure

    MYSQL版本:5.7 在写linux脚本执行MYSQL命令的时候,如果使用 MYSQL="mysql -hlocalhost -P3306 -uroot -p666666" 登陆 ...

  8. 消除Warning: Using a password on the command line interface can be insecure的提示

    最近在部署Zabbix时需要用脚本取得一些MySQL的返回参数,需要是numberic格式的,但是调用脚本时总是输出这一句: Warning: Using a password on the comm ...

  9. cc1plus.exe: error: unrecognized command line option "-fno-keep-inline-dllexport "

    在Windows环境下的控制台上,通过qmake指令编译Qt程序时,出现 cc1plus.exe: error: unrecognized command line option "-fno ...

随机推荐

  1. python 传入参数返回的时候好像有些时候会出现莫名其妙的循环

    def handle_field(name, s_len, s): #some code #return s would error but return not.... #return s for ...

  2. ArcGIS 开发的一些知识学习点

    由于文章太多,不便转载,现主要列举如下: ArcGIS Runtime支持的GP工具列表 ArcGIS Runtime支持的GP工具列表 目录(?)[-] Standard版本Standard 空间分 ...

  3. mysql安装与配置

    想在个人电脑上安装mysql学习用.在此做下记录 步骤一: MySQL安装文件分为两种,一种是msi格式的,一种是zip格式的.如果是msi格式的可以直接点击安装,按照它给出的安装提示进行安装(相信大 ...

  4. HTTP协议学习笔记-1

    基本概念 首先需要了解几个概念: WEB客户端和服务器: WEB客户端当然就是指我们用使用的某个网站 服务器就是WEB资源源头,我们从服务器去请求数据,服务器把请求的数据发给WEB客户端 媒体类型: ...

  5. vector.resize 与 vector.reserve的区别 .xml

    pre{ line-height:1; color:#9f1d66; background-color:#a0ffc0; font-size:16px;}.sysFunc{color:#5d57ff; ...

  6. SQLite数据库和JPA简单介绍

    SQLite数据库和JPA简单介绍 一.SQLite简单使用 SQLite是遵循ACID的关系数据库管理系统,它的处理速度很快,它的设计目标是嵌入式的,只需要几百K的内存就可以了. 1.下载SQLit ...

  7. OPENGL学习笔记整理(五):着色语言

    有些事情本身就是十分奇怪的.在传统上,图形硬件的设计目的是用于快速执行相同的硬编译指令集.不同的计算步骤可以被跳过,参数可以被调整,但计算本身确实固定不变的.然而,随着技术的发展,却越来越变得可以编程 ...

  8. WinDriver&PCIE

    1.安装VS2012 安装VS2012略过,主要用它来做数据传输应用程序的,WINDRIVER提供了一系列API接口,方便了用户,使用户能直接进入用户态的编程,因为内核态的编程它已做好,不需要进行修改 ...

  9. web前端笔试题

    1, 判断字符串是否是这样组成的,第一个必须是字母,后面可以是字母.数字.下划线,总长度为5-20 var reg = /^[a-zA-Z][a-zA-Z_0-9]{4,19}$/; reg.test ...

  10. Android Capture Android System Audio

    项目需要获取播放视频的实时音量值,最简捷的方法是监听音频输出端,取得音频输出流,再进行转换. 调查时,首先找到这篇博客: http://blog.csdn.net/jinzhuojun/article ...