mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-04-06 06:43:53 +08:00
4e38c8f181020fa28be5ff846a3cb6f6618de524
agnos-builder
This is the tool to build AGNOS, our Ubuntu based OS. AGNOS runs on the comma three devkit.
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
Languages
Python
76.9%
Shell
22.7%
Ruby
0.4%