April 2020
Intermediate to advanced
294 pages
7h 53m
English
There are times when a developer may want to customize the startup state of the GPIO pins. For example, there may be a secondary power regulatory on the board that will power up circuitry that needs to be placed in its initial state (whether that's on or off). There could be a device connected to a pin that will drive it and we want to make sure that it is configured as an input. Whatever the case may be, we can customize the kernel with custom initialization code that will set our pin states early in the boot-up process.
The steps for customizing our startup code are pretty simple and are listed as follows:
Read now
Unlock full access