litex-hub / linux-on-litex-vexriscv

Linux on LiteX-VexRiscv
BSD 2-Clause "Simplified" License
550 stars 174 forks source link

Some issues when I boot on tang-primer-20k #353

Open kevinsu20 opened 9 months ago

kevinsu20 commented 9 months ago

Hi , i met some issues: If i use this project's codes , i can successfully build the bitstream.( include spi-sdcard and serial ) use the following command : ./make.py --board=tang_primer_20k but if I use Litex , i use the command python3 sipeed_tang_primer_20k.py --cpu-type vexriscv_smp --with-spi-sdcard --build ,the resources will not be enough. 8bb61a95741bf83ffa4ce01eeb41ace i ' m so confused of it . if you change cores or ips in this project?

BobMa0420 commented 8 months ago

Hi, I uesd ./make.py --board=sipeed_tang_primer_20k --toolchain=Gowin --with-video-terminal --build and got

make.py: error: unrecognized arguments: --with-video-terminal

Do you have any idea of that? Thank you so much!