Files
project-yukart/README.md
T

38 lines
1.5 KiB
Markdown
Raw Normal View History

2026-08-06 13:55:01 +00:00
# Project Yukart
Making a 2008 Mitsubishi Colt Ralliart (Z27AG) a bit smarter with modern technologies.
What the system is meant to do is described in [OVERVIEW.md](OVERVIEW.md).
2026-08-06 13:55:01 +00:00
This repository is the **overview and roadmap only — it holds no code.**
Every application or application cluster lives in its own repository and is
indexed here.
2026-08-06 13:55:01 +00:00
## Documents
2026-08-06 13:55:01 +00:00
- [Overview](OVERVIEW.md) — what the system is meant to do
- [Architecture](docs/ARCHITECTURE.md) — system shape, services, message bus, display contract
- [Repositories](docs/REPOS.md) — repo layout, naming, template-repo policy
- [Roadmap](docs/ROADMAP.md) — phases and current status
## Repository index
| Repository | Role | Status |
|---|---|---|
| [project-yukart](gitea:yukart/project-yukart) | This hub — overview, roadmap, cross-cutting design | Active |
| [orin-nano-env-setup](gitea:yukart/orin-nano-env-setup) | Jetson host bring-up: drivers, kernel modules, OS-level setup | Active |
Planned repositories and the reasoning behind the split are described in
[docs/REPOS.md](docs/REPOS.md).
## Hardware at a glance
| Part | Role |
|---|---|
| NVIDIA Jetson Orin Nano Super (`mikkeli-orin-nano-2`) | Main compute, JetPack r36.4 / Ubuntu 22.04 |
| PEAK PCAN-USB | Car CAN bus access (`can1`, 500 kbps) |
| Onboard MTTCan | Second CAN interface (`can0`) |
| Waveshare SIM7600G-H-M.2 | LTE Cat 4 + GNSS |
Details and rationale live in the environment repo's
[bill of materials](gitea:yukart/orin-nano-env-setup).