GithubHelp home page GithubHelp logo

muratursavas / meta-sunxi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from linux-sunxi/meta-sunxi

1.0 0.0 0.0 3.18 MB

Official sunxi OpenEmbedded layer for Allwinner-based boards.

License: MIT License

C++ 8.19% C 65.92% PHP 1.83% Assembly 1.07% BitBake 19.24% Batchfile 1.58% NASL 2.17%

meta-sunxi's Introduction

meta-sunxi

Official sunxi OpenEmbedded layer for Allwinner-based boards.

This layer depends on the additional layers:

Tested with core-image-base.

Maintainers:

Community

You can reach community + ask your question on gitter: https://matrix.to/#/#meta-sunxi:gitter.im

Kernel / U-Boot Version

Most Allwinner devices and hardware are supported in mainline kernel and U-Boot, so this layer builds mainline by default.

Legacy sunxi Kernel / U-Boot

There is a custom U-Boot and Kernel version for sunxi devices which includes some special drivers not mainlined. These versions are rather old (3.4 for kernel and 2014.04 for U-Boot), but may support more functions and devices than current mainline.

If you want to switch back to sunxi versions for some reasons (no device tree available, unsupported hardware), either:

  • change the file conf/machine/include/sunxi.inc to include the following block

  • edit your conf/local.conf to add the following block

      PREFERRED_PROVIDER_u-boot="u-boot-sunxi"
      PREFERRED_PROVIDER_virtual/bootloader="u-boot-sunxi"
      PREFERRED_PROVIDER_virtual/kernel="linux-sunxi"
      KERNEL_DEVICETREE = ""
    

If you already have built the mainline versions it might be necessary to reset the build directories with:

bitbake -c clean virtual/kernel virtual/bootloader

Mainline Kernel / U-Boot

For mainline kernel we have now support for latest LTS and stable. By default we use latest LTS. If you would like to change version please update PREFERRED_VERSION_linux-mainline in:

When using mainline kernel โ‰ฅ 5.2 it is now possible to use the mainline graphics drivers lima and panfrost, instead of the mali driver provided by ARM. To enable open source mainline graphics support add the following line in your local.conf:

MACHINEOVERRIDES .= ":use-mailine-graphics"

Performance

The default machine settings are meant to be the lowest common denominator, maximizing generality. Significantly better performance (2x-3x) can be achieved with the following settings:

Allwinner A20

For Allwinner A20 (Cubieboard2/CubieTruck), the following tuning options are recommended:

Enable hardfloat, thumb2 and neon capabilities

DEFAULTTUNE = "cortexa7hf-neon-vfpv4"

This tuning profile takes advantage of the Allwinner A20 hardfloat, neon and vfpv4 capabilities.

Change CPU governor to ondemand, and tune settings

echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo 336000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
echo 912000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
#More aggressive
#echo 1008000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
echo 40 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
echo 200000 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate

This code changes the default CPU governor from fantasy to ondemand, and tunes its settings, as recommended at http://linux-sunxi.org/Cpufreq

For additional discussion, see linux-sunxi#25

meta-sunxi's People

Contributors

chenbd avatar clementperon avatar dankm avatar dev-0x7c6 avatar diegorondini avatar dnmeid avatar ebutera avatar ehoseini avatar geomatsi avatar hvraven avatar kedder avatar koenkooi avatar ludiazv avatar macpijan avatar matteolel avatar matthiasscheifingervoxtronic avatar mdevries86 avatar mirzak avatar mpromonet avatar naguirre avatar nandra avatar net147 avatar pblxptr avatar quaresmajose avatar raoulh avatar slapin avatar stoupa-cz avatar twoerner avatar vonfritz avatar xpete avatar

Stargazers

 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.