Andrei Radulescu 76f7b744db Fix for checkinstall
2024-01-18 19:51:38 +02:00
2023-11-30 13:25:31 -08:00
2023-11-30 11:36:43 -08:00
2024-01-18 07:15:39 +00:00
2023-12-01 13:32:07 -08:00
2023-08-17 12:20:28 +01:00
2024-01-18 19:51:38 +02:00
2021-09-23 19:08:32 -07:00
2021-09-23 19:08:32 -07:00
2023-05-11 21:55:20 -07:00
2021-09-23 19:08:32 -07:00
2023-02-23 20:39:44 -08:00
2024-01-17 09:49:58 +02:00
2024-01-18 19:51:15 +02:00
2023-09-06 10:42:29 -07:00
2024-01-18 01:20:21 +02:00
2021-09-23 19:08:32 -07:00

agnos-builder

This is the tool to build AGNOS, our Ubuntu based OS. AGNOS runs on the comma three devkit.

NOTE: the edk2_tici and agnos-firmware submodules are internal, private repos.

Setup

These tools are developed on and targeted for Ubuntu 24.04.

Run once to set things up:

git submodule update --init agnos-kernel-sdm845
./tools/extract_tools.sh
sudo apt install img2simg

Build the userspace

build:

./build_system.sh

load:

./flash_system.sh

Build the kernel

build:

./build_kernel.sh

load:

# flash over fastboot
./flash_kernel.sh

# or load into running system via ssh
# ssh config needs host named 'tici'
./load_kernel.sh
S
Description
No description provided
Readme 345 MiB
Languages
Shell 54.1%
Python 36.9%
C 8.1%
Ruby 0.9%