Skip to content

frank-w/buildroot

2020.11-bpi
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 100 commits ahead, 11180 commits behind buildroot:master.

Latest commit

 

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
fs
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

buildroot (initramfs) for Bananapi-R2/R64

CI

for r2 change this in configs/BPI-R64_defconfig

#BR2_aarch64=y
#BR2_cortex_a53=y
BR2_arm=y
BR2_cortex_a7=y

and run

make BPI-R64_defconfig

then run make to start building-process

after that ./output/images/rootfs.cpio.gz is created which can be linked into linux kernel

Languages

  • Makefile 70.6%
  • Python 9.3%
  • C 8.5%
  • Shell 6.5%
  • HTML 1.6%
  • C++ 1.0%
  • Other 2.5%