【Raspberry Pi】——Installation of Raspbian
| 本帖最後由 角色 於 2013-10-5 16:30 編輯 
 Raspbian = Raspberry Pi + Debian
 
 You can follow the link below to build your image file on SD CARD. I use 8GB SD CARD although 4 GB is enough.
 
 http://www.raspberrypi.org/downloads
 
 putty login (provided that you know the ip address of your Raspberry Pi box.
 
 login: pi
 password: raspberry
 複製代碼login as: pi
pi@192.168.88.252's password:
Linux raspberrypi 3.6.11+ #474 PREEMPT Thu Jun 13 17:14:42 BST 2013 armv6l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
NOTICE: the software on this Raspberry Pi has not been fully configured. Please run 'sudo raspi-config'
pi@raspberrypi ~ $
 |