Skip to main content
Run any Skill in Manus
with one click
GitHub repository

beaglebone-bsp

beaglebone-bsp contains 6 collected skills from nhat092005, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
6
Stars
1
updated
2026-04-23
Forks
1
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

bsp-debugging
network-and-computer-systems-administrators

Debugging techniques for BeagleBone BSP. Covers kernel crash analysis (oops/panic), JTAG/GDB, serial console, dynamic debug, FreeRTOS task inspection, U-Boot debug, and Yocto build issue diagnosis.

2026-04-23
device-tree-reasoning
software-developers

Systematic reasoning scaffold for device-tree work. Covers node layout, compatible-string matching, pinctrl, clocks, reg addresses, probe flow, and overlay vs upstream rules. Use when writing a DT node, diagnosing probe failure, or reviewing DTS changes.

2026-04-23
embedded-c-patterns
software-developers

C coding patterns and best practices for BeagleBone BSP. Covers kernel driver patterns, FreeRTOS idioms, interrupt safety, MMIO access, DMA patterns, and Yocto recipe writing.

2026-04-23
karpathy-discipline
software-developers

Think-before-coding discipline for any non-trivial task. Enforces 4 Karpathy principles (assumption checking, simplicity, surgical changes, goal-driven execution) plus 2 BSP additions (naive-first, definition-of-done). Use for planning, refactors, debugging, code review.

2026-04-23
uboot-reasoning
software-developers

Reasoning scaffold for U-Boot work. Covers SPL vs full U-Boot, defconfig/fragment strategy, boot environment, bootcmd, zImage+DTB load, TFTP, and the handoff contract with the kernel. Use when editing U-Boot sources/patches, tuning boot env, debugging boot-stage hangs.

2026-04-23
yocto-reasoning
software-developers

Reasoning scaffold for Yocto/BitBake recipe work. Covers recipe vs bbappend, SRC_URI pinning, inherit module, DEPENDS vs RDEPENDS, machine config, sstate cache, and typical failure modes. Use when writing/modifying recipes, debugging bitbake errors, or extending meta-bbb.

2026-04-23