Lichee RV system image
There are two system images for Lichee RV and they are tina and debian.
Tina is a small linux image while Debian is a desktop image.
Prepare
- Lichee RV Core board
- TF card (It's suggested to use tf card provided by sipeed beacuse other card might fail to burn or fail to boot system)
- Burn tool PhoenixCard
- System image
Image name | Meaning | Note |
---|---|---|
LicheeRV | RISCV D1 Linux image only for sipeed | --- |
Tina | Tina openwrt system image | --- |
debian | Riscv debian system image | --- |
86panel | taobao 86panel | --- |
dock | taobao dock | --- |
hdmi | Display to HDMI screen | |
800480 / 480P | Display to LCD screen,it fits resolution 800*480 or 480P (640X480) | |
8723ds | This image supports 8723ds WIFI / BLE driver | |
xr829 | This image supports xr829 WIFI / BLE driver | |
waft | Whether waft is built in image |
Flash image
Open PhoenixCard, and choose the target firmware, insert tf card into card reader then connect with the computer.
It's not sure each card can successed be burned, if you can't do this we suggest you buy image card we provide
Waiting for finishing burning, It will be faster if flashing Tina OS and it will take about 10 minutes if flashing Debian
Run OS
The username and passward are as follows:
Tina OS username:root password:tina
Debian OS username:sipeed password:licheepi
Insert tf card, and we can see the startup information in the serial port tool
Debian startup message
[270]HELLO! BOOT0 is starting! [273]BOOT0 commit : 27369ab OpenSBI v0.6 ____ _____ ____ _____ / __ \ / ____| _ \_ _| | | | |_ __ ___ _ __ | (___ | |_) || | | | | | '_ \ / _ \ '_ \ \___ \| _ < | | | |__| | |_) | __/ | | |____) | |_) || |_ \____/| .__/ \___|_| |_|_____/|____/_____| | | |_|
Tina startup message
BusyBox v1.27.2 () built-in shell (ash) __ ___ _ __ _ / |/ /__ _(_)_ __ / / (_)__ __ ____ __ / /|_/ / _ `/ /\ \ / / /__/ / _ \/ // /\ \ / /_/ /_/\_,_/_//_\_\ /____/_/_//_/\_,_//_\_\ ---------------------------------------------- Maix Linux (Neptune, 5C1C9C53) ----------------------------------------------
If you use debian OS, the username is sipeed
and password is licheepi
Others
Burn wrong image
If you burn wrong image that is not corrsponding with your board, just use boot_package_XXX.fex (can be download here https://dl.sipeed.com/shareURL/LICHEE/D1/Lichee_RV/SDK/board ) file to recover the previous file.
The recover command:
sudo dd if=boot_package_XXX.fex of=/dev/sdX bs=1K seek=16400
Not work
If your board doesn't work, make sure you choose boot card mode in burning mode, and please reburn.