Quick Hints Check Harddisk SMART Status by Harald Rosenfeldt|Published January 4, 2024-Updated January 4, 2024 On the Windows command line: wmic diskdrive get model,status It either gives you “OK” or “PRED FAIL”.
Published January 10, 2018 Xilinx SDK: Corrupt Memory when Using xilffs in Interrupt Handler It happened to me when I wanted to read from SD card while being in an interrupt handler. Whenever I read something […]
Published May 6, 2019 Linux in Anger tl;dr : If you are an angry Windows alien using Linux, you will need these commands. I assume it is just as […]
Published December 30, 2017 Xilinx SDK with Math Support Can’t figure out why you can’t use cos, sin or pow functions in a Xilinx SDK project? I found it surprisingly obscure […]
Published January 3, 2018 Xilinx SDK Debugging: Step into BSP Source Code If you debug a standalone C- or C++ application, by default you can’t step into the Board Support Package (BSP) code. Here […]