SlideShare a Scribd company logo
1 of 32
 Purpose
 A continuation of part I. This training module will focus on commands and structure to
get the Raspberry Pi 3 Model B to a point that the user can start to do projects.
 Objectives
 To finish getting the Raspberry Pi up and running
 Content
 Will include commands and screen shots to illustrate the build
 Learning Time
 Approximately 1 to 2 hours to be up and running.
 Take the SDMicro and insert into the Raspberry Pi. Connect the keyboard and
mouse to the USB ports, insert the HDMI cable to the monitor and plug in the
network cable for internet BEFORE connecting the power.
 When the Raspberry Pi starts to boot
it will scroll through all the Linux
startup lines and will bring up
the desktop as shown.
 The next step is to update the operating system
 Open a terminal window which is on the top of the screen on the tool bar and looks
like a monitor.
 In the terminal window type the command below to update the operating system.
 “sudo apt-get update”
 Sudo = Super User
DO
 When the update is complete it will bring the user back to the raspberry pi
command prompt
 Remote Desktop is easy to install.
 From the terminal
 “sudo apt-get install xrdp -y”
 And click Enter
 The next step is configuring the Pi to a location and hardware and other options.
 Type “sudo raspi-config”
 That will bring up the configurator as shown
 Choose the Expand Filesystem (which should already be highlighted) by pressing
enter. (All interaction in this configurator is keyboard driven use arrow keys to
navigate the configurator)
 The user will get a string of command lines and then the below screen. Press enter
and it will bring the user back to the configurator.
 Scroll down to Advanced Options and press Enter.
 Scroll down to SSH Click Enter
 The screen will ask if the user wants the SSH enabled and enabled should be
highlighted, so just click enter then it will say server enabled click ok
 The user will be brought back to the original configuration screen. Scroll down to
Internationalisation Options and click enter
 Scroll down to Change Locale and click enter
 Scroll up to None and click enter
 The user will be brought back to the original configuration screen. Scroll down to
Internationalisation Options and click enter
 Scroll down to Change Timezone and click enter
 Scroll up to US and click enter
 Scroll down to Central (since that is where I am at) and click enter
 The user will be brought back to the Internationalisation screen so choose
Internationalisation again and scroll down to Change Keyboard Layout and press
Enter
 Scroll down to find the particular keyboard needed. If the user’s keyboard was not
found the user can choose the standard Dell keyboard as that will work as a
generic keyboard. Then click Enter.
 The user will be brought to the Keyboard Layout screen, scroll down to other and
click Enter
 The user will be brought to the Country of origin for the keyboard screen, scroll
down to English (US) and click Enter
 The user will be brought to the Keyboard Layout screen, scroll up to English (US)
and click Enter
 The user will be brought to the Key to Function as ALTGR screen, scroll to the
default for the keyboard layout and click Enter
 The user will be brought to the Compose Key screen, scroll to the No compose key
and click Enter
 The user will be brought to the use Control+ALT+Backspace to terminate the x
server screen, No will be highlighted and click Enter
 The user will be brought back to the main configuration page, scroll down to
Internationalisation options and click Enter
 Scroll down to change Wi-Fi Country and click Enter.
 Scroll down to US United States and click Enter
 It will bring the user to Wi-fi set to US with ok highlighted, click Enter
 The user will be brought back to the main configuration page, use the right arrow
and highlight Finish and click Enter
Raspberry pi   getting the pi up and running part II

More Related Content

What's hot

Installing windows 7
Installing windows 7Installing windows 7
Installing windows 7pingky29
 
Ubuntu 14.04 installation with windows8 with legacy mode
Ubuntu 14.04 installation with windows8  with legacy modeUbuntu 14.04 installation with windows8  with legacy mode
Ubuntu 14.04 installation with windows8 with legacy modeRakesh Gunderi
 
Installing windows 7
Installing windows 7Installing windows 7
Installing windows 7Rifanul Banna
 
Creating a package_in_abap_navigator
Creating a package_in_abap_navigatorCreating a package_in_abap_navigator
Creating a package_in_abap_navigatornityaabap
 
Step by Step guide for creating first ABAP report in SAP
Step by Step guide for creating first ABAP report in SAPStep by Step guide for creating first ABAP report in SAP
Step by Step guide for creating first ABAP report in SAPnityaabap
 
