|
You are here |
gist.github.com | ||
| | | | |
voidstarsec.com
|
|
| | | | | In previous posts, we've gone over how to tear down Arcade cabinets containing SPI Flash as well as how to dissect the data that was extracted from the Rom. With this next series of posts, I'd like to take the concepts we talked about on those platforms and demonstrate them on a more popular platform With this post our goal will be to extract the firmware from the platform and locate and type of debugging if possible (UART,JTAG,etc). We will explore multiple ways of attempting to extract the filesystem and outline the steps taken for each method. | |
| | | | |
jborza.com
|
|
| | | | | For reference, I wanted to check how qemu boots RISC-V Linux. Loosely following a guide , I describe how to build and boot a Linux environment targeting the 32-bit RISC-V architecture. There are three things we will need: QEMU the emulator Linux kernel root filesystem with some binaries I'm reusing a custom riscv-gnu-toolchain I've built previously, targeting the RV32IMA architecure. For targeting the 64-bit machine, it's easier to riscv64-linux-gnu- cross-compiler toolchain with the gcc-riscv64-linux-gn... | |
| | | | |
www.thirtythreeforty.net
|
|
| | | | | Compiling a Linux OS from source code with the Buildroot distribution | |
| | | | |
openpaleo.blogspot.com
|
|
| | | This post is mostly a note to myself so that I remember how to do this next time I upgrade or reinstall my system. But, perhaps it will be o... | ||