rpi

有關raspberry pi的零散知識。


  • 樹莓派B+版改進了供電電路,USB口的最大輸出電流也能到1.2A了.

設置:

/boot/config.txt

max_usb_current=1


  • 進入圖形界面

sudo startx

 注:圖形遠程登錄可用VNC.


  • 設置rpi網絡
sudo emacs /etc/network/interfaces
 
  1. auto lo  
  2.   
  3. iface lo inet loopback  
  4. iface eth0 inet static  
  5.   
  6. address 192.168.1.222  
  7. netmask 255.255.255.0  
  8. gateway 192.168.1.1  

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章