Hard Drive Add 101- final
Hard Drive Add 101- finalHard Drive Add 101- final
Hard Drive Add 101- finalLee Thomas
 
Mv process log form 2019 (2)
Mv process log form 2019 (2)Mv process log form 2019 (2)
Mv process log form 2019 (2)EllieJones40
 
Nokia 3 g hsdpa handset pc suite installation & apn manual
Nokia 3 g hsdpa handset pc suite installation & apn manualNokia 3 g hsdpa handset pc suite installation & apn manual
Nokia 3 g hsdpa handset pc suite installation & apn manualdimazss
 
Windows installation
Windows installationWindows installation
Windows installationZeeshan_5858
 
What is cmd windows command prompt
What is cmd windows command promptWhat is cmd windows command prompt
What is cmd windows command promptSubrata Das
 
How did you use new media technologies
How did you use new media technologiesHow did you use new media technologies
How did you use new media technologiessbop-media
 

What's hot (16)

Installing windows 7
Installing windows 7Installing windows 7
Installing windows 7
 
Ubuntu 14.04 installation with windows8 with legacy mode
Ubuntu 14.04 installation with windows8  with legacy modeUbuntu 14.04 installation with windows8  with legacy mode
Ubuntu 14.04 installation with windows8 with legacy mode
 
Installing windows 7
Installing windows 7Installing windows 7
Installing windows 7
 
Windows XP
Windows XPWindows XP
Windows XP
 
Movie maker
Movie makerMovie maker
Movie maker
 
Creating a package_in_abap_navigator
Creating a package_in_abap_navigatorCreating a package_in_abap_navigator
Creating a package_in_abap_navigator
 
Step by Step guide for creating first ABAP report in SAP
Step by Step guide for creating first ABAP report in SAPStep by Step guide for creating first ABAP report in SAP
Step by Step guide for creating first ABAP report in SAP
 
Hacking
HackingHacking
Hacking
 
Hard Drive Add 101- final
Hard Drive Add 101- finalHard Drive Add 101- final
Hard Drive Add 101- final
 
Mv process log form 2019 (2)
Mv process log form 2019 (2)Mv process log form 2019 (2)
Mv process log form 2019 (2)
 
Moviemaker report
Moviemaker reportMoviemaker report
Moviemaker report
 
Nokia 3 g hsdpa handset pc suite installation & apn manual
Nokia 3 g hsdpa handset pc suite installation & apn manualNokia 3 g hsdpa handset pc suite installation & apn manual
Nokia 3 g hsdpa handset pc suite installation & apn manual
 
Installing ubuntu
Installing ubuntuInstalling ubuntu
Installing ubuntu
 
Windows installation
Windows installationWindows installation
Windows installation
 
What is cmd windows command prompt
What is cmd windows command promptWhat is cmd windows command prompt
What is cmd windows command prompt
 
How did you use new media technologies
How did you use new media technologiesHow did you use new media technologies
How did you use new media technologies
 

Similar to Raspberry pi getting the pi up and running part II

Boss components
Boss componentsBoss components
Boss componentsmcganesh
 
Windows xp and windows 7 installaton
Windows xp and windows 7 installatonWindows xp and windows 7 installaton
Windows xp and windows 7 installatonSiddharth Jain
 
Export option (copy codes from your original RC)
Export option (copy codes from your original RC)Export option (copy codes from your original RC)
Export option (copy codes from your original RC)Lidiia Nesterenko
 
Centos 7 Installation Steps
Centos 7 Installation StepsCentos 7 Installation Steps
Centos 7 Installation StepsKeith Wright
 
Os and network activity javier guerrero
Os and network activity   javier guerreroOs and network activity   javier guerrero
Os and network activity javier guerreroJGuerreroM96
 
Lotus notes-703-1232746032205457-2
Lotus notes-703-1232746032205457-2Lotus notes-703-1232746032205457-2
Lotus notes-703-1232746032205457-2IN023227
 
COMPUTER REFORMATTING COT.pptx
COMPUTER REFORMATTING COT.pptxCOMPUTER REFORMATTING COT.pptx
COMPUTER REFORMATTING COT.pptxJohnRimmonTaquiso3
 
Leadleds Brand Remote led sign board manual
Leadleds Brand Remote led sign board manualLeadleds Brand Remote led sign board manual
Leadleds Brand Remote led sign board manualleadleds AW
 
Kali Linux Installation process in VMware Step-By-Step
Kali Linux Installation process in VMware Step-By-StepKali Linux Installation process in VMware Step-By-Step
Kali Linux Installation process in VMware Step-By-StepSupriya G
 
Pc hardware course work
Pc hardware course workPc hardware course work
Pc hardware course workIsmail Mukiibi
 
Operating System Concepts : Reports
Operating System Concepts : ReportsOperating System Concepts : Reports
Operating System Concepts : ReportsAdolfo Nasol
 
Formating computer
Formating computerFormating computer
Formating computerargusacademy
 
Configuring a cisco 2901 router
Configuring a cisco 2901 routerConfiguring a cisco 2901 router
Configuring a cisco 2901 routerIT Tech
 
First fare 2010 lab-view creating custom dashboards
First fare 2010 lab-view creating custom dashboardsFirst fare 2010 lab-view creating custom dashboards
First fare 2010 lab-view creating custom dashboardsOregon FIRST Robotics
 
manual vvtk camera_st7501
manual vvtk camera_st7501manual vvtk camera_st7501
manual vvtk camera_st7501TSOLUTIONS
 
RCCreator Guidance. Remote control adding (copy codes from your original remo...
RCCreator Guidance. Remote control adding (copy codes from your original remo...RCCreator Guidance. Remote control adding (copy codes from your original remo...
RCCreator Guidance. Remote control adding (copy codes from your original remo...Lidiia Nesterenko
 

Similar to Raspberry pi getting the pi up and running part II (20)

Lotus Notes 7.0.3
Lotus Notes 7.0.3Lotus Notes 7.0.3
Lotus Notes 7.0.3
 
Boss components
Boss componentsBoss components
Boss components
 
Windows xp and windows 7 installaton
Windows xp and windows 7 installatonWindows xp and windows 7 installaton
Windows xp and windows 7 installaton
 
BitNation Client-Server Manual
BitNation Client-Server ManualBitNation Client-Server Manual
BitNation Client-Server Manual
 
Operation evolution
Operation evolutionOperation evolution
Operation evolution
 
Export option (copy codes from your original RC)
Export option (copy codes from your original RC)Export option (copy codes from your original RC)
Export option (copy codes from your original RC)
 
Centos 7 Installation Steps
Centos 7 Installation StepsCentos 7 Installation Steps
Centos 7 Installation Steps
 
Os and network activity javier guerrero
Os and network activity   javier guerreroOs and network activity   javier guerrero
Os and network activity javier guerrero
 
Lotus notes-703-1232746032205457-2
Lotus notes-703-1232746032205457-2Lotus notes-703-1232746032205457-2
Lotus notes-703-1232746032205457-2
 
COMPUTER REFORMATTING COT.pptx
COMPUTER REFORMATTING COT.pptxCOMPUTER REFORMATTING COT.pptx
COMPUTER REFORMATTING COT.pptx
 
Leadleds Brand Remote led sign board manual
Leadleds Brand Remote led sign board manualLeadleds Brand Remote led sign board manual
Leadleds Brand Remote led sign board manual
 
Kali Linux Installation process in VMware Step-By-Step
Kali Linux Installation process in VMware Step-By-StepKali Linux Installation process in VMware Step-By-Step
Kali Linux Installation process in VMware Step-By-Step
 
Pc hardware course work
Pc hardware course workPc hardware course work
Pc hardware course work
 
Operating System Concepts : Reports
Operating System Concepts : ReportsOperating System Concepts : Reports
Operating System Concepts : Reports
 
Formating computer
Formating computerFormating computer
Formating computer
 
Configuring a cisco 2901 router
Configuring a cisco 2901 routerConfiguring a cisco 2901 router
Configuring a cisco 2901 router
 
First fare 2010 lab-view creating custom dashboards
First fare 2010 lab-view creating custom dashboardsFirst fare 2010 lab-view creating custom dashboards
First fare 2010 lab-view creating custom dashboards
 
manual vvtk camera_st7501
manual vvtk camera_st7501manual vvtk camera_st7501
manual vvtk camera_st7501
 
Win2k
Win2kWin2k
Win2k
 
RCCreator Guidance. Remote control adding (copy codes from your original remo...
RCCreator Guidance. Remote control adding (copy codes from your original remo...RCCreator Guidance. Remote control adding (copy codes from your original remo...
RCCreator Guidance. Remote control adding (copy codes from your original remo...
 

Recently uploaded

Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 

Recently uploaded (20)

Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 

Raspberry pi getting the pi up and running part II

  • 1.  Purpose  A continuation of part I. This training module will focus on commands and structure to get the Raspberry Pi 3 Model B to a point that the user can start to do projects.  Objectives  To finish getting the Raspberry Pi up and running  Content  Will include commands and screen shots to illustrate the build  Learning Time  Approximately 1 to 2 hours to be up and running.
  • 2.  Take the SDMicro and insert into the Raspberry Pi. Connect the keyboard and mouse to the USB ports, insert the HDMI cable to the monitor and plug in the network cable for internet BEFORE connecting the power.  When the Raspberry Pi starts to boot it will scroll through all the Linux startup lines and will bring up the desktop as shown.
  • 3.  The next step is to update the operating system  Open a terminal window which is on the top of the screen on the tool bar and looks like a monitor.
  • 4.  In the terminal window type the command below to update the operating system.  “sudo apt-get update”  Sudo = Super User DO
  • 5.  When the update is complete it will bring the user back to the raspberry pi command prompt
  • 6.  Remote Desktop is easy to install.  From the terminal  “sudo apt-get install xrdp -y”  And click Enter
  • 7.  The next step is configuring the Pi to a location and hardware and other options.  Type “sudo raspi-config”  That will bring up the configurator as shown
  • 8.  Choose the Expand Filesystem (which should already be highlighted) by pressing enter. (All interaction in this configurator is keyboard driven use arrow keys to navigate the configurator)  The user will get a string of command lines and then the below screen. Press enter and it will bring the user back to the configurator.
  • 9.  Scroll down to Advanced Options and press Enter.
  • 10.  Scroll down to SSH Click Enter
  • 11.  The screen will ask if the user wants the SSH enabled and enabled should be highlighted, so just click enter then it will say server enabled click ok
  • 12.  The user will be brought back to the original configuration screen. Scroll down to Internationalisation Options and click enter
  • 13.  Scroll down to Change Locale and click enter
  • 14.  Scroll up to None and click enter
  • 15.  The user will be brought back to the original configuration screen. Scroll down to Internationalisation Options and click enter
  • 16.  Scroll down to Change Timezone and click enter
  • 17.  Scroll up to US and click enter
  • 18.  Scroll down to Central (since that is where I am at) and click enter
  • 19.  The user will be brought back to the Internationalisation screen so choose Internationalisation again and scroll down to Change Keyboard Layout and press Enter
  • 20.  Scroll down to find the particular keyboard needed. If the user’s keyboard was not found the user can choose the standard Dell keyboard as that will work as a generic keyboard. Then click Enter.
  • 21.  The user will be brought to the Keyboard Layout screen, scroll down to other and click Enter
  • 22.  The user will be brought to the Country of origin for the keyboard screen, scroll down to English (US) and click Enter
  • 23.  The user will be brought to the Keyboard Layout screen, scroll up to English (US) and click Enter
  • 24.  The user will be brought to the Key to Function as ALTGR screen, scroll to the default for the keyboard layout and click Enter
  • 25.  The user will be brought to the Compose Key screen, scroll to the No compose key and click Enter
  • 26.  The user will be brought to the use Control+ALT+Backspace to terminate the x server screen, No will be highlighted and click Enter
  • 27.  The user will be brought back to the main configuration page, scroll down to Internationalisation options and click Enter
  • 28.  Scroll down to change Wi-Fi Country and click Enter.
  • 29.  Scroll down to US United States and click Enter
  • 30.  It will bring the user to Wi-fi set to US with ok highlighted, click Enter
  • 31.  The user will be brought back to the main configuration page, use the right arrow and highlight Finish and click Enter

Editor's Notes

  1. Welcome to the Digi-Key Electronics Getting the Pi up and Running – Part 2 of 2 product training module. This presentation will provide users with a continuation of part I and will focus on commands and structures to get the Raspberry Pi 3 Model B to the point that users can start doing projects. This presentation will use commands and screenshots to explain and implement the completion of the Raspberry Pi setup. This could take from 1 to 2 hours
  2. The next step is to insert the SD Micro Card, connect the keyboard, mouse, HDMI from the monitor and Ethernet cable. After everything is connected connect the power to the Raspberry Pi. The screen will scroll Linux type code as the Raspberry Pi boots up. The screen will come to a desktop like the one in the picture.
  3. The next step is to update the operating system. Open the terminal window in the upper left of the menu bar at the top of the screen. It looks like a monitor, double click to open.
  4. In the terminal window, type the command “sudo (space) apt-get (space) update”. Sudo means Super User Do it gives you administrator privileges to do most commands.
  5. This command may take some time to complete, depending on how fast the internet connection is. But it will bring the user back to the pi@raspberrypi: command prompt when finished.
  6. The next thing to do is to install the remote desktop software. The user should be back at a terminal now, type “sudo (space) apt-get (space) install (space) xrdp (space) –y and click enter. The Raspberry Pi will download and return the user to the pi@raspberrypi: command prompt
  7. The next step is configuring the Pi to the users location. In the terminal window from the update type “sudo (space) raspi-config” and hit the Enter key. This will bring up the configuration window like shown.
  8. Choose the “expand Filesystem” which should be highlighted by pressing the Enter key. All interaction in this configurator is keyboard driven, use the arrow keys to navigate the configurator. The user will get a string of command lines and then the window will show that the file system has been resized. Hit the Enter key to return to the configurator.
  9. The user will be brought back to the main configuration page. Scroll down to “Advanced Options” and click Enter.
  10. Scroll down to SSH and click Enter. This will allow the operating system to use Secure Shell for later use. It is more convenient to enable it here since the user is already here.
  11. The screen will ask if you would like to enable SSH Server and enable should be highlighted, so just click Enter and it will say server Enabled.
  12. The user will be brought back to the original configuration screen. Now scroll down to the “internationalization Options” as shown and hit the Enter key.
  13. Scroll down to the “Change Locale” and click Enter
  14. Scroll up to “None” and click Enter
  15. The user will be brought back to the original configuration screen. Now scroll down to the “internationalization Options” as shown and hit the Enter key.
  16. Scroll down to the “Change Timezone” and click Enter
  17. Scroll down to “US” and click Enter
  18. Scroll down to “Central” (The user should choose the correct time zone for their location) and click Enter.
  19. This will bring the user back to the Internationalisation screen, scroll down to “Change Keyboard Layout” and click Enter.
  20. Scroll down to find the correct keyboard the user is using. If the user’s keyboard was not found the user can choose the standard Dell keyboard as that will work as a generic keyboard. Then click Enter.
  21. The user will be brought to the Keyboard Layout screen, scroll down to Other and then click Enter.
  22. The user will be brought to the Country of Origin for the Keyboard screen, scroll down to English (US) and then click Enter.
  23. The user will be brought to the Keyboard Layout screen. Scroll up to English (US) and then click Enter.
  24. The user will be brought to the Key To Function as ALTGR screen, scroll to the default for the keyboard layout and then click Enter.
  25. The user will be brought to the Compose Key screen, scroll to the no compose key and then click Enter.
  26. The user will be brought to the use Control+ALT+Backspace to terminate the x server screen, No will be highlighted and click Enter
  27. The user will be brought back to the main configuration page, scroll down to Internationalisation options and click Enter
  28. Scroll down to change Wi-Fi Country and click Enter
  29. Scroll down to US United States and click Enter
  30. It will bring the user to Wi-fi set to US with ok highlighted, click Enter
  31. Scroll down to find the correct keyboard the user is using. If the user’s keyboard was not found the user can choose the standard Dell keyboard as that will work as a generic keyboard. Then click Enter.
  32. This has the basic setup complete. The user can go on to some of the other options such as; Bluetooth/ WiFi Setup, Samba Server setup, Mounting external drives and Creating a Network Attached Storage server