User Tools

Site Tools


linux:raspberry

This is an old revision of the document!


Raspberry PI

Download

Raspberry HUB(Official Wiki)

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

XBMC

OpenELEC & Raspbmc

xbmc-addons-chinese

OpenELEC

Raspbmc

/var/www/dokuwiki/wiki/data/attic/linux/raspberry.1351052780.txt.gz · Last modified: 2016/05/05 13:06 (external edit)