2014年2月19日水曜日

Set up Raspberry pi with NOOBS

INDEX
Set up Raspberry Pi Noobs
Install wiringPi
GPIO setting for Python.(Python is the simplest sample code,.You don't need to check the number of GPIO. 
)
Web controller with PHP for MCU Gear
                                      

Step 1 : Setup Raspbian on your SD card

Download NOOBS (offline and network install) from HERE.
Decompressed Zip file and move all files to SD card.

                                      

Step 2 :

Connect LAN cable, USB keyboard, USB mouse, HDMI cable, and SD card. Power on Raspberry Pi.
Select OS [Raspbian] and language.






                                      

Step 3 :

You can see dialog "succss" when finish the setting up the OS.



Push OK.

You can change password.
If you do not need to change, you ignore the setting.
default ID and Password is
ID : pi
Password : raspberry



                                      

Step 4 : Setup remote desktop appricatin




Type in these command for install remote desktop apprication. (If you do not need remote desktop, just type "$startx".)

$sudo apt-get update
$sudo apt-get upgrade
$sudo apt-get install xrdp
$ifconfig

Now, you can use remote desktop from windows with IP address (You can see it after ifconfig.).
Also, you can install avahi-deamon that allow you can access with NAME "raspberrypi.local" instead of the IP address.

$sudo apt-get install avahi-daemon

then reboot.

$sudo reboot

                                      

Step 5 : Try to accsess Raspberry Pi through the 


You can use remote desktop.
Input "rasberrypi.local"





username:pi
password:raspberry



You do not need check IP address.




                                      

If you can not remote login. Maybe, there is similar server (you can accsess with NAME like raspberrypi.local.)
Some router has such a NAME.

Try to connect other router and type

$ sudo rm /var/run/avahi-daemon/disabled-for-unicast-local
$ sudo /etc/init.d/avahi-daemon restart

or try access with IP addresss.


0 件のコメント:

コメントを投稿