# Other Chipyard Stuff

- [Debugging OsciArty with JTAG and command line GDB](https://tk233.gitbook.io/notes/risc-v-soc/other-chipyard-stuff/gdb-debugging-osciarty.md)
- [Debugging BearlyML with JTAG and GDB](https://tk233.gitbook.io/notes/risc-v-soc/other-chipyard-stuff/jtag-and-gdb-debugging-bearlyml.md)
- [Booting BearlyML With External SPI Flash](https://tk233.gitbook.io/notes/risc-v-soc/other-chipyard-stuff/booting-bearlyml-with-external-spi-flash.md)
- [Setting Up SD / microSD Card for vcu118 Linux Image](https://tk233.gitbook.io/notes/risc-v-soc/other-chipyard-stuff/setting-up-sd-microsd-card-for-vcu118-linux-image.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tk233.gitbook.io/notes/risc-v-soc/other-chipyard-stuff.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
