From 482ad18441b8b2b5f928c20b977414ed11f518ee Mon Sep 17 00:00:00 2001 From: tim Date: Thu, 26 May 2022 16:56:42 +1200 Subject: [PATCH] Add some instructions --- CHANGES.md | 8 +++++++- README.txt | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index bd54612..e49ec44 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ ## Changelog -### Inital Version (0.2) +### Version 0.3 + +- Smaller builds by removing apt caches. +- Enable some modules for the LCD display (WIP) +- Stop copying the uncompressed kernel around in the Dockerfile. + +### Version 0.2 - Move to github actions. Still debugging them. - Change GCC version of the cross compiler to 10.2.1 diff --git a/README.txt b/README.txt index fd72e19..ac254c2 100644 --- a/README.txt +++ b/README.txt @@ -3,7 +3,7 @@ The following image files are in this repository: * lichee_rv_dock_XXX.img.xz : Compressed 8Gb Debian disk image for the Lichee RV Dock * lichee_rv_86_XXX.img.xz : Compressed 8Gb Debian disk image for the Lichee RV 86 Panel -To flash this image use: +To flash this image (requires SDcard 8GB or larger) use: unxz --stdout lichee_rv_img.xz | sudo dd of=${DEVICE} bs=4M status=progress