Posts

General posts

Whisper System Information

Code analysis of the system information printed by the whisper library

Testing whisper.cpp on android

This are notes taken down while testing out Whisper.cpp on an Amlogic A311D2 platform.

My Fast.ai Lesson 2 of Course 22

A walkthrough of the steps taken to run Fast.ai lesson 2 of Course 22

Running Fastai book Lesson 1 on Colab

The fastai course is complemented with a Jupyter based fastai book. I tried the fastai book lesson 1 on Colab.

Identifying a butterfly or moth using Lesson 1 of the Fast.ai course 22

My exercise to determine if a photo contains a butterfly or moth using the Fast.ai lesson 1

My Fast.ai Lesson 1 of Course 22

A walkthrough of the steps taken to run Fast.ai lesson 1 of Course 22

Reconfiguring my Vim setup without disturbing my original configuration

A walkthrough of the steps taken to reconfigure my VIM setup while keeping my original vim setup intact

Benchmarking RT Preempt Kernel 3.18 On BeagleBone Black

In this post we will run the cyclictest utility and benchmark the RT Preempt Kernel on BeagleBone Black.

Porting RT Preempt To Kernel 3.18 For BeagleBone Black - Part 2

In the second part we will take a look and see how to apply the RT-Preempt patches to the 3.18 kernel for BeagleBone Black.

Porting RT Preempt To Kernel 3.18 For BeagleBone Black - Part 1

The RT-Preempt patch converts Linux into a fully preemptible kernel. In the first part we’ll build the 3.18 version of the kernel for the BeagleBone Black using Robert Nelson’s bb-kernel tree.

Building The i.MX28 Board Support Package (BSP) With LTIB - Part 2

In the first part we worked on getting LTIB configured for our machine. We ran into alot of problems but fixed each problem after a bit of online reading. In this part we attempt to actually build the bootloaders, kernel and applications with LTIB which will comprise the BSP

Building The i.MX28 Board Support Package (BSP) With LTIB - Part 1

My first attempt at building the BSP for i.MX28 evaluation board. Freescale provides the source code required to build the BSP for its i.MX28 evaluation board. We take a look at the tool LTIB which is used to build its BSP.

Exploring Embedded Linux on Beaglebone Black

A walkthrough of Free Electron’s course material on embedded linux with BeagleBone Black