Modify build and archive Argon40 scripts.

Move all of the argon40 scripts to archive... these scripts should not
be used as is, they are simply copies of the originals so I can track
changes to see if there is anything important that needs to be
transfered to the battery driver.
This commit is contained in:
Jeff Curless
2026-02-02 13:02:10 -05:00
parent c79f02f489
commit 2b178485ae
652 changed files with 19 additions and 6 deletions

View File

@@ -8,7 +8,24 @@ Currently working on making a battey driver for the system, so that we can monit
### Build Instructions
In order to build the driver;
In order to build the driver, make sure you have build tools installed. Depending on the OS version, different package names are required:
Raspberry PI Trixie or Debian Based:
```
sudo apt install -y build-essential linux-headers-rpi-v8 dkms
```
Alpine:
```
sudo apk add build=base linux-dev dkms
```
Ubuntu:
```
sudo apt install build-essential linux-headers-generic dkms
```
To build:
```
cd battery
./build
@@ -70,9 +87,6 @@ sda=-d sat
```
### simple_monitor
A simple monitor that dislays some system utilization
## config
This directory contains changes I make to the /boot/firmware/config.txt file