GithubHelp home page GithubHelp logo

mylenej / meta-amlogic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mcherifioss/meta-amlogic

0.0 2.0 0.0 3.51 MB

Meta Layer for Amlogic based systems

Home Page: http://project-magpie.github.io/

License: MIT License

SourcePawn 1.20% BitBake 38.36% Shell 46.02% BlitzBasic 0.64% C++ 13.78%

meta-amlogic's Introduction

This README file contains information on building the meta-amlogic BSP layer, and booting the images contained in the /binary directory. Please see the corresponding sections below for details.

Dependencies

This layer depends on:

URI: git://git.yoctoproject.org/poky
layers: poky
branch: fido

Optional:

URI: [email protected]:openembedded/meta-openembedded.git
layers: meta-openembedded
branch: fido

How to use it:

  1. source poky/oe-init-build-env build/wetekplay
  2. Add needed layer to bblayers.conf:
    • meta-amlogic
    • (meta-openembedded)
  3. Set MACHINE to "wetekplay"/"odroidc1" in local.conf
  4. bitbake core-image-base
  5. dd to a SD card the generated sdimg file
  6. Boot your Device.

Contributing

The linux-meson mailinglist ([email protected]) is used for questions, comments and patch review. It is subscriber only, so please register before posting.

Please use github for pull requests: https://github.com/linux-meson/meta-amlogic/pulls

Reporting bugs

The github issue tracker (https://github.com/linux-meson/meta-amlogic/issues) is being used to keep track of bugs, but it recommended ask on the mailinglist ([email protected]) first.

Maintainer: Christian Ege [email protected]

Table of Contents

  1. Activating the Framebuffer

  2. Config tweaks

  3. Booting the images in /binary

  4. Activating the Framebuffer ========================================

To enable the Framebuffer the layer meta-openembedded is required. This is due to the fact that this layer contains the framebuffer tools.

Add fb to MACHINE_FEATURES in conf/local.conf.

MACHINE_FEATURES_prepend = "fb"
  1. Config Tweaks ================

It is recommended to add/change the following config options to conf/local.conf

Enable ipk/opk Pacakage Managment. This is a lightweight package Manager

PACKAGE_CLASSES ?= "package_ipk"

Enable SSH Server and add Package Managment to the image

EXTRA_IMAGE_FEATURES = "debug-tweaks package-management ssh-server-dropbear"
  1. Booting the images in /binary =================================

This BSP contains bootable live images, which can be used to directly boot Yocto off of a SD-Card drive.

Under Linux, insert a SD-Card drive. Assuming the SD-Card drive takes device /dev/sdf, use dd to copy the live image to it. For example:

# dd if=core-image-base-wetekplay-20101207053738.hddimg of=/dev/sdf
# sync
# eject /dev/sdf

This should give you a bootable SD-Card device. Insert the device into a bootable USB socket on the target, and power on. This should result in a system booted to the Sato graphical desktop.

If you want a terminal, use the arrows at the top of the UI to move to different pages of available applications, one of which is named 'Terminal'. Clicking that should give you a root terminal.

If you want to ssh into the system, you can use the root terminal to ifconfig the IP address and use that to ssh in. The root password is empty, so to log in type 'root' for the user name and hit 'Enter' at the Password prompt: and you should be in.

meta-amlogic's People

Contributors

graugans avatar

Watchers

 avatar  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.