Adeeb Shihadeh 2a855eeaa9 XBL + ABL updates (#102)
* new abl + xbl

* fix up weston init

* bump fw

* update submodules

* add devcfg and aop images

* update submodule

* factory reset is in the ABL now!

* bump kernel and abl

* revert for now

* update fw

---------

Co-authored-by: Robbe Derks <robbe.derks@gmail.com>
2023-02-22 16:30:49 -08:00
2022-10-22 18:07:59 -07:00
2023-02-22 16:30:49 -08:00
2023-02-22 16:30:49 -08:00
2023-02-22 16:30:49 -08:00
2022-08-10 14:03:35 +02:00
2023-02-22 14:05:58 -08:00
2021-09-23 19:08:32 -07:00
2021-09-23 19:08:32 -07:00
2021-09-23 19:08:32 -07:00
2021-09-23 19:08:32 -07:00
2022-10-22 18:07:59 -07:00
2023-02-22 16:30:49 -08:00
2022-11-10 10:52:51 -08:00
2021-09-23 19:08:32 -07:00
2022-12-06 15:14:13 +01: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 337 MiB
Languages
Python 76.9%
Shell 22.7%
Ruby 0.4%