Document RG35XX Plus boot chain, reorganize device docs

Move device-specific content (hardware, software, libraries) from
TOOLCHAIN.md into new docs/rg35xx-plus.md. Add partition layout,
full boot chain trace (systemd → launcher.sh → loadapp.sh → dmenu_ln),
and sdlamp2 deployment instructions via dmenu_ln config toggle.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Michael Smith
2026-02-13 15:18:59 +01:00
parent 4f6d1de8e2
commit a5b04fcd08
3 changed files with 131 additions and 42 deletions

View File

@@ -7,7 +7,8 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
SDLamp2 is a simple SDL2-based audio player written in C, designed for a child to use. It plays long m4a/mp3 files (fairy tale cassette rips) with a cassette-player-like UI: rewind, stop, play, fast-forward, next tape. Inspired by Winamp.
See `docs/sdlamp2-fsd.md` for the full functional specification and changelog.
See `docs/TOOLCHAIN.md` for target device details and the arm64 Docker build container.
See `docs/TOOLCHAIN.md` for the arm64 Docker build container.
See `docs/rg35xx-plus.md` for target device details, boot chain, and deployment.
## Build and Run