Skip to content

Commit

Permalink
Add some instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tim committed May 26, 2022
1 parent 602f221 commit 482ad18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 482ad18

Please sign in to comment.