Difference between revisions of "Building and Deploying BeagleBone Black Kernel"
From EdWiki
m |
m (→Building and Deploying BeagleBone Black Kernel) |
||
Line 4: | Line 4: | ||
mkdir ~/bbb_linux | mkdir ~/bbb_linux | ||
cd ~/bbb_linux | cd ~/bbb_linux | ||
− | alias armmake='make -j4 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- ' | + | alias armmake='make -j4 ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabihf-' |
</big> | </big> | ||
# <big>[[EmSys:Install ARM Linux toolchain | Install ARM Linux toolchain]]</big> | # <big>[[EmSys:Install ARM Linux toolchain | Install ARM Linux toolchain]]</big> |
Latest revision as of 15:00, 28 November 2020
Building and Deploying BeagleBone Black Kernel
mkdir ~/bbb_linux cd ~/bbb_linux alias armmake='make -j4 ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabihf-'
- Install ARM Linux toolchain
- Build U-Boot
- Build Linux Kernel for BeagleBone Black
- Build Root File System for BeagleBone Black
- Deploying the kernel
- Setup serial console