Giter VIP home page Giter VIP logo

caninos-loucos / labrador-linux-5 Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 826.1 MB

Linux Kernel 5 for Caninos Labrador

License: GNU Lesser General Public License v3.0

Makefile 0.25% Shell 0.29% Roff 0.02% C 98.04% Assembly 1.07% Perl 0.13% C++ 0.03% Awk 0.01% Python 0.13% sed 0.01% Yacc 0.01% Lex 0.01% UnrealScript 0.01% SmPL 0.02% Gherkin 0.01% XS 0.01% Raku 0.01% Clojure 0.01% M4 0.01%

labrador-linux-5's Introduction

labrador-linux-5

Linux 5 kernel source code for Caninos Labrador.

About

This repository contains the source code for both the Caninos Labrador's 64-bit and 32-bit Linux kernels, along with Debian-specific patches and security updates.

Clean Build

Before compilation, please ensure that you have the following libraries and/or tools installed on your machine:

  1. GNU Binutils environment and Native GCC compiler
  2. GCC cross-compiler targeting "gcc-aarch64-linux-gnu"
  3. GCC cross-compiler targeting "gcc-arm-linux-gnueabihf"
  4. Make build tool
  5. Git client
  6. Bison and Flex development libraries
  7. NCurses development libraries
  8. LibSSL development libraries
  9. U-Boot Tools libraries
$ sudo apt-get update
$ sudo apt-get install build-essential binutils make git
$ sudo apt-get install gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu
$ sudo apt-get install bison flex libncurses-dev libssl-dev u-boot-tools

After installing these tools, clone this repository to your computer. Then, navigate to its main directory and execute its makefile.

$ git clone https://github.com/caninos-loucos/labrador-linux-5.git
$ cd labrador-linux-5
$ make all
$ make all32

Incremental Build (32-bit/64-bit)

If you want to perform an incremental build, follow these steps:

  1. To load the configuration:
make config32
make config

Note: This will overwrite any previously configured settings.

  1. To customize which modules are compiled into your kernel image:
make menuconfig32
make menuconfig
  1. To compile the device tree binary blob:
make dtbs32
make dtbs
  1. To compile your kernel image:
make kernel32
make kernel
  1. To reset all configurations:
make clean32
make clean

Kernel

After successful compilation, the kernel should be located in the "output" folder for 64-bit architectures or in the "output32" folder for 32-bit architectures.

Contributing

Caninos Loucos Forum: https://forum.caninosloucos.org.br/

Caninos Loucos Website: https://caninosloucos.org/

labrador-linux-5's People

Contributors

edgarlsitec avatar

Stargazers

 avatar

Watchers

James Cloos avatar Geovane Fedrecheski avatar

Forkers

anacforcelli

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.