Skip to content
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

Include wifi/bluetooth firmware wanted by orin-agx #197

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

jmbaur
Copy link
Contributor

@jmbaur jmbaur commented Mar 27, 2024

Description of changes

Also don't use linkFarm to create the firmware derivations since that ends up requiring all of linux-firmware to exist in the nixos system's closure.

Testing

Tested on an orin-agx-devkit.

Before:

[   24.437081] rtw_8822ce 0001:01:00.0: Adding to iommu group 9
[   24.439144] rtw_8822ce 0001:01:00.0: Direct firmware load for rtw88/rtw8822c_fw.bin failed with error -2
[   24.439152] rtw_8822ce 0001:01:00.0: failed to request firmware
[   24.439182] rtw_8822ce 0001:01:00.0: Direct firmware load for rtw88/rtw8822c_wow_fw.bin failed with error -2
[   24.439184] rtw_8822ce 0001:01:00.0: failed to request firmware
[   24.441513] rtw_8822ce 0001:01:00.0: failed to load firmware
[   24.441515] rtw_8822ce 0001:01:00.0: failed to setup chip efuse info
[   24.441517] rtw_8822ce 0001:01:00.0: failed to setup chip information
[   24.446324] rtw_8822ce: probe of 0001:01:00.0 failed with error -22

After:

[   25.779444] rtw_8822ce 0001:01:00.0: Adding to iommu group 9
[   25.797123] rtw_8822ce 0001:01:00.0: Firmware version 9.9.4, H2C version 15
[   25.812958] rtw_8822ce 0001:01:00.0: Firmware version 9.9.15, H2C version 15
[   25.949777] rtw_8822ce 0001:01:00.0 wlP1p1s0: renamed from wlan0

Also don't use `linkFarm` to create the firmware derivations since that
ends up requiring all of `linux-firmware` to exist in the nixos system's
closure.
@jmbaur jmbaur force-pushed the bluetooth-firmware branch from 50924e7 to 26a54ba Compare March 27, 2024 23:37
@jmbaur jmbaur changed the title Include bluetooth firmware wanted by orin-agx Include wifi/bluetooth firmware wanted by orin-agx Mar 27, 2024
@danielfullmer danielfullmer merged commit 2d25a65 into anduril:master Mar 28, 2024
1 check passed
@jmbaur jmbaur deleted the bluetooth-firmware branch March 28, 2024 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants