mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-09 16:52:05 +08:00
52b83f963880e1b8bef2617c185c173d4edcf16b
* 3.11.4
* pre-commit
* revert pycapnp
* revert pycapnp
* update pyqt
* try this
* unpin
* Revert "unpin"
This reverts commit d97316717d.
* comment
---------
Co-authored-by: Maxime Desroches <desroches.maxime@gmail.com>
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
Languages
Shell
53.7%
Python
37.2%
C
8.1%
Ruby
1%