Adeeb Shihadeh 8ebf85df68 anomalous touch logger (#147)
* anomalous touch logger

* service

* add evdev

* rename

* Update userspace/files/phantom_touch_logger.service
2023-06-30 14:37:01 -07:00
2022-10-22 18:07:59 -07:00
2023-05-12 12:17:06 -07:00
2023-05-09 10:09:15 -07:00
2023-05-12 11:35:24 -07:00
2023-05-11 21:55:20 -07:00
2023-06-30 14:37:01 -07: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
2021-09-23 19:08:32 -07:00
2023-02-23 20:39:44 -08:00
2023-05-12 12:17:06 -07: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
S
Description
No description provided
Readme 343 MiB
Languages
Shell 53.7%
Python 37.2%
C 8.1%
Ruby 1%