Code Monkey home page Code Monkey logo

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: master

Optional:

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

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.

Patches

Please submit any patches against this BSP to the Maintainer. Or create a pull request on github.

Maintainer: Christian Ege [email protected]

Issues

If you find an issue or have the feeling this needs some improvement feel free to file an issue on github

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

James Cloos avatar Mohammed CHERIFI 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.