Yocto: using U-Boot as bootloader with a RaspberryPi Zero
28 Oct 2018This is a guide about building and configuring a Yocto build for a raspberry pi zero with u-boot.
This is a guide about building and configuring a Yocto build for a raspberry pi zero with u-boot.
A thing that is overlooked is the way arithmetic operations work in a computer and specifically in the processing unit: not having a clear idea of how the operations are performed and their limitations can cause very important bug to happen and also help in case you want to reverse unknown code.
How you already know, I own a cheap 3d printer that is an Anet A8, a simple clone of a Prusa Mk2, that I use to, you know, 3d print stuffs. In the near future I would like to modify it and make it a little milling machine or a laser engraver and in order to do that I need to find some extra pins to drive these devices.
During the years I increased my interest in security, vulnerability and similar stuffs; although I’m fascinated by the theoretical approach from halvar flake, in this post I’ll try to summarize instead the pratical approach, i.e. the effective development of an exploit, probably the simplest possible in a desktop system.
After having written about implementing a VGA controller in Verilog I wanted to improve it with a new functionality: the Text mode.