Category: Personal Computers
-
How to update the Raspberry Pi bootloader firmware
Raspberry Pi needs a special software to work. Yes, operating system in important, but bootloader firmware is even more important. Without it, RPi would not be able to boot or support external devices. From time to time, it’s worth to update the bootloader firmware to get new functions and fix bugs. This article is a…
-
How to add swap to Raspberry Pi
By default, Raspberry Pi Linux images come without swap enabled. And it makes sense! SD Cards used as a default are not suited to be used with swap! They would wear out too fast and in general, would not improve performance that much. However, with new generations of Raspberry Pi, where you can install operating…
-
USBasp driver for Windows 10 – Working solution
Yesterday I’ve spent like 2 hours fighting to make USBasp ISP programmer work under Windows 10 64bit. Seriously, that was like some kind of nightmare that turned into a comedy. All web pages that I’ve found suggested following procedure: Unfortunately, in my case all attempts failed miserably. All I was getting from avrdude was I’ve…
-
STM32 VirtualComPort driver for Windows
Virtual Com Port, VCP to method of choice for almost all recent flight controllers to connect to PCs. No more onboard USB-to-UART converters like CP2102. SMT32 can work as USB device too after all… But for this, Windows users will require dedicated driver. I have no idea why STMicroelectronics made it so hard do download…