BBB-BareMetal
Works on the beaglebone black (bare metal)
File Explorer
Download Latest Version (.zip)- main.c
- makefile
- memmap.ld
- README.md
- start.s
- spl.boot
- clock_module.c
- clock_module.h
- control_module.c
- control_module.h
- GPIO.c
- GPIO.h
- main.c
- makefile
- memmap.ld
- pad.c
- pad.h
- README.md
- start.h
- start.s
- types.h
- clock_module.c
- clock_module.h
- control_module.c
- control_module.h
- GPIO.c
- GPIO.h
- LED.c
- LED.h
- main.c
- makefile
- memmap.ld
- pad.c
- pad.h
- README.md
- start.h
- start.s
- types.h
- clock_module.c
- clock_module.h
- control_module.c
- control_module.h
- GPIO.c
- GPIO.h
- LED.c
- LED.h
- main.c
- makefile
- memmap.ld
- pad.c
- pad.h
- README.md
- start.h
- start.s
- types.h
- UART.c
- UART.h
- wdt_control.c
- wdt_control.h
- board_init.o
- LED.o
- board_init.c
- LED.c
- LED.h
- makefile
- core_handlers.o
- core_init.o
- llma.o
- startup.o1
- startup_ARMCA8.o1
- core_handlers.s
- core_init.c
- llma.h
- llma.s
- makefile
- startup_ARMCA8.s
- main.o
- main.c
- makefile
- clock_module.o
- control_module.o
- GPIO.o
- pad.o
- proc_Handlers.o
- proc_init.o
- UART.o
- clock_module.c
- clock_module.h
- control_module.c
- control_module.h
- GPIO.c
- GPIO.h
- makefile
- pad.c
- pad.h
- proc_handlers.c
- proc_init.c
- UART.c
- UART.h
- types.o
- makefile
- types.c
- types.h
- makefile
- memmap.ld
- README.md
- board_init.o
- LED.o
- board_init.c
- LED.c
- LED.h
- makefile
- __aeabi.o
- core_handlers.o
- core_init.o
- llma.o
- startup.o1
- startup_ARMCA8.o1
- __aeabi.s
- core_handlers.s
- core_init.c
- llma.h
- llma.s
- makefile
- startup_ARMCA8.s
- main.o
- main.c
- makefile
- clock_module.o
- control_module.o
- GPIO.o
- pad.o
- proc_Handlers.o
- proc_init.o
- UART.o
- clock_module.c
- clock_module.h
- control_module.c
- control_module.h
- GPIO.c
- GPIO.h
- makefile
- pad.c
- pad.h
- proc_handlers.c
- proc_init.c
- UART.c
- UART.h
- syscalls.o
- types.o
- makefile
- syscalls.c
- types.c
- types.h
- makefile
- memmap.ld
- README.md
- board_init.c
- LED.c
- LED.h
- makefile
- __aeabi.s
- core_handlers.s
- core_init.c
- llma.h
- llma.s
- makefile
- startup_ARMCA8.s
- main.c
- makefile
- clock_module.c
- clock_module.h
- control_module.c
- control_module.h
- DDR.c
- DDR.h
- EMIF.c
- EMIF.h
- GPIO.c
- GPIO.h
- makefile
- pad.c
- pad.h
- PLL.c
- PLL.h
- proc_handlers.c
- proc_init.c
- UART.c
- UART.h
- makefile
- syscalls.c
- types.c
- types.h
- makefile
- memmap.ld
- README.md
- spl.boot
- board_init.c
- LED.c
- LED.h
- makefile
- core_handlers.s
- core_init.c
- llma.h
- llma.s
- makefile
- startup_ARMCA8.s
- main.cpp
- makefile
- clock_module.c
- clock_module.h
- control_module.c
- control_module.h
- GPIO.c
- GPIO.h
- interrupt.h
- makefile
- pad.c
- pad.h
- proc_handlers.c
- proc_init.c
- UART.c
- UART.h
- makefile
- syscalls.c
- types.c
- types.h
- makefile
- memmap.ld
- README.md
- spl.boot
- board_init.c
- LED.c
- LED.h
- makefile
- __aeabi.s
- core_handlers.s
- core_init.c
- llma.h
- llma.s
- makefile
- startup_ARMCA8.s
- main.c
- makefile
- clock_module.c
- clock_module.h
- control_module.c
- control_module.h
- DDR.c
- DDR.h
- EMIF.c
- EMIF.h
- GPIO.c
- GPIO.h
- interrupt.h
- makefile
- pad.c
- pad.h
- PLL.c
- PLL.h
- proc_handlers.c
- proc_init.c
- UART.c
- UART.h
- USB.c
- USB.h
- DFU.c
- DFU.h
- makefile
- syscalls.c
- types.c
- types.h
- makefile
- memmap.ld
- README.md
- board_init.c
- EEPROM.cpp
- EEPROM.h
- LED.c
- LED.h
- makefile
- core_handlers.s
- core_init.c
- llma.h
- llma.s
- makefile
- startup_ARMCA8.s
- main.cpp
- makefile
- clock_module.c
- clock_module.h
- control_module.c
- control_module.h
- GPIO.c
- GPIO.h
- I2C.cpp
- I2C.h
- interrupt.h
- makefile
- pad.c
- pad.h
- proc_handlers.c
- proc_init.c
- UART.c
- UART.h
- makefile
- syscalls.c
- types.c
- types.h
- makefile
- memmap.ld
- README.md
- MLO
- u-boot.img
- uEnv.txt
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/allexoll/BBB-BareMetal
Downloads the entire project code from GitHub to your computer.
cd BBB-BareMetal
Moves into the project folder you just downloaded.
2. Make
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
cd 01_Blinker
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
