Adeeb Shihadeh ce8420790e ignore gps port
2024-03-07 15:12:56 -08:00
ten
2024-02-26 20:24:45 -08:00
ten
2024-02-26 20:24:45 -08:00
ten
2024-02-26 20:24:45 -08:00
2024-01-29 17:24:52 -08:00
2023-12-01 13:32:07 -08:00
2023-08-17 12:20:28 +01:00
2024-03-07 15:12:56 -08: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
2024-01-29 14:12:54 +01:00
2024-03-03 18:44:35 -08:00
ten
2024-02-26 20:24:45 -08:00
2023-09-06 10:42:29 -07:00
2022-05-18 22:58:42 -07: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 20.04.

Run once to set things up:

git submodule update --init agnos-kernel-sdm845
./tools/extract_tools.sh

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
Description
No description provided
Readme 380 MiB
Languages
Shell 53.5%
Python 37.1%
C 8.1%
Ruby 0.9%
Roff 0.4%