Giter VIP home page Giter VIP logo

labrador-armhf-linux-4's Introduction

labrador-linux-32

Linux 4 for Caninos Labrador V2

@What is all about?

This repository contains the source code of Labrador's 32bits linux kernel (version 4.14.13).

Labrador Core Boards v2.x should work fine with this kernel!

@What is needed?

Some tools are necessary for compilation, please read the 'install' file in this repository.

@How to compile?

Clone the git repository, go to the main path and run make from your favourite terminal.

$ make

@How can I execute an "incremental" build?

Just execute the command below;

$ make kernel

@How to choose what modules are compiled in?

Just execute the command below;

$ make menuconfig

@How to transfer the compiled kernel to my board?

After a successful build, the kernel should be avaliable at output folder.

The modules are located at output/lib/modules. Copy them to the folder /lib/modules at your Linux system's root.

$ sudo rm -r /lib/modules $ sudo cp -r output/lib/modules /lib/modules

Copy the uImage file to /media/caninos/BOOT/ folder.

$ sudo rm /media/caninos/BOOT/uImage $ cp output/uImage /media/caninos/BOOT/

Copy device tree files to /media/caninos/BOOT/ folder.

$ rm /media/caninos/BOOT/kernel.dtb $ cp output/kernel.dtb /media/caninos/BOOT/

@About examples

The folder 'examples' has some examples of how to use some features of Labrador.

@where to find out more about Caninos Loucos and Labrador?

Access the forum https://forum.caninosloucos.org.br/

Access our site https://caninosloucos.org/pt/

Acess the wiki https://wiki.caninosloucos.org.br/index.php

labrador-armhf-linux-4's People

Contributors

edgarlsitec avatar glhrmgs avatar ruschigo avatar

Stargazers

Felipe Kenzo Shiraishi avatar BrunaBazaluk avatar Bruno Carneiro da Cunha avatar Lucas Seiki Oshiro avatar Marcelo Schmitt avatar

Watchers

James Cloos avatar Geovane Fedrecheski avatar

labrador-armhf-linux-4's Issues

how kernel to internal emmc?

The new features that we can test out n the current sd-card image are pretty nice. I also have not much trouble getting the data of the image on the internal emmc.

However, how do I replace the kernel of the internal memory? Where is it saved? What is the command to flash the new kernel from the sd-card.

It also would be nice, if that one could be distributed alone and not in such a huge image.

Provide tagged baseline kernel in repository?

Hi. What about providing the baseline kernel used as a starting point as a tag in the repository, to make it easier to see exactly what the caninos loucos related changes to the kernel are?

At the moment I have a hard time figuring out where the Labrador specific changes are.

update readme with backlinks to project

The readme here is still pretty empty, I think there should be at least some minimal description as links to the caninosloucus website. Maybe also some encouragement for us to submit issues, ideas, and feature requests.

Resolution not always 1080p

Resolution reaches 1080p only if I connect HDMI cable after my Labrador is turned on.
If I turn it on with the cable already plugged, resolution is 720p.

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.