Table of Contents
Boot Lichee RV Dock
Introduce how to boot Lichee RV Dock.
Make Image With Buildroot
- Download source code from buildroot .
- Go to the buildroot root directory and run the following commands:
- make sipeed_lichee_rv_dock_defconfig
- make all - If the command is executed successfully, an image named sdcard.img will be generated in the ./buildroot/output/images directory.
- buildroot will download many packages from different repositories after running make all, and you may need a VPN to speed up the process.
- If you're having trouble with the build process, maybe you can get more details from buildroot README.
Flash Image To SD Card
- Please refer to this page to install Etcher.
If cannot install Etcher by sudo apt install balena-etcher, please refer to https://github.com/balena-io/etcher/issues/4059#issue-1686399813.
- Click on the following icons in turn and select what you need.
- sdcard.img generated by buildroot in step Make image with buildroot.- Select the
- - Flash
Human-Computer Interaction (UART)
Insert the SD card into the Lichee board and connect the serial. Then power on. The following video shows the Linux boot process.