-
This Makes My RISC-V Trap Handler Does Not Work
-
The RISCV ISA Documentation Is Better than RISCV Green Card
-
My Quick Ways to Auto Format Code in VSCode
-
Stuck at Debugging RISCV on Arty A7 using J-Link
-
How to Start a Fresh Raspberry Pi without Monitor
I mean using SSH because HDMI, mouse, keyboard, and monitor will eat up the whole space in my desk. Prepare the Raspberry Pi OS Firstly we need to get our microSD card with bootable Raspberry Pi OS. I recommend using Raspberry Pi Imager to make this process easier. We just need 3 steps, download the…
-
How to Fix Raspberry Pi SSH Hangs or Not Responding
-
How to Install Xilinx using Command Line in Four Steps
-
How to View .dot Files in Ubuntu
I was working with LLVM recently to create a callgraph using opt -view-cfg. But unfortunately it doesn’t work. Here is what I got instead: This means there is no application registered for handling .dot files. Even if I already installed graphviz. Solution is, install xdot. sudo apt install xdot Now you can opt -view-cfg to…
-
GIT Tutorial: How to Push to a New Repository
