Skip to content

Spudz76/Antminer_firmware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meta-bitmainer

OpenEmbedded / Ångström meta layer for bitminer Miner

Setup instructoins

To build a bitmainer miner firmware, first prepare a build machine as per OpenEmbedded Required software instructions at http://www.openembedded.org/wiki/Getting_started

When machine is prepared proceed to prepare the bitmainer firmware build by running

git clone git@10.11.22.51:antminer/antminer_firmware.git
cd antminer_firmware
MACHINE=beaglebone ./oebb.sh config beaglebone

Rootfs build instructions

To build the firmware rootfs run

. environment-angstrom-v2013.06
bitbake bitmainer

and then wait for quite a bit for the build to complete.

Note: You will need ~11GB free disk space.

The resulting root initramfs will be in

antminer_firmware/deploy/eglibc/images/beaglebone/Angstrom-bitmainer-eglibc-ipk-v2013.06-beaglebone.rootfs.cpio.gz.u-boot

Kernel build instructions

To build the Linux kernel image run

. environment-angstrom-v2013.06
bitbake virtual/kernel

which results in a kernel image at

antminer_firmware/deploy/eglibc/images/beaglebone/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 27.2%
  • Shell 24.3%
  • C 20.8%
  • HTML 19.3%
  • Makefile 4.6%
  • CSS 1.2%
  • Other 2.6%