zoukankan      html  css  js  c++  java
  • RPI学习--环境搭建_更新firmware

    (用以解决USB摄像头不识别的状况)

    rpi-update是老外开发的一个更新树莓派firmware的工具

    $ sudo apt-get update  
    $ sudo apt-get install ca-certificates 
    $ sudo apt-get install git-core 
    $ sudo wget  -O /usr/bin/rpi-update 
    $ sudo chmod +x /usr/bin/rpi-update 
    $ sudo rpi-update 

      Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS 
      Performing self-update 
      Autodetecting memory split 
      Using ARM/GPU memory split of 192MB/64MB   
      We're running for the first time 
      Setting up firmware (this will take a few minutes) 
      Using SoftFP libraries 
      /opt/vc/sbin/vcfiled: error while loading shared libraries:libvchiq_arm.so: cannot open shared object file: No such file or directory 
      If no errors appeared, your firmware was successfully setup 
      A reboot is needed to activate the new firmware 

    这里先不重启,再输入:

    $ sudo ldconfig 
    $ sudo rpi-update 


      Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS 
      Performing self-update 
      Autodetecting memory split 
      Using ARM/GPU memory split of 192MB/64MB  
      Updating firmware (this will take a few minutes) 
      Your firmware is already up to date 

    重启:

    $ sudo reboot

    重启过后

    $ ls /dev

    发现有video0了

    http://www.cnblogs.com/skynext/
  • 相关阅读:
    Log4Net学习【三】
    Log4Net学习【二】
    Log4Net学习【一】
    Asp.Net生命周期系列六
    Asp.Net生命周期系列五
    Asp.Net生命周期系列四
    Asp.Net生命周期系列三
    我为什么很烦在DB服务器上安装杀毒软件
    SQL Server 2012故障转移的looksalive check和is alive check
    如何让用户只能访问特定的数据库(MSSQL)
  • 原文地址:https://www.cnblogs.com/skynext/p/3644873.html
Copyright © 2011-2022 走看看