-
Notifications
You must be signed in to change notification settings - Fork 158
(WIP)feat: add l4t package #1166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
358d537 to
5b258e0
Compare
|
Hey @mmalyska thanks for this PR. Is this something you're still working on? It looks useful for other users but we don't have hardware to test or verify functionality. |
|
Hi @rothgar I'm still working on it(not that intensively as I don't have arm architecture to build the stuff efficiently, Just building kernel takes me ~8h on my Windows machine). Right now I'm thinking and looking for the solution as I'm stuck that GPU module needs changes inside kernel(I really don't want to rewrite GPU drivers to use |
|
@rothgar I just update PR description with steps to reproduce and the error I'm facing. If you need more info just reach me out :) |
|
This PR is stale because it has been open 45 days with no activity. |
|
Sorry, I completely missed the problem in the description. I think you extension filesystem may be incorrect. I think a system extension would merge with the base filesystem and overlay your module file (replacing the existing one). Maybe @frezbo can correct me on how that should work. |
lt4 needs to be a pkg first to ship the modules |
This PR is trying to add a l4t pkg and siderolabs/extensions#624 is adding the extension. @mmalyska Is the reason you're trying to replace host1x.ko because it's already provided by the base OS image and you need an updated one? |
Hi, I need to provide host1x(I hope this is the only one that needs replacement) build by package as it includes changes from patch that are needed by the nvidia driver for jetson-orin board. Those changes are not in the upstream but provided by nvidia developers. |
|
This PR is stale because it has been open 45 days with no activity. |
Add support for Jetson Orin SBC. Those are modules and display drivers for tegra chips.
Problem:
I don't see module host1x to be loaded from the extension.


The module host1x is already build in inside kernel
so it cannot be replaced by extension module with the same name host1x.
How to run it
Building Talos
Create custom builder buildx
docker buildx create --driver docker-container --driver-opt network=host --name local1 --buildkitd-flags '--allow-insecure-entitlement security.insecure' --useRun local doker registry + ui
Building the pkgs
Building extensions
Building talos image
Create profile.yaml file
Create installer image:
List do changes in node config:
Apply changes and install new image: