Git Product home page Git Product logo

linux-stable-rcn-ee's Introduction

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.

linux-stable-rcn-ee's People

Stargazers

 avatar Antoine Marcotte avatar Will Eccles avatar Robert Henryk Zawiasa avatar Jacob Kusk avatar  avatar  avatar Jo avatar Pranav Vashi avatar Ryan McQuen avatar Jack Liu avatar  avatar Kenny avatar Tong Hui avatar Praveen Pendyala avatar Kumar Abhishek avatar

Watchers

Lucian avatar Robert Nelson avatar  avatar James Cloos avatar Paweł Janowski avatar Jo avatar Alex Ferm avatar David Lu avatar Erik Fargas avatar  avatar Biagio Montaruli avatar  avatar  avatar

linux-stable-rcn-ee's Issues

some dtbs for sancloud bb-enhanced missing

the kernel package does not include am335x-sancloud-bbe-uboot-univ.dtb and am335x-sancloud-bbe-uboot.dtb.
(the corresponding files for the more generic bbb/bbb-wireless's are present, ie. am335x-boneblack-uboot-univ.dtb, am335x-boneblack-uboot.dtb)

without am335x-sancloud-bbe-uboot-univ.dtb u-boot (at least all the 2019 versions that i've been looking at) fails to load any overlay for universal cape support if and only if you have any uboot_overlay_addrN in your uEnv.txt. if you have no
uboot_overlay_addr lines then u-boot correctly falls back to loading one of the univ-bbb-whatever.dtbo files.
(reason for this misbehaviour: uboot_overlay_addrN things are loaded using the capeloadoverlay function, which sets
cape_uboot which deeply inside uname_boot mistriggers the logic for external capes, prints "uboot_overlays: cape universal disabled, external cape enabled or detected" and disables looking for univ-bbb-whatever.)

i'd say the root cause is that these files aren't included, because on a bbb or a bbb-wireless with the same kernel package, uboot and uEnv.txt it loads a few addon overlays and enables cape universal without problems.

Can I use the 3.8.13 tag for a beaglebone black?

I have a Beaglebone black running Linux beaglebone 3.8.13-bone79 #1 SMP Tue Oct 13 20:44:55 UTC 2015 armv7l GNU/Linux
Can I use the 3.8.13 tag from this repository to build kernel modules for my board or will they be incompatible?

Make error on pcie-designware-host.c

On tag 4.14.108-ti-xenomai-r127, i use custom kernel configuration and i get this compile error :

CC drivers/pci/dwc/pcie-designware-host.o
drivers/pci/dwc/pcie-designware-host.c: In function ‘dw_pcie_host_init’:
drivers/pci/dwc/pcie-designware-host.c:408:10: error: too many arguments to function ‘pp->ops->msi_host_init’
408 | ret = pp->ops->msi_host_init(pp, &dw_pcie_msi_chip);
| ^~
make[2]: *** [scripts/Makefile.build:327: drivers/pci/dwc/pcie-designware-host.o] Error 1
make[1]: *** [scripts/Makefile.build:585: drivers/pci/dwc] Error 2
make: *** [Makefile:1039: drivers] Error 2

rebuild kernel from this source tree

Hello,

I've a BeagleBone AI running binary 4.19.94-ti-rt-r36 "focal" with success. But I experienced some issues with remoteproc for c66x DSP cores and the driver lacks some useful debug messages I've added.
Because of realtime Ethernet constraints, I cannot upgrade to a more up-to-date revision (4.19.94-ti-rt-r68 does not meet timing constraints).

I'd like to rebuild the 4.19.94-ti-rt-r36 kernel for beaglebone AI with these few patches applied.

I ran the following commands on a copy of the tag 4.19.94-ti-rt-r36 from this repo :
"copy /boot/config to .config"
$ make oldconfig
"modify Makefile in oder to add "-debug" suffix"
"modify source files"
$ make
--> everything was fine (compiled by BBAI in a couple of hours)
$ sudo make modules_install
--> everything was fine
"sudo cp bzImage to /boot/vmlinuz-4.19.94-r36-debug"
"sudo cp System.map to /boot/..."
"sudo cp .config to /boot/..."
"modify /boot/uEnv.txt to use new kernel"

Unfortunately kernel does not boot... Not sure what I'm missing here... Are there any difference between this tag and the binary rcn-ee package ? Should I reinstall the dtbs over the existing ones (make dtbs_install ?). Any other step to get the same kernel as the one available in rcn-ee binary packages ?

Thanks for your help,

  • Florent

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.