- April 17, 2025
Enabling USB for Cubieboard QEMU
Embedded systems support various serial or parallel interfaces for communication. In some of the posts in [MistraSolutions blog](https://www.mistrasolutions.com/) interfaces like [SPI](https://www.mistrasolutions.com/page/qemu-custom-spi-peripheral/) and [I2C](https://www.mistrasolutions.com/page/qemu-custom-i2c-peripheral/) were covered. Today, one more serial interface will be covered, which i ...
- March 30, 2025
Making initramfs image with Yocto
Embedded systems can have different types of persistent (non-volatile) storage, like eMMC, SD card, NOR or NAND flash memory. Each storage type has advantages and disadvantages with regards to the read/write speed, cost per amount of data that can be stored, number of write cycles, etc. The non-volatile memory is needed to store the root filesystem, as well as certain configuration data. The roo ...