deemoe's blog

Archives · 2021

Home

Gallery

About

Archives

WindowsWSL

Localhost Issue in WSL2

I was attempting to build a remote debugger for an embedded device when I had no access to a physical device. As a solution, I decided to try using Docker (with the WSL2 backend). In the project’s design, the 9090 UDP port was supposed to be used for communication between the host and the slave. However, it appeared that using ‘localhost’ or ‘127.0.0.1’ di..

Read more
Windows

Fix Un-allowed DMA capable bus/device(s) detected

Windows 8 and later have a function named “Device Encryption”. It allows Windows to automatically enable BitLocker for local disks and unlock them at startup. However, if you are using a DIY rig or have changed/added some hardware to your OEM machine, this feature might be broken. Therefore, we need to add those devices to the whitelist to re-enable the fe..

Read more