!RjBlCIbsLDzHBIzmaA:nixos.org

#nixos-on-arm:nixos.org

1000 Members
NixOS on ARM — Support: AArch64 is supported and cached; armv6 and armv7 are best effort, without any official cache. — Documentation: https://wiki.nixos.org/wiki/NixOS_on_ARM — Community build box: https://github.com/nix-community/aarch64-build-box → build box status: https://status.nixos.org/grafana/d/5LANB9pZk/per-instance-metrics?orgId=1&refresh=30s&var-instance=147.75.77.190 —250 Servers

Load older messages


SenderMessageTime
19 Oct 2024
@matthewcroughan:defenestrate.itmatthewcroughannot great on the gpu though on an m216:46:00
@glwbr:matrix.orgglwbr
In reply to@glwbr:matrix.org
IMG_20241019_113649_null.jpg
After setting the up I got these infos from the serial console there's what I think is the most important?
** File not found /boot/extlinux/../nixos/iqqd8rgfnspn10cnnrb6mg13lmfh1rj0-linux-6.11.3-dtbs/rockchip/rk3566-orangepi-3b.dtb **
16:55:00
@glwbr:matrix.orgglwbrimage.png
Download image.png
16:55:01
@glwbr:matrix.orgglwbr After setting the up I got these infos from the serial console there's what I think is the most important?
** File not found /boot/extlinux/../nixos/iqqd8rgfnspn10cnnrb6mg13lmfh1rj0-linux-6.11.3-dtbs/rockchip/rk3566-orangepi-3b.dtb **
Then hangs in:
ethernet@fe010000 Waiting for PHY auto negotiation to complete.....
16:58:28
@glwbr:matrix.orgglwbr After setting it up, I got the following information from the serial console. Here's what I believe is the most important (not sure):
** File not found /boot/extlinux/../nixos/iqqd8rgfnspn10cnnrb6mg13lmfh1rj0-linux-6.11.3-dtbs/rockchip/rk3566-orangepi-3b.dtb **
Then hangs in:
ethernet@fe010000 Waiting for PHY auto negotiation to complete.....
17:00:38
@phaitonican:matrix.orgphaitonican

Hello, I am getting a SSL decryption error trying to use "fetchGit"

error: RPC failed; curl 56 OpenSSL SSL_read: OpenSSL/3.3.2: error:0A000119:SSL routines::decryption failed or bad record mac, errno 0
error: 1576 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

is happen on my orange pi 5 with custom sd image

17:20:19
@k900:0upti.meK900
In reply to@phaitonican:matrix.org

Hello, I am getting a SSL decryption error trying to use "fetchGit"

error: RPC failed; curl 56 OpenSSL SSL_read: OpenSSL/3.3.2: error:0A000119:SSL routines::decryption failed or bad record mac, errno 0
error: 1576 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

is happen on my orange pi 5 with custom sd image

That means your internet is bad
17:41:54
@k900:0upti.meK900
In reply to@glwbr:matrix.org
After setting it up, I got the following information from the serial console. Here's what I believe is the most important (not sure):
** File not found /boot/extlinux/../nixos/iqqd8rgfnspn10cnnrb6mg13lmfh1rj0-linux-6.11.3-dtbs/rockchip/rk3566-orangepi-3b.dtb **
Then hangs in:
ethernet@fe010000 Waiting for PHY auto negotiation to complete.....
That means your device tree filename is wrong
17:42:14
@k900:0upti.meK900 Try hardware.deviceTree.name = "rockchip/rk3566-orangepi-3b-v1.1.dtb"; 17:42:30
@k900:0upti.meK900 (or v1.2 if your board is v1.2) 17:42:39
@k900:0upti.meK900 Also look @Alyssa Ross a platform where uboot and the kernel don't agree 17:42:48
@k900:0upti.meK900Right on my desk17:42:51
@glwbr:matrix.orgglwbr
In reply to @k900:0upti.me
That means your device tree filename is wrong
What does this mean? Can you link me some piece of documentation for this ?
17:44:42
@glwbr:matrix.orgglwbr
In reply to @k900:0upti.me
Try hardware.deviceTree.name = "rockchip/rk3566-orangepi-3b-v1.1.dtb";
Also, thanks. I'll try this
17:45:06
@glwbr:matrix.orgglwbr* What does it mean? Can you link me some piece of documentation for this ?17:45:23
@glwbr:matrix.orgglwbr* Idk what this means, I'll check it. 18:01:53
@drozdziak1:matrix.orgdrozdziak1 changed their profile picture.20:16:39
20 Oct 2024
@ph14nix:matrix.orgIvan joined the room.16:06:23
@ph14nix:matrix.orgIvan

https://github.com/ryan4yin/nixos-rk3588/blob/main/UEFI.md

Combine the generated configuration with the demo configuration in this repo, finish all TODOs in the demo configuration.

Hey guys. I can't really understand how to read the demo config or combine it with the auto-generated one. Could someone just send me a working configuration.nix for opi5plus that I can take and tailor to my needs?

16:08:11
@ph14nix:matrix.orgIvanMy bad, I didn't realize this chat is for ARM generally. Clarification: I'm trying to follow the linked guide to run NixOS on Orange Pi 5 Plus.16:09:08
@k900:0upti.meK900As long as you have uboot on the onboard flash, the new-kernel images from Hydra should just work I think16:11:14
@k900:0upti.meK900Well, depending on what features you want16:11:19
@ph14nix:matrix.orgIvanI think everything with bootloaders is working in my case. I just need a configuration.nix that has the kernel and drivers from the linked repo. The config generated with nixos-generate-config is not working.16:12:58
@k900:0upti.meK900 How are you running nixos-generate-config? 16:13:15
@k900:0upti.meK900Like, do you have a NixOS you're booted into?16:13:22
@k900:0upti.meK900Or what16:13:23
@ph14nix:matrix.orgIvanI booted into an armbian (on SD card), installed nix in it, got nixos-install-tools and followed steps on partitioning/formatting (of SSD) and generating config from here: https://nixos.org/manual/nixos/stable/#sec-installation-manual16:14:43
@k900:0upti.meK900Yeah, that's not going to work16:14:58
@k900:0upti.meK900Just grab https://hydra.nixos.org/job/nixos/trunk-combined/nixos.sd_image_new_kernel_no_zfs.aarch64-linux16:14:59
@k900:0upti.meK900And use that image16:15:02

Show newer messages


Back to Room ListRoom Version: 6