-
Hi
Thanks first of all for this container image, it's a very useful tool for the lazy (me :grin:), who can't be bothered with setting up QEMU!
I am a relative newbie in the embedded linux space …
-
Hello,
I've been trying to use this action in a self-hosted ARM64 Linux runner but the action pulls a x86_64 ELF instead of an ARM64 one:
```
ELF 64-bit LSB executable, x86-64, version 1 (GNU/Lin…
-
Detroit: Become Human (Vulkan 1.1) works under Wine on non-Macs, but on Mac it crashes on startup due to a seeming MoltenVK issue.
```
Unhandled exception: page fault on read access to 0x000000000…
-
### Board
ESP32C3
### Device Description
https://product.abrobot.club/ABrobot%E4%BA%A7%E5%93%81%E8%B5%84%E6%96%99%E4%B8%AD%E5%BF%83/ESP32-C3%E5%BC%80%E5%8F%91%E6%9D%BF%E8%B5%84%E6%96%99
### Hardwa…
-
Hi,
would it be possible to add to the input of the rtt_start() a option to set the search range. Similarly to the option in the Rtt-viewer or the rtt command SetRTTSearchRanges .
![image](http…
-
Adding .js file to pyinstaller breaks staticx with "Invalid ELF image: Magic number does not match" error.
Steps to Reproduce ([full repo](https://github.com/AndreyNikiforov/static_test/tree/d1bfef…
-
This is a problem because the .text section can be used to find the correct alignment of instructions, which is a necessary check for proper sandboxing. I could not find a way to support both .text an…
-
Need to add +2 to one ability score, Adaptability, and Multitalented abilities.
-
Earlier, I discussed with @JiakunYan about the issue of an HPX-based application crashing when using parcelport LCI, and we debugged it. Currently, the crash issue has been resolved.
Please refer to …
-
Currently, `KernelObject` could be used like this:
```rust
let elf = fs::read(&kernel_path)?;
let object =
KernelObject::parse(&elf).map_err(...)?;
```
However, I asked around (after having…