# RISC-V / SoC

- [RISC-V: Baremetal From The Ground Up (Chipyard Edition)](https://tk233.gitbook.io/notes/risc-v-soc/risc-v-baremetal-from-the-ground-up-chipyard-edition.md): This article will walk you through the behind-the-scenes of how a baremetal C program is compiled and linked as a RISC-V binary file.
- [Quick Start With Chipyard on Ubuntu or WSL](https://tk233.gitbook.io/notes/risc-v-soc/quick-start-with-chipyard-on-ubuntu-or-wsl.md)
- [PPA](https://tk233.gitbook.io/notes/risc-v-soc/ppa.md)
- [Other Chipyard Stuff](https://tk233.gitbook.io/notes/risc-v-soc/other-chipyard-stuff.md)
- [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)
- [A Minimal Chisel Development Environment with Mill](https://tk233.gitbook.io/notes/risc-v-soc/a-minimal-chisel-development-environment-with-mill.md)
- [Vivado Stuff](https://tk233.gitbook.io/notes/risc-v-soc/vivado-stuff.md)
- [Installing Xilinx Vivado on Ubuntu 22.04 / 24.04](https://tk233.gitbook.io/notes/risc-v-soc/vivado-stuff/installing-xilinx-vivado-on-ubuntu-22.04-24.04.md)
- [Arty 35T / 100T UART Pins](https://tk233.gitbook.io/notes/risc-v-soc/vivado-stuff/arty-35t-100t-uart-pins.md)
- [Configuring Vivado DDR MIG on Arty 35T](https://tk233.gitbook.io/notes/risc-v-soc/vivado-stuff/arty-35t-using-ddr-dram.md)
- [Configuring Vivado DDR MIG on Nexys Video](https://tk233.gitbook.io/notes/risc-v-soc/vivado-stuff/configuring-vivado-ddr-mig-on-nexys-video.md)
- [Vivado Generate Flash Config .mcs File From Bitstream](https://tk233.gitbook.io/notes/risc-v-soc/vivado-stuff/vivado-generate-flash-config-.mcs-file-from-bitstream.md)
- [Vivado TCL Scripts](https://tk233.gitbook.io/notes/risc-v-soc/vivado-stuff/vivado-tcl-scripts.md)
- [Adding Custom Instructions to RISC-V GCC Toolchain](https://tk233.gitbook.io/notes/risc-v-soc/adding-custom-instructions-to-risc-v-gcc-toolchain.md)
- [Kendryte K230 Bringup](https://tk233.gitbook.io/notes/risc-v-soc/kendryte-k230-bringup.md)
- [K230 EVB Board Resource Overview](https://tk233.gitbook.io/notes/risc-v-soc/kendryte-k230-bringup/k230-evb-board-resource-overview.md)
- [Setting up RISC-V Toolchain on Ubuntu 24.04/22.04](https://tk233.gitbook.io/notes/risc-v-soc/setting-up-risc-v-toolchain-on-ubuntu-24.04-22.04.md)
- [Getting Started with Zephyr](https://tk233.gitbook.io/notes/risc-v-soc/getting-started-with-zephyr.md)
- [Getting Start with Zephyr on RISC-V System - Windows](https://tk233.gitbook.io/notes/risc-v-soc/getting-started-with-zephyr/getting-start-with-zephyr-on-risc-v-system-windows.md)
- [Getting Started with Zephyr on RISC-V - Ubuntu](https://tk233.gitbook.io/notes/risc-v-soc/getting-started-with-zephyr/getting-started-with-zephyr-on-risc-v-ubuntu.md)
- [C Library Compile Magic](https://tk233.gitbook.io/notes/risc-v-soc/c-library-compile-magic.md)
- [Setting up ExecuTorch on Ubuntu 22.04](https://tk233.gitbook.io/notes/risc-v-soc/setting-up-executorch-on-ubuntu-22.04.md)
- [Executorch on ARM](https://tk233.gitbook.io/notes/risc-v-soc/setting-up-executorch-on-ubuntu-22.04/executorch-on-arm.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.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.
