Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

cawilliamson/rooted-graphene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

246 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

  • avbroot
  • custota
  • Docker

avbroot configuration

  • avbroot passwords are stored in ~/.avbroot/passwords.sh as:
AVB_PASSWORD="PASSWORD_HERE"
OTA_PASSWORD="PASSWORD_HERE"
export AVB_PASSWORD OTA_PASSWORD
  • avbroot keys and certs are stored in ~/.avbroot/

Usage

The DEVICE is the device codename (e.g. comet), and OUTPUT is the path to your web directory which you wish to serve the OTA updates from (i.e. configure custota to use this URL.)

make -e DEVICE=<device> -e OUTPUT=<output_path>

You will, of course, need to add a .sh file for your device to the devices/ directory and add necessary device-specific configuration there.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors