<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Deployment on ankit_kdev</title><link>https://ankitkdev.com/tags/deployment/</link><description>Recent content in Deployment on ankit_kdev</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 08 Apr 2026 22:31:16 +0530</lastBuildDate><atom:link href="https://ankitkdev.com/tags/deployment/index.xml" rel="self" type="application/rss+xml"/><item><title>Build and Install Linux Kernel For Beaglebone Black</title><link>https://ankitkdev.com/blog/build-linux-kernel-bbb/</link><pubDate>Wed, 08 Apr 2026 22:31:16 +0530</pubDate><guid>https://ankitkdev.com/blog/build-linux-kernel-bbb/</guid><description>&lt;h1 id="overview">Overview&lt;/h1>
&lt;p>The BeagleBone Black (BBB) uses an ARM Cortex-A8 32 bit processor, so the kernel must be cross-compiled on an x86 machine and then deployed to the board. This blog will assume that you already have a os[debian/ubuntu] installed on your sd card.&lt;/p>
&lt;p>We’ll:&lt;/p>
&lt;ul>
&lt;li>set up toolchain&lt;/li>
&lt;li>fetch kernel source&lt;/li>
&lt;li>configure for BBB&lt;/li>
&lt;li>build kernel + modules&lt;/li>
&lt;li>deploy to SD card / board&lt;/li>
&lt;/ul>
&lt;h2 id="1-prerequisites">1. Prerequisites&lt;/h2>
&lt;p>Make sure you have:&lt;/p>
&lt;ul>
&lt;li>Ubuntu (or any Linux host)&lt;/li>
&lt;li>Cross compiler for ARM (arm)&lt;/li>
&lt;/ul>
&lt;p>Install required tools:&lt;/p></description></item></channel></rss>