安装成功后会有一个新的图标哦!

用电脑看,还是很清楚,手机真的太小了,太伤了,不过可以投屏到电脑上,很赞。

下载文件格式tar.xz。需要解压。

  • sudo apt install xz-utils
  • sudo apt install tar

然后解压:

  1. xz -d arduino-1.8.13-linuxaarch64.tar.xz
  2. tar -xvf arduino-1.8.13-linuxaarch64.tar

之后就是安装:

  • ./install.sh
  • ./arduino-linux-setup.sh


愉快玩耍

$ xz --help
Usage: xz [OPTION]... [FILE]...
Compress or decompress FILEs in the .xz format.-z, --compress      force compression-d, --decompress    force decompression-t, --test          test compressed file integrity-l, --list          list information about .xz files-k, --keep          keep (don't delete) input files-f, --force         force overwrite of output file and (de)compress links-c, --stdout        write to standard output and don't delete input files-0 ... -9           compression preset; default is 6; take compressor *and*decompressor memory usage into account before using 7-9!-e, --extreme       try to improve compression ratio by using more CPU time;does not affect decompressor memory requirements-q, --quiet         suppress warnings; specify twice to suppress errors too-v, --verbose       be verbose; specify twice for even more verbose-h, --help          display this short help and exit-H, --long-help     display the long help (lists also the advanced options)-V, --version       display the version number and exitWith no FILE, or when FILE is -, read standard input.tar --help
Usage: tar [OPTION...] [FILE]...
GNU 'tar' saves many files together into a single tape or disk archive, and can
restore individual files from the archive.Examples:tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.tar -tvf archive.tar         # List all files in archive.tar verbosely.tar -xf archive.tar          # Extract all files from archive.tar.Main operation mode:-A, --catenate, --concatenate   append tar files to an archive-c, --create               create a new archive-d, --diff, --compare      find differences between archive and file system--delete               delete from the archive (not on mag tapes!)-r, --append               append files to the end of an archive-t, --list                 list the contents of an archive--test-label           test the archive volume label and exit-u, --update               only append files newer than copy in archive-x, --extract, --get       extract files from an archiveOperation modifiers:--check-device         check device numbers when creating incrementalarchives (default)-g, --listed-incremental=FILE   handle new GNU-format incremental backup-G, --incremental          handle old GNU-format incremental backup--ignore-failed-read   do not exit with nonzero on unreadable files--level=NUMBER         dump level for created listed-incremental archive-n, --seek                 archive is seekable--no-check-device      do not check device numbers when creatingincremental archives--no-seek              archive is not seekable--occurrence[=NUMBER]  process only the NUMBERth occurrence of each filein the archive; this option is valid only inconjunction with one of the subcommands --delete,--diff, --extract or --list and when a list offiles is given either on the command line or viathe -T option; NUMBER defaults to 1--sparse-version=MAJOR[.MINOR]set version of the sparse format to use (implies--sparse)-S, --sparse               handle sparse files efficientlyOverwrite control:-k, --keep-old-files       don't replace existing files when extracting,treat them as errors--keep-directory-symlink   preserve existing symlinks to directories whenextracting--keep-newer-files     don't replace existing files that are newer thantheir archive copies--no-overwrite-dir     preserve metadata of existing directories--one-top-level[=DIR]  create a subdirectory to avoid having loose filesextracted--overwrite            overwrite existing files when extracting--overwrite-dir        overwrite metadata of existing directories whenextracting (default)--recursive-unlink     empty hierarchies prior to extracting directory--remove-files         remove files after adding them to the archive--skip-old-files       don't replace existing files when extracting,silently skip over them-U, --unlink-first         remove each file prior to extracting over it-W, --verify               attempt to verify the archive after writing itSelect output stream:--ignore-command-error ignore exit codes of children--no-ignore-command-error   treat non-zero exit codes of children aserror-O, --to-stdout            extract files to standard output--to-command=COMMAND   pipe extracted files to another programHandling of file attributes:--atime-preserve[=METHOD]   preserve access times on dumped files, eitherby restoring the times after reading(METHOD='replace'; default) or by not setting thetimes in the first place (METHOD='system')--clamp-mtime          only set time when the file is more recent thanwhat was given with --mtime--delay-directory-restore   delay setting modification times andpermissions of extracted directories until the endof extraction--group=NAME           force NAME as group for added files--mode=CHANGES         force (symbolic) mode CHANGES for added files--mtime=DATE-OR-FILE   set mtime for added files from DATE-OR-FILE-m, --touch                don't extract file modified time--no-delay-directory-restorecancel the effect of --delay-directory-restoreoption--no-same-owner        extract files as yourself (default for ordinaryusers)--no-same-permissions  apply the user's umask when extracting permissionsfrom the archive (default for ordinary users)--numeric-owner        always use numbers for user/group names--owner=NAME           force NAME as owner for added files-p, --preserve-permissions, --same-permissionsextract information about file permissions(default for superuser)--preserve             same as both -p and -s--same-owner           try extracting files with the same ownership asexists in the archive (default for superuser)-s, --preserve-order, --same-ordermember arguments are listed in the same order asthe files in the archive--sort=ORDER           directory sorting order: none (default), name orinodeHandling of extended file attributes:--acls                 Enable the POSIX ACLs support--no-acls              Disable the POSIX ACLs support--no-selinux           Disable the SELinux context support--no-xattrs            Disable extended attributes support--selinux              Enable the SELinux context support--xattrs               Enable extended attributes support--xattrs-exclude=MASK  specify the exclude pattern for xattr keys--xattrs-include=MASK  specify the include pattern for xattr keysDevice selection and switching:-f, --file=ARCHIVE         use archive file or device ARCHIVE--force-local          archive file is local even if it has a colon-F, --info-script=NAME, --new-volume-script=NAMErun script at end of each tape (implies -M)-L, --tape-length=NUMBER   change tape after writing NUMBER x 1024 bytes-M, --multi-volume         create/list/extract multi-volume archive--rmt-command=COMMAND  use given rmt COMMAND instead of rmt--rsh-command=COMMAND  use remote COMMAND instead of rsh--volno-file=FILE      use/update the volume number in FILEDevice blocking:-b, --blocking-factor=BLOCKS   BLOCKS x 512 bytes per record-B, --read-full-records    reblock as we read (for 4.2BSD pipes)-i, --ignore-zeros         ignore zeroed blocks in archive (means EOF)--record-size=NUMBER   NUMBER of bytes per record, multiple of 512Archive format selection:-H, --format=FORMAT        create archive of the given formatFORMAT is one of the following:gnu                      GNU tar 1.13.x formatoldgnu                   GNU format as per tar <= 1.12pax                      POSIX 1003.1-2001 (pax) formatposix                    same as paxustar                    POSIX 1003.1-1988 (ustar) formatv7                       old V7 tar format--old-archive, --portabilitysame as --format=v7--pax-option=keyword[[:]=value][,keyword[[:]=value]]...control pax keywords--posix                same as --format=posix-V, --label=TEXT           create archive with volume name TEXT; atlist/extract time, use TEXT as a globbing patternfor volume nameCompression options:-a, --auto-compress        use archive suffix to determine the compressionprogram-I, --use-compress-program=PROGfilter through PROG (must accept -d)-j, --bzip2                filter the archive through bzip2-J, --xz                   filter the archive through xz--lzip                 filter the archive through lzip--lzma                 filter the archive through xz--lzop                 filter the archive through xz--no-auto-compress     do not use archive suffix to determine thecompression program-z, --gzip, --gunzip, --ungzip   filter the archive through gzip-Z, --compress, --uncompress   filter the archive through compressLocal file selection:--add-file=FILE        add given FILE to the archive (useful if its namestarts with a dash)--backup[=CONTROL]     backup before removal, choose version CONTROL-C, --directory=DIR        change to directory DIR--exclude=PATTERN      exclude files, given as a PATTERN--exclude-backups      exclude backup and lock files--exclude-caches       exclude contents of directories containingCACHEDIR.TAG, except for the tag file itself--exclude-caches-all   exclude directories containing CACHEDIR.TAG--exclude-caches-under exclude everything under directories containingCACHEDIR.TAG--exclude-ignore=FILE  read exclude patterns for each directory fromFILE, if it exists--exclude-ignore-recursive=FILEread exclude patterns for each directory and itssubdirectories from FILE, if it exists--exclude-tag=FILE     exclude contents of directories containing FILE,except for FILE itself--exclude-tag-all=FILE exclude directories containing FILE--exclude-tag-under=FILE   exclude everything under directoriescontaining FILE--exclude-vcs          exclude version control system directories--exclude-vcs-ignores  read exclude patterns from the VCS ignore files-h, --dereference          follow symlinks; archive and dump the files theypoint to--hard-dereference     follow hard links; archive and dump the files theyrefer to-K, --starting-file=MEMBER-NAMEbegin at member MEMBER-NAME when reading thearchive--newer-mtime=DATE     compare date and time when data changed only--no-null              disable the effect of the previous --null option--no-recursion         avoid descending automatically in directories--no-unquote           do not unquote input file or member names--null                 -T reads null-terminated names, disable -C-N, --newer=DATE-OR-FILE, --after-date=DATE-OR-FILEonly store files newer than DATE-OR-FILE--one-file-system      stay in local file system when creating archive-P, --absolute-names       don't strip leading '/'s from file names--recursion            recurse into directories (default)--suffix=STRING        backup before removal, override usual suffix ('~'unless overridden by environment variableSIMPLE_BACKUP_SUFFIX)-T, --files-from=FILE      get names to extract or create from FILE--unquote              unquote input file or member names (default)-X, --exclude-from=FILE    exclude patterns listed in FILEFile name transformations:--strip-components=NUMBER   strip NUMBER leading components from filenames on extraction--transform=EXPRESSION, --xform=EXPRESSIONuse sed replace EXPRESSION to transform filenamesFile name matching options (affect both exclude and include patterns):--anchored             patterns match file name start--ignore-case          ignore case--no-anchored          patterns match after any '/' (default forexclusion)--no-ignore-case       case sensitive matching (default)--no-wildcards         verbatim string matching--no-wildcards-match-slash   wildcards do not match '/'--wildcards            use wildcards (default for exclusion)--wildcards-match-slash   wildcards match '/' (default for exclusion)Informative output:--checkpoint[=NUMBER]  display progress messages every NUMBERth record(default 10)--checkpoint-action=ACTION   execute ACTION on each checkpoint--full-time            print file time to its full resolution--index-file=FILE      send verbose output to FILE-l, --check-links          print a message if not all links are dumped--no-quote-chars=STRING   disable quoting for characters from STRING--quote-chars=STRING   additionally quote characters from STRING--quoting-style=STYLE  set name quoting style; see below for valid STYLEvalues-R, --block-number         show block number within archive with each message--show-defaults        show tar defaults--show-omitted-dirs    when listing or extracting, list each directorythat does not match search criteria--show-snapshot-field-rangesshow valid ranges for snapshot-file fields--show-transformed-names, --show-stored-namesshow file or archive names after transformation--totals[=SIGNAL]      print total bytes after processing the archive;with an argument - print total bytes when thisSIGNAL is delivered; Allowed signals are: SIGHUP,SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the nameswithout SIG prefix are also accepted--utc                  print file modification times in UTC-v, --verbose              verbosely list files processed--warning=KEYWORD      warning control-w, --interactive, --confirmationask for confirmation for every actionCompatibility options:-o                         when creating, same as --old-archive; whenextracting, same as --no-same-ownerOther options:-?, --help                 give this help list--restrict             disable use of some potentially harmful options--usage                give a short usage message--version              print program versionMandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options.The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.
The version control may be set with --backup or VERSION_CONTROL, values are:none, off       never make backupst, numbered     make numbered backupsnil, existing   numbered if numbered backups exist, simple otherwisenever, simple   always make simple backupsValid arguments for the --quoting-style option are:literalshellshell-alwayscc-maybeescapelocaleclocale

UBports安装Arduino记录相关推荐

  1. Seeduino XIAO开发板安装Arduino软件包以及USB串口驱动

    简 介: 本文对购买到的Seeed XIAO M0开发板进行了初步使用.给出了如何安装Arduino 软件包的过程.通过测试发现在Windows7中,仅仅安装了软件包还不行,需要单独安装SeeedXI ...

  2. 安装 Arduino IDE 中STM32 软件包,ESP8266软件包

    简 介: 搜集了更多的基于Arduino生态环境的安装和使用方法. 关键词: Arduino,STM32,ESP8266 §01 安装STM32在Arduino IDE软件包 1.参考文献1 参照推文 ...

  3. Arduino可穿戴教程Linux平台下安装Arduino IDE

    Arduino可穿戴教程Linux平台下安装Arduino IDE Linux平台下安装Arduino IDE Linux平台下的安装方式和Windows下的zip形式安装是类似的,只是Linux下的 ...

  4. Arduino可穿戴开发入门教程Windows平台下安装Arduino IDE

    Arduino可穿戴开发入门教程Windows平台下安装Arduino IDE Windows平台下安装Arduino IDE Windows操作系统下可以使用安装向导和压缩包形式安装.下面详细讲解这 ...

  5. CV之detectron2:detectron2安装过程记录

    CV之detectron2:detectron2安装过程记录 detectron2安装记录 python setup.py build develop Microsoft Windows [版本 10 ...

  6. OpenFOAM安装+ParaView安装+环境配置(deb直接安装详细记录-Ubuntu14.04+OpenFOAM4.1)

    OpenFOAM安装+ParaView安装+环境配置 Ubuntu14.04+OpenFOAM4.1(deb直接安装详细记录) Ubuntu14.04安装配置OpenFOAM4.1:https://w ...

  7. [原创] Android SDK 安装全记录

    [原创] Android SDK 安装全记录 1. JDK jdk-se-7u3 http://www.oracle.com/technetwork/java/javase/downloads/ind ...

  8. linux chrome 安装过程记录

    最近,由于公司需要做爬虫抓取一些新闻,在开发过程中,发现有些网站有一定的反爬措施,通过浏览器访问一切正常,通过其他方式,包括:curl,urlconnection 等,就算加入了cookie,agen ...

  9. Ubuntu16.04 Caffe 编译安装步骤记录

    历时一周终于在 ubuntu16.04 系统成功安装 caffe 并编译,网上有很多教程,但是某些步骤并没有讲解详尽,导致配置过程总是出现各种各样匪夷所思的问题,尤其对于新手而言更是欲哭无泪,在我饱受 ...

最新文章

  1. bash: dotnet: 未找到命令..._Docker 常用命令(.NET Core示例)
  2. 「杂谈」旷视科技新产品监视学生上课不是什么好事儿
  3. K8S部署工具:KubeOperator系统设置
  4. c# 睡眠3秒_C#中的闭包和意想不到的坑
  5. webstorm快捷键说明
  6. Vmware虚拟机三种网络模式配图详解
  7. 网络游戏的客户端同步问题 .
  8. 手把手0基础项目实战(一)——教你搭建一套可自动化构建的微服务框架(SpringBoot+Dubbo+Docker+Jenkins)...
  9. ID Tech 5 中 Megatexturequot;针对地形的D3D9 基本实现原理
  10. matlab gui 图像增强,基于MATLAB GUI的图像增强技术的实现
  11. 纠结mac和pc怎么选,可以看看这个
  12. 网吧IC卡收费系统常见问题与解决(转)
  13. 一键式文件共享软件Jirafeau
  14. 朋友圈集赞神器 | 1秒集齐300个赞,从此点赞不求人
  15. 浙大PAT 1013题 1013. Battle Over Cities
  16. 【学习笔记】Python_Faker,制造测试数据的第三方库,创建姓名、手机、电话、浏览器头、时间、地址等
  17. ios 获取沙盒文件名_iOS之沙盒路径
  18. C++中的常对象和常对象成员
  19. 离散实验 判断集合之间是单射,满射还是双射
  20. JavaC++题解与拓展——leetcode398.随机数索引【水塘抽样学习】

热门文章

  1. php和durex,PHP语言25周年 杜蕾斯发文庆祝 文案绝了
  2. linux tar exclude 多个目录,tar 过滤多个文件目录 打包
  3. python pyecharts绘制旭日图Sunburst
  4. UR机器人通信接口总结
  5. TPshop项目-功能测试(1)
  6. Pytorch基础教程(1):人工智能与Pytorch简介
  7. 决策树算法的总结归纳
  8. css3 animation 实现帧动画
  9. 回首2019,瞻仰2020
  10. @sequencegenerator oracle,SequenceGenerator注解的使用