sipeed / sipeed_wiki

sipeed wiki:https://wiki.sipeed.com
MIT License
91 stars 131 forks source link

[Gitalk:/hardware/en/lichee/RV_Nano/1_intro.html] LicheeRV Nano - Sipeed Wiki #692

Open SuzieLinux opened 2 months ago

SuzieLinux commented 2 months ago

https://wiki.sipeed.com/hardware/en/lichee/RV_Nano/1_intro.html

SuzieLinux commented 2 months ago

The make_all for the LicheeRV-Nano fails with u-boot. I fixed by adding #include "cpu_func.h" in jdi.c,jdi_osal.c and jpurun.c It still fails at the end with these messages. I tried on both Arch Linux and ubuntu 22.04 in Virtual Box. I also tried with Debian 12

File ../target/init could not be opened for reading line 10 File ../target/busybox could not be opened for reading line 11 File ../target/e2fsck could not be opened for reading line 12 File ../target/resize2fs could not be opened for reading line 13 File ../target/parted could not be opened for reading line 14 File ../target/libc.so could not be opened for reading line 15 make: *** [Makefile:387: boot] Error 255

Actually I would want to install Gentoo at the end. What is the procedure to make the Micro SD card so I can boot it.

Michel