sert the flashed SD card into the RPi, then connect:
-USB keyboard
-USB mouse
-PiCamera
-USB Wireless adapter
-HDMI monitor cable
-Power (at last)
The newest version of Raspbian (Raspbian-Jessi) boots directly into the graphical desktop, once boot-up is complete, bring up a command line, type
sudo raspi-config
and set the following options:1 Expand Filesystem - set OS to fill SD card
3 Boot Options - set to "B1 Console"
choose "Finish", when asked "Would you like to reboot?" choose "Yes", if you need to reboot from the command line type "sudo shutdown -r now" to reboot, for future reference if you need to shut down without rebooting type "sudo shutdown -h now"
log in with the default username / password, which is pi / raspberry
startx //start the graphical desktop
choose wireless icon at the top right, enter wireless router password, verify networking workshostname -I
this command will display the IP address write that down. (you'll need this while setting up the PuTTY in the next step) then typesudo shutdown -r now
# reboot, you don't need to log in on the RPi after rebooting
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.