hazuki0x0 / rpi-eeprom-ubuntu

rpi-eeprom for Ubuntu on Raspberry pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rpi-eeprom for Ubuntu

This script is a port of rpi-eeprom-update to RPi Ubuntu server.

If you are using other distributions, you can edit CHECK_DISTRIBUTION and BOOT_FS in this script.

Original script and firmwares are here.

Installation

Step 1. Install vcgencmd

sudo add-apt-repository ppa:ubuntu-raspi2/ppa
sudo apt update
sudo apt install libraspberrypi-bin

Step 2. Install

Get the rpi-eeprom script and put it where you want it(ex. /usr/local/bin/).

cd /usr/local/bin/
wget https://github.com/hazuki0x0/rpi-eeprom-ubuntu/raw/master/rpi-eeprom
chmod +x ./rpi-eeprom

Usage

Update local repository

sudo rpi-eeprom update

You can upgrade your pi's eeprom, if update available.

Release note is here.

sudo rpi-eeprom upgrade

if you need to reset the bootloader_config,

sudo rpi-eeprom upgrade --default_config

Change firmware release status

See also - Firmware release status

sudo rpi-eeprom config --channel [critcal, stable, beta]

Uninstall

cd /usr/local/bin/(**installed-dir**)
sudo ./rpi-eeprom uninstall_rpi_eeprom_files
sudo rm ./rpi-eeprom

About

rpi-eeprom for Ubuntu on Raspberry pi

License:Other


Languages

Language:Python 100.0%