Linux Device Driver Programming Lecture 9- Booting BBB via SD card
Booting BBB via SD card In the previous sessions, we prepared our SD card. Let's boot the BeagleBone Hardware using the Micro SD card interface. First of…
Booting BBB via SD card In the previous sessions, we prepared our SD card. Let's boot the BeagleBone Hardware using the Micro SD card interface. First of…
Exercise-003 Implementing PAUSE state In this article, let’s implement the PAUSE state. The requirement is(see figure 1), When the countdown is paused, time can be modified.…
Exercise-003 Implementing TIME_SET state In this article, let’s process all the events for TIME_SET state. The application is in TIME_SET state, and the Increment time event is…
Exercise-003 Drawing state transitions In the previous article, we wrote some Entry and Exit actions for various states. Transitions: The number of Transitions we draw per state…
How to copy boot images to SD card In our previous article, we have done two partitions to our SD card. The next step is copying BOOT…
Preparing Micro SD card for SD boot In this session, let's prepare a Micro SD card for SD boot. First of all, we have to do Micro…