Adeeb Shihadeh ebc6887ddc revert python3.12 (#234)
* Revert "remove pprofile for now"

This reverts commit 78a2f3e778.

* Revert "update to python 3.12 (#224)"

This reverts commit 1370af97d8.

* unpin
2024-07-05 15:01:07 -07:00
2024-04-25 17:13:47 -07:00
2024-05-03 16:56:28 -07:00
2024-01-25 13:52:52 -08:00
2024-05-01 15:55:59 -07:00
2023-12-01 13:32:07 -08:00
2024-04-26 10:56:00 -07:00
2024-07-05 15:01:07 -07:00
2021-09-23 19:08:32 -07:00
2021-09-23 19:08:32 -07:00
2024-04-24 13:39:33 -07:00
2024-01-29 14:12:54 +01:00
2024-05-06 19:45:45 -07:00
2024-04-24 13:39:33 -07:00
2024-04-24 13:52:25 -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
S
Description
No description provided
Readme 344 MiB
Languages
Shell 53.7%
Python 37.2%
C 8.1%
Ruby 1%