dig333-devlog

<

DevLog 06

Flash Raspberry Pi OS onto an SD card, SSH into your Pi, and set it up.

Outcomes

1. Follow the Command Line tutorial. Watch Basic Terminal Usage. Describe in your own words what each of the following commands will do ✏️

cd ~/
mkdir test && cd test
touch hello.py
echo "print(Hello World)" > hello.py
python hello.py

2. Share 3 differences between the Raspberry Pi and Raspberry Pi Pico ✏️

  1. ?
  2. ?
  3. ?

3. Why shouldn’t you power your Raspberry Pi from your computer USB? ✏️

4. Of the ways to destroy a Raspberry Pi, which are you most likely to do? How will you keep from doing it? ✏️

5. Raspberry Pi OS is based on what Linux distribution? What does that even mean? ✏️

6. What does it mean to “Flash” your SD Card? ✏️

7. What does it mean if you see a red light and a flashing green light on your powered Raspberry Pi? ✏️

8. What does a package manager do? ✏️

9. Describe how you might use Git with a Raspberry Pi? ✏️

10. What are two things your personal computer and a linux OS like Raspberry Pi have in common?

  1. ?
  2. ?

Other experiments

Questions to bring up in class