Raspberry Pi Part 8: First Download and Update! (Firmware)
Skills:
Tool Use & Function Calling80%
Key Takeaways
Updates the firmware of a Raspberry Pi using rpi-update
Full Transcript
what is up everybody welcome to another Raspberry Pi tutorial in this tutorial we're gonna be doing one last thing before we get into just some basic terminal commands and what we're gonna be doing is talking about how to update your firmware and the reason you want to update your firmware is they actually well first of all they update the firmware in like all the time just like every few days pretty much and also when they update the firmware you get all kinds of new things and if you've ever like hacked around with any sort of product over the years you've probably learned that sometimes you actually might want to revert back to an older firmware version etc so it's always good to to know how to how to do that and actually the process to do that is really simple with the Raspberry Pi so anyway with that we'll go ahead and just hop right on into that the first thing you'll want to do is open up your terminal and you should notice that your terminal opens quite a bit faster than it has before if you are indeed overclock so congratulations on not having to wait so much with your pod and really my PI is not too hot I mean it's hotter than it was initially but it's not too bad I wonder if they're eventually I should look up you know like your computers have a program called real temp and it's really useful for monitoring your temperatures so I wonder if there's something similar for the PI that we could put on there if not real temp anyways it's anything on the first thing that we want to do is we need to make sure our firmware is up to date now my firmware since my PI is a relatively new PI I'm gonna venture to guess my firmware is indeed up to date but yours might not be so suppose that I will attempt to help you guys out so the first thing that you want to do is pull a download our PI update because that's what will help you download your your firmware so to get that we're going to do sudo apt - get so that's gonna install stuff probably like the most awesome thing in the world it comes to using like Linux is when you just you need to download and install something it's like one line in your in your terminal and it does everything it's so much easier did like download and install programs anyway what we want to get is RPI update so hit enter and I guess we'll wait for to build some trees awesome and as you can see RPI update is already the newest version so we've got that now to get the latest version of the firmware what you want to do is go to it is the github for RPI firmware I think what I'll just do is just put the link in the description this time and what you want to do is you want to look at the commits and you want to take the shock code or the hash code basically for the latest version in my case the latest version was three days ago so I'll go ahead and actually try to grab that and let me see here if I can just copy and paste it in for anybody who is watching this right with me now go over into our leafpad open that up and let me see if I can copy and paste right into it no I wasn't able to but you'll just have to take my word for it and I'll leave it up on screen when we're done so the next thing that we want to do is we want to actually update to this newest firmware since it was so recently I bet I don't have the most recent firmware it looks like just by looking at this page like they're updating the firmware like every three to seven days anyway continuing on let me drive let's alright so what we want to do to put the or to update we're gonna do sudo and then RPI and our sudo our IP sudo RPI - update there's no space that I don't think because you're specifying like what it is is you're dating your nevermind but anyway it's it's like a jool basically so now what we want to update to is gonna be the following I'll just try to type it out slowly but also I'll pause the videos so you guys could just like copy and paste so it is going to be 9 5 6 0 8 B 0 0 7 fe 5 a 5 a a a B 5 B C 1 3 0 3 5 c c e 9 4 c f9 c 0 e 6 5 b ok hopefully we didn't type of this because that's really a pain in the focus performing the update and we wait and we we do this awesome and you like download all these updates and they install and like guy you can't do this on windows anyway check out this awesome loading bar thing like pretty epic like the guy that coded this is probably just so proud of himself you know how woody was so proud of myself you know and when you are finally done you will be here now again if you're watching this video later than like 7 days since I posted it then chances are there's a newer firmware and again I really try my hardest to remember to put this link in the description I forget to put the links in the description all the time so yeah so that's pretty much it with the installation of first of all the RPI update but then also updating or you could use the exact same process to downgrade your raspberry PI's firmware as always thank you for watching thank you for your support your subscriptions and until next time
Original Description
Updating your Raspberry Pi tutorial
Raspberry Pi basics playlist: http://youtu.be/hiwv-Rt85E4?list=PLQVvvaa0QuDeazo-AqrVk8BGUej9NCHrQ
Sentdex.com
Facebook.com/sentdex
Twitter.com/sentdex
http://www.raspberrypi.org/
For the firmware:
You can actually just install rpi-update now and just use:
sudo rpi-update
and it will install the latest version!
Use this link for more information :)
https://github.com/Hexxeh/rpi-update
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from sentdex · sentdex · 55 of 60
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
▶
56
57
58
59
60
Matplotlib Python Tutorial Part 1: Basics and your first Graph!
sentdex
Python Encryption Tutorial with PyCrypto
sentdex
Python's Logging Function
sentdex
wxPython Tutorials 1: Making Windows GUIs with Python : Installing + 1st window!
sentdex
wxPython Tutorials 2: Making Windows GUIs with Python: Customizing Window Parameters
sentdex
wxPython Programming Tutorial 3: Menu Bar and Menu Button
sentdex
wxPython Programming Tutorial 4: Panels
sentdex
wxPython Programming Tutorial 5: User Input Saved To Variables
sentdex
wxPython Programming Tutorial 6: Multiple Choice Input
sentdex
wxPython Programming Tutorial 7: Adding Static Text and Colors
sentdex
wxPython Programming Tutorial 8: Custom Button Images
sentdex
wxPython Programming Tutorial 9: Tool Bar Items and Sub Menus!
sentdex
Basic PHP Tutorial 13: Multi-dimensional Array
sentdex
Basic PHP Tutorial 15: Functions and Global Variables
sentdex
Basic PHP Tutorial 12: Associative Array
sentdex
Basic PHP Tutorial 14: Foreach loop
sentdex
Basic PHP Tutorial 16: Include and Require
sentdex
Basic PHP Tutorial 7: Assignment, comparison and Logical operators
sentdex
Basic PHP Tutorial 4: Variables and Comments
sentdex
Basic PHP Tutorial 11: Arrays part 1, basic array
sentdex
Basic PHP Tutorial 6: If else and else if conditionals cont'd
sentdex
Basic PHP Tutorial 1: Intro to PHP
sentdex
Basic PHP Tutorial 3: HTML with PHP
sentdex
Basic PHP Tutorial 9: While Loop
sentdex
Basic PHP Tutorial 10: Switch Statement
sentdex
Basic PHP Tutorial 2: Print and Echo
sentdex
Basic PHP Tutorial 5: If else and else if conditional statements
sentdex
Basic PHP Tutorial 8: Arithmatic Operators: Doing math with php
sentdex
Basic PHP Tutorial 17: User Input Form Example / String Manipulation
sentdex
Basic PHP Tutorial 18: HTML Entities and forms cont'd
sentdex
Basic PHP Tutorial 19: Finding words in strings
sentdex
Basic PHP Programming Tutorial 20: Saving to a File / writing and appending
sentdex
Basic PHP Programming Tutorial 22: Hashing part 2: salting
sentdex
Basic PHP Programming Tutorial 23: Variables in Strings and tokenizing
sentdex
Basic PHP Programming Tutorial 21: MD5 Hashing For Security
sentdex
Basic PHP Programming Tutorial 24: String similarity
sentdex
Basic PHP Programming Tutorial 25: Time and Time stamps
sentdex
Basic PHP Programming Tutorial 26: Die and Exit
sentdex
Basic PHP Programming Tutorial 27: MySQL Databases Part 1
sentdex
Basic PHP Programming Tutorial 28: MySQL Database Part 2: Reading From Database
sentdex
Basic PHP Programming Tutorial 29: MySQL Database Part 3: Inputting Data
sentdex
Basic PHP Programming Tutorial 30: MySQL database in Use
sentdex
Django Tutorial Web Development with Python Part 1: Installing Django
sentdex
Python Tutorial: File Deletion and Folder Deletion / directory deletion
sentdex
Python Tutorial: How to Rename Files and Move Files with Python
sentdex
3D Graphs in Matplotlib for Python: Basic 3D Line
sentdex
3D Plotting in Matplotlib for Python: 3D Scatter Plot
sentdex
3D Charts in Matplotlib for Python: Multiple datasets scatter plot
sentdex
Sikuli Tutorial 1: Visually programming in python!
sentdex
Sikuli Tutorial 2: Program visually in python!
sentdex
Sikuli Tutorial 3: Program visually in python!
sentdex
3D Bar Charts in Python and Matplotlib
sentdex
3D Plane wire frame Graph Chart in Python
sentdex
Raspberry Pi Part 1 Introduction
sentdex
Raspberry Pi Part 8: First Download and Update! (Firmware)
sentdex
Raspberry Pi Part 10: How to set up a Linux Web Server on your Pi
sentdex
Raspberry Pi Part 11: Remote Desktop
sentdex
Twitter Analysis: How to rank a user's influence
sentdex
GPIO Tutorial for Pi Part 2 - Programming the GPIO
sentdex
GPIO Tutorial for Raspberry Pi Part 1 - Setting up
sentdex
More on: Tool Use & Function Calling
View skill →Related Reads
📰
📰
📰
📰
The Best AI Websites Nobody Talks About
Medium · ChatGPT
Ghost Notes and Coffee Cups: 12 Observations on Trying to Automate My Music Workflow
Dev.to AI
I Replaced Manual Meeting Notes with AI — Here's the Workflow That Actually Saved Me Hours Every Week
Dev.to AI
The Ultimate Guide to AI-Powered Resume Building: Create Your Perfect Resume in Minutes
Dev.to AI
🎓
Tutor Explanation
DeepCamp AI