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