User Tools

Site Tools


linux:raspberry

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:raspberry [2012/09/20 19:38] – created percylinux:raspberry [2022/07/18 22:57] (current) jianqing
Line 5: Line 5:
 Download:http://www.raspberrypi.org/downloads Download:http://www.raspberrypi.org/downloads
  
 +https://vps.pjq.me/tools/raspberrry/
  
-===== Raspberry HUB =====+ 
 +===== Raspberry HUB(Official Wiki) =====
  
 http://elinux.org/R-Pi_Hub http://elinux.org/R-Pi_Hub
 +
 +
 +===== RaspbianImages =====
 +
 +http://www.raspbian.org/RaspbianImages
 +
 +===== NFS =====
 +/etc/exports 
 +
 +  /mnt/sda5/ 10.0.0.1/24(ro,no_subtree_check,insecure)
 +  /mnt/sda1/ 10.0.0.1/24(ro,no_subtree_check,insecure)
 +  
 +  /etc/init.d/rpcbind restart
 +  /etc/init.d/nfs-common restart
 +  /etc/init.d/nfs-kernel-server restart
 +  
 +  alias nfs_start='/etc/init.d/rpcbind restart &&/etc/init.d/nfs-common restart && /etc/init.d/nfs-kernel-server restart &&showmount -e'
 +  
 +For the client:
 +  alias raspberrypinfs='mount_nfs 10.0.0.25:/mnt/sda5 /Users/pjq/raspberry/sda5 &&mount_nfs 10.0.0.25:/mnt/sda1 /Users/pjq/raspberry/sda1 '
 +  
 +===== rpi-update =====
 +https://github.com/Hexxeh/rpi-update
 +
 +===== XBMC =====
 +OpenELEC & Raspbmc 
 +
 +==== xbmc-addons-chinese====
 +
 +https://code.google.com/p/xbmc-addons-chinese/
 +
 +
 +==== OpenELEC ====
 +Must create the bootable sdcard on Linux.
 +
 +http://wiki.openelec.tv/index.php?title=Installing_OpenELEC_on_Raspberry_Pi
 +
 +==== Raspbmc ====
 +
 +www.raspbmc.com/
 +
 +==== Baking Pi - Operating Systems Development ====
 +http://www.cl.cam.ac.uk/freshers/raspberrypi/tutorials/os/?test=true
 +
 +==== camera ====
 +   vcgencmd get_camera
 +   v4l2-ctl --list-devices
 +   sudo modprobe bcm2835-v4l2
 +   
 +
  
/var/www/dokuwiki/wiki/data/attic/linux/raspberry.1348141088.txt.gz · Last modified: 2016/05/05 13:06 (external edit)