You are here |
imapenguin.com | ||
| | | |
mikeisted.wordpress.com
|
|
| | | | What's this about? This series of posts is for those who want to take more control of their UAV (or other robotic vehicle) using a companion computer connected to the flight control unit. Typically to get started, this might be a Raspberry Pi connected to a Pixhawk FCU. The series will follow the development of... | |
| | | |
sinrega.org
|
|
| | | | ||
| | | |
hymd3a.hatenablog.com
|
|
| | | | (2021-12-24 ?? -) locale??? WSL2?????????????????????????????locale??????????????????????? en_US.UTF-8 ???? $ sudo dpkg-reconfigure locales ja_JP.UTF-8 ??????????? ja_JP.UTF-8 ?????? WSL2?Shutdown?Reboot WSL2??shutdown?reboot?????????Can't Operate ???????????? ????????????Power Shell????????????????... | |
| | | |
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... |