Coder Social home page Coder Social logo

aaeon-kunyi / bbb-yocto Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zoranstojsavljevic/bbb-yocto

0.0 1.0 0.0 1.26 MB

Attempt to create one generic Open Source BeagleBone Black armv7 A8 platform reference for testing YOCTO repository, with addition of automotive meta-socketcan layer.

License: MIT License

Shell 18.64% Makefile 2.16% C 60.41% Assembly 2.44% AGS Script 16.35%

bbb-yocto's Introduction

This repository is written to support BBB initramfs testing

Attempt to create one generic Open Source BeagleBone Black armv7 A8 platform reference and testing repository. The YOCTO BeagleBobe Black YOCTO repo used is described @ the following net pointer:

https://jumpnowtek.com/beaglebone/BeagleBone-Systems-with-Yocto.html

The bash script, customized for the owner's projects purposes (substitutions for the KAS tool)

https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/yocto-setup.sh

Step [1]: Look into the script and customize it for your own project;
Step [2]: Make the script yocto-setup.sh executable (permissions 755), and execute it: ./yocto-setup.sh ;
Step [3]: Run bitbake -k core-image-minimal ## or whatever core-image-? you need

KAS tool (by example: execute kas warrior script)

Step [1]: Go to bbb-releases/bbb-warrior/ directory and copy kas-bbb-warrior.yml to designated directory for build;
Step [2]: Execute kas script as: kas build kas-bbb-warrior.yml ## KAS tool should be installed (go to kas/ for documentation).

The test initramfs BBB image description

Part of the config-initramfs, outlining important part of defconfig (the booting is done solely from initramfs)!

CONFIG_BLK_DEV_INITRD=y
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_XZ=y
CONFIG_RD_LZ4=y
CONFIG_RD_LZO=y
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=16384

[WARNING] Only two last official YOCTO Releases' scripts ARE actively maintained/supported!

https://github.com/ZoranStojsavljevic/bbb-yocto/tree/master/bbb-releases/bbb-zeus

https://github.com/ZoranStojsavljevic/bbb-yocto/tree/master/bbb-releases/bbb-dunfell

Referent YOCTO Poky BeagleBone distro is also supported:

git clone https://git.yoctoproject.org/git/poky.git

bbb-yocto's People

Contributors

zoranstojsavljevic avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.