项目作者: ammrat13

项目描述 :
Hosts my experiments with embedded and bare-metal programming on the Beaglebone Black
高级语言: C
项目地址: git://github.com/ammrat13/beagleboneblack-cross-lib-doc.git
创建时间: 2021-06-12T20:03:48Z
项目社区:https://github.com/ammrat13/beagleboneblack-cross-lib-doc

开源协议:MIT License

下载


BeagleBone Black Cross Compiling and Documentation

This repository hosts my experiements with embedded and bare-metal programming
on the BeagleBone Black. It has some code I wrote to run on the bare-metal, as
well as my notes on cross-compiling a BusyBox/Linux environment.

The directory structure is as follows:

  • config/ has notes detailing the configuration of the toolchain, bootloader,
    operating system, and user-space programs. It’s mostly markdown notes, bash
    scripts for configure and make, and Kconfig configurations.
  • code/
    • bare-metal/ contains an application to run as an MLO
    • linux/
      • fit/ has the image source file used to generate the uImage binary
        for uBoot.
      • rootfs/ has the files on the root file-system of the kernel.