Yocto Image Post-Processing with IMAGE_POSTPROCESS_COMMAND
When working with Yocto to create images for embedded systems, post-processing can be a crucial step to ensure that your images are tailored to specific…
Read Nov 4, 2019Provisioning: Using Serial Download Protocol (SDP) - Part 2
In our previous post, we have explored basic details about Introduction to Provisioning and it's needs. In this post we will narrow down our use case and…
Read Oct 27, 2019Provisioning Embedded Linux - Part 1
Development of various Embedded Hardware in market based on various architectures are currently available as various consumer to industrial solutions.…
Read Jun 28, 2018BeagleBone UART peripheral boot
BeagleBone Black serial peripheral boot: BBB supports many peripheral boot options which can be choosen by the SYSBOOT button projected out near p8…
Read Apr 22, 2018Accessing UART in MSP430F5418
UART is the traditional serial communication protocol used. It offers only two pins RX and TX for sending and receiving characters serially. A…
Read Apr 22, 2018Linux Kernel Source browsing using cscope
Source code browsing in large projects is always tedious job to narrow down. In repositories like Linux Kernel, where the source code grows everyday needs…
Read