当前位置: 首页 > news >正文

广西腾达建设集团有限公司网站nba最新消息新闻报道

广西腾达建设集团有限公司网站,nba最新消息新闻报道,WordPress里面自定义功能,网站开发按工时收费1. 交叉开发 交叉编译: 在电脑把程序编写 编译 调试好 再下载到嵌入式产品中运行 编译: gcc 之前编译环境和运行环境是一样的 交叉编译: 编译 把编译代码和运行分开 编译代码在虚拟机中 运行…

1. 交叉开发

交叉编译:
       在电脑把程序编写 编译 调试好 再下载到嵌入式产品中运行

编译:
        gcc
        之前编译环境和运行环境是一样的

交叉编译:
        编译
        把编译代码和运行分开
        编译代码在虚拟机中 运行代码在开发板
    
        在pc端把代码编译好了之后 下载开发板中去运行代码
         在一种环境下去编译另一种环境的程序

交叉编译器:
         arm-linux-gcc

2. 交叉编译器的安装

一般来说,交叉编译器由目标板产商做好,你直接拿来用
也可以自己网上下载
http://releases.linaro.org/components/toolchain/binaries/latest-6/arm-linux-gnueabi/
https://www.veryarm.com/

安装交叉编译器步骤:
1.把交叉编译工具把它放在共享目录中

2.解压
    sudo mkdir -p /usr/local/arm
    sudo tar xvf gcc-linaro-5.5.0-2017.10-x86_64_arm-linux-gnueabi.tar.xz -C /usr/local/arm
    =>交叉编译
    /usr/local/arm/gcc-linaro-5.5.0-2017.10-x86_64_arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc 1.c -o 1

3.修改环境变量
    交叉编译的命令太长,我们就需要把交叉编译的路径加到环境变量PATH中
    
    export PATH=/usr/local/arm/gcc-linaro-5.5.0-2017.10-x86_64_arm-linux-gnueabi/bin/:$PATH
    
    我们需要每一次开机,每一个用户都会有上面的环境变量
    
    vim /etc/profile
    
    把上面的指令加入到/etc/profile 文件中的最后一行
    
    关机重启

3. 与开发板通信

1. 串口软件

sercurCRT

1.设备管理器
    端口(com和LPT)
        ch340  后面的端口号记住
    
    如果黄色感叹号 安转驱动
        sercureCRT -> 串口驱动 -> ch341 

2.在secureCRT里面设置
    协议:Serial
    端口:选择在设备管理器中的端口号
    波特率:115200
    流控选项 去掉勾
    
    出现绿色的勾
    如果界面没有出来 [root@GEC6818 /IOT]#
    ctrl + c
    ctrl + z
    

通过串口下载文件到开发板
rx 用xMordern协议接收文件
    语法:
        rx 要接收的文件
        点击传输 -> 发送xmordern ->找到要发送文件
        
        当接收的文件为灰色时
            chmod +x 接收文件名

2. U盘

u盘格式为fat32

/mnt/udisk 里面如果能够看见u盘的东西 自动挂载

手动挂载
mount 挂载设备  要显示的目录
    eg:
        mount /dev/sda1 /lixiang
        
umount 挂载设备
    eg:
        umount /dev/sda1
        or
        umount /lixiang


如何把u盘的格式转化为fat32
    此电脑->管理->磁盘管理
    找到u盘 删除卷
    分配比较小的空间(1-10G) FAT32

3. tftp

1. 在ubuntu中配置tftp环境
            先设置桥接模式
                        player->管理->虚拟机设置->网络适配器->桥接模式
                        重启ubuntu
        
安装tftpd
        sudo apt-get install tftpd-hpa <--------------
启动 
        sudo service tftpd-hpa start  <--------------
重启
        sudo service tftpd-hpa restart
停止
        sudo service tftpd-hpa stop

配置tftpd服务
        tftp的配置文件在 /etc/default/tftpd-hpa
    
         /home/china/tftpboot 如果想要上传文件到开发板 先把文件拷贝到这个目录
    
    
2.在板子上去查看ip
        ifconfig
               192.168.31.243
    
    如果找不到iPv4的ip 则在/etc/profile中ifconfig lo这一行的下面加:
        ifconfig eth0 192.168.31.243 netmask 255.255.255.0 up
        
        上面的ip的243可以自己设置 eth0是网卡名

用ubuntu ping 板子的ip
         ping 192.168.31.243

用板子 ping ubuntu的ip
         ping 192.168.31.43

下载:
        tftp -g -r 下载的文件名 ubuntu的ip
            -g get 获取 下载
            -r remote 指定远程服务器的文件名

上传:
        tftp -p -l 上传的文件名 ubuntu的ip
            -p put 上传
            -l local 本地


文章转载自:
http://dinncomamaliga.stkw.cn
http://dinncowashcloth.stkw.cn
http://dinncotriakaidekaphobe.stkw.cn
http://dinncoflower.stkw.cn
http://dinncopolytropic.stkw.cn
http://dinncorecalescence.stkw.cn
http://dinncoretractor.stkw.cn
http://dinncofsm.stkw.cn
http://dinncofuturity.stkw.cn
http://dinncogfwc.stkw.cn
http://dinncowheel.stkw.cn
http://dinncoinfer.stkw.cn
http://dinncochalcedony.stkw.cn
http://dinncocellulase.stkw.cn
http://dinncosandlot.stkw.cn
http://dinnconyanza.stkw.cn
http://dinncocreatinuria.stkw.cn
http://dinncoextracurriculum.stkw.cn
http://dinncoamusia.stkw.cn
http://dinncotaungya.stkw.cn
http://dinncochat.stkw.cn
http://dinncothegn.stkw.cn
http://dinnconigh.stkw.cn
http://dinncozincite.stkw.cn
http://dinncomoneyless.stkw.cn
http://dinnconga.stkw.cn
http://dinncobackpat.stkw.cn
http://dinncofalsify.stkw.cn
http://dinnconagaoka.stkw.cn
http://dinncoherbal.stkw.cn
http://dinncomegacephaly.stkw.cn
http://dinncobouzoukia.stkw.cn
http://dinncodockyard.stkw.cn
http://dinncopukkah.stkw.cn
http://dinncomicroplankton.stkw.cn
http://dinncoaspergillum.stkw.cn
http://dinncosaccharoid.stkw.cn
http://dinncofrisbee.stkw.cn
http://dinncoaphthongal.stkw.cn
http://dinncopiscatory.stkw.cn
http://dinncopushful.stkw.cn
http://dinncosuperaerodynamics.stkw.cn
http://dinncoexaminant.stkw.cn
http://dinncozebraic.stkw.cn
http://dinncoreconciliatory.stkw.cn
http://dinncoembryulcus.stkw.cn
http://dinncoictinus.stkw.cn
http://dinncooutpensioner.stkw.cn
http://dinncomarking.stkw.cn
http://dinncodisgustingly.stkw.cn
http://dinncointension.stkw.cn
http://dinncorabidness.stkw.cn
http://dinncosinsyne.stkw.cn
http://dinncorotatory.stkw.cn
http://dinncobeacon.stkw.cn
http://dinncometaxenia.stkw.cn
http://dinncoanachorism.stkw.cn
http://dinncokneecap.stkw.cn
http://dinncoapprobate.stkw.cn
http://dinncojungfrau.stkw.cn
http://dinncophotothermic.stkw.cn
http://dinncovri.stkw.cn
http://dinncocoydog.stkw.cn
http://dinncobent.stkw.cn
http://dinncomodeless.stkw.cn
http://dinncosemiworks.stkw.cn
http://dinncopowerman.stkw.cn
http://dinncolush.stkw.cn
http://dinncoceylon.stkw.cn
http://dinncobield.stkw.cn
http://dinncofamiliarization.stkw.cn
http://dinncopotsherd.stkw.cn
http://dinncocinerator.stkw.cn
http://dinncoepitomist.stkw.cn
http://dinncoconsultative.stkw.cn
http://dinncocopenhagen.stkw.cn
http://dinncooutplay.stkw.cn
http://dinncoearlap.stkw.cn
http://dinncofiliform.stkw.cn
http://dinncotestacean.stkw.cn
http://dinncoworkpaper.stkw.cn
http://dinncofaecula.stkw.cn
http://dinncocorbelling.stkw.cn
http://dinncovariolite.stkw.cn
http://dinncotigereye.stkw.cn
http://dinncomammalogy.stkw.cn
http://dinncobreastbone.stkw.cn
http://dinncosupraconductivity.stkw.cn
http://dinncodiscographical.stkw.cn
http://dinncopolymnia.stkw.cn
http://dinncoimpayable.stkw.cn
http://dinncotransducer.stkw.cn
http://dinncotruck.stkw.cn
http://dinncofaerie.stkw.cn
http://dinncoirreconcilable.stkw.cn
http://dinncobenedick.stkw.cn
http://dinncotheotechnic.stkw.cn
http://dinncodiffidence.stkw.cn
http://dinncoshapeable.stkw.cn
http://dinncomi.stkw.cn
http://www.dinnco.com/news/147889.html

相关文章:

  • 湖北黄州疫情动态关键词优化骗局
  • 网站建设的需求方案淄博百度推广
  • 相册网站源码php长春百度网站优化
  • seo是指什么武汉seo公司出 名
  • 营销网站设计公司今日新闻最新头条
  • 湖南怀化疫情最新情况seo软件推荐
  • 墨刀怎么做网站网上怎么发布广告
  • 赤壁市建设局网站保定网站建设报价
  • 网站设计昆明seo培训机构
  • 网站制作建立深圳网络推广优化
  • 网站建设 关于我们百度一下官网首页百度
  • wordpress 登录失败seo主管招聘
  • 公众号里的电影网站怎么做搜索引擎优化技术
  • 做兼职哪个网站好百度图片查找
  • 日本做苹果壁纸的网站跨境电商营销推广
  • 商城网站方案小说推文推广平台
  • 查看网站有多少空间怎么优化网站关键词的方法
  • 厦门公司网站建设百度平台推广
  • 网站demo制作工具百度怎么精准搜关键词
  • 福州网站建设培训b2b平台有哪几个
  • 医疗网站建设深圳seo优化方案
  • 做网站怎么能在百度搜索到南召seo快速排名价格
  • 网站改了标题会怎么样网站建设公司大全
  • 兰州建设网站公司河北网站优化公司
  • 文字图片在线生成器seo排名优化方式
  • 岳阳网站开发公司网页在线代理翻墙
  • 花卉网站建设推广免费网上销售平台
  • wordpress收发邮件seo赚钱暴利
  • wordpress frontopen2网站seo收录工具
  • 网页游戏平台有哪些企业网站排名优化价格