Giter Site home page Giter Site logo

viveris / meta-alb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nxp-auto-linux/meta-alb

0.0 0.0 0.0 3.05 MB

Automotive Linux BSP Yocto Layer

License: Other

Shell 14.37% C++ 16.20% Python 0.64% PHP 1.80% Clojure 0.93% Pawn 0.22% Makefile 0.05% BitBake 40.02% HTML 1.86% POV-Ray SDL 0.01% NASL 16.82% SourcePawn 3.57% Pascal 3.50%

meta-alb's Introduction

OpenEmbedded/Yocto BSP layer for NXP Auto Linux BSP platforms
=============================================================

First time setup
----------------

To install all prerequisites before starting any build, run:
$ ./scripts/host-prepare.sh

Creating Build Directories and Testing the Installation
-------------------------------------------------------

You can create a build directory in the BSP root with command:

$ . nxp-setup-alb.sh -m <machine>

where <machine> can be any of the following NXP targets:
s32g274ardb2, s32g274aevb, etc.

When this is done, run command:
$ bitbake <image-name>

where <image-name> is any of the images fsl-image-base, fsl-image-auto, or any
of the images that the setup script reports as being available for the selected
machine. This will completely build u-boot, kernel, modules, and a rootfs ready
to be deployed.

Look for a build result in
`build_<machine>/tmp/deploy/images/`.

The file `<image-name>.sdcard` is a disk image with all necessary partitions and contains
the bootloader, kernel and rootfs. You can just low-level copy the data on this file to the
SD card device using dd as on the following command example:

$ sudo dd if=<image-name>.sdcard of=/dev/sd<partition> bs=1M && sync

To deploy only the rootfs to the target partition, run:
$ sudo tar -xzf <image-name>.tar.gz -C <destination>
where <destination> is the destination partition (as mounted on the host).

meta-alb's People

Contributors

gitvico avatar hwrobel avatar ciprianmcostea avatar catalinudmanxp avatar andreicherechesu-nxp avatar gprocopciucnxp avatar andreibotila avatar claudiu-m avatar manuargue avatar p-priyanka-jain avatar lukasbobalik avatar pulkomandy avatar bogdan-folea avatar guochunrong avatar jakubsosnovec 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.