pulp-platform / cheshire

A minimal Linux-capable 64-bit RISC-V SoC built around CVA6
Other
190 stars 42 forks source link

Issues found when building cheshire #92

Closed TheSmolBoi closed 7 months ago

TheSmolBoi commented 10 months ago

The minicom command to connect to UART is incorrect. Color variable is missing 'on' keyword:

minicom -c on -D /dev/ttyUSBX

TheSmolBoi commented 10 months ago

make -C sw/deps/cva6-sdk images puts the install64 folder into the root of cheshire. However make sw/boot/linux.gpt.bin expects install64 to be in sw/deps/cva6-sdk

TheSmolBoi commented 10 months ago

make sw/boot/linux.gpt.bin throws a No target defined error. Only providing an absolute path instead of a relative one works.

paulsc96 commented 7 months ago

Fixed in #106.