Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues found when building cheshire #92

Closed
TheSmolBoi opened this issue Nov 28, 2023 · 3 comments
Closed

Issues found when building cheshire #92

TheSmolBoi opened this issue Nov 28, 2023 · 3 comments

Comments

@TheSmolBoi
Copy link
Contributor

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

minicom -c on -D /dev/ttyUSBX

@TheSmolBoi TheSmolBoi changed the title Incorrect minicom command in docs Issues found when building cheshire Nov 28, 2023
@TheSmolBoi
Copy link
Contributor Author

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
Copy link
Contributor Author

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

paulsc96 added a commit that referenced this issue Feb 23, 2024
paulsc96 added a commit that referenced this issue Feb 24, 2024
* make: Various fixes

* docs: Address issues documented in #92
@paulsc96
Copy link
Member

Fixed in #106.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants