-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Mastering Embedded Linux Development
By :

Custom board bring-up is what embedded Linux engineers are called on to do time and time again. Say a consumer electronics manufacturer wants to build a new device and that device needs to run Linux. The process of assembling the Linux image starts before the hardware is ready and is done with prototypes pieced together from SBCs and add-on boards. Once a proof of concept has been validated then an initial run of prototype PCBs is fabricated with peripherals on board. There is no more satisfying experience than seeing a custom board boot into Linux for the very first time.
The BeaglePlay is unique among SBCs in that it has a mikroBUS socket for quick plug and play peripheral expansion. There is a MikroE Click add-on board for just about any hardware peripheral you can think of. In this chapter, we will integrate a GNSS receiver, environmental sensor module, and OLED display with the BeaglePlay. Leveraging mikroBUS eliminates the need to read schematics...