Werner Posted March 25, 2021 Share Posted March 25, 2021 Quite a while ago developers decided to rename the dev branch to edge to reflect its purpose better: https://armbian.atlassian.net/browse/AR-233 This now finally happened. Our documentation has been adjusted as well. For details feel free to check these commits: https://github.com/armbian/documentation/commit/6c9985c9f5a0f593ab2593eb8054b6c658445d25 https://github.com/armbian/build/commit/0cdffb29b07305209efb12cf3b5ac6032d3a1153 For those who do automated and/or scripted building take note to adjust it accordingly. 3 Quote Link to comment Share on other sites More sharing options...
guidol Posted April 1, 2021 Share Posted April 1, 2021 maybe a stupid little question Is there an "official" way to update kernel-package from dev to edge without recompiling/installing the newest image? I did manually for one of my NanoPi Neo2: apt remove linux-u-boot-nanopineo2-dev -y apt remove linux-dtb-dev-sunxi64 -y apt remove linux-image-dev-sunxi64 -y apt remove linux-buster-root-dev-nanopineo2 -y dpkg -i ./linux-u-boot-edge-nanopineo2_21.05.0-trunk_arm64.deb dpkg -i ./linux-buster-root-edge-nanopineo2_21.05.0-trunk_arm64.deb dpkg -i ./linux-dtb-edge-sunxi64_21.05.0-trunk_arm64.deb dpkg -i ./linux-image-edge-sunxi64_21.05.0-trunk_arm64.deb dpkg -i ./armbian-zsh_21.05.0-trunk_all.deb dpkg -i ./armbian-firmware_21.05.0-trunk_all.deb dpkg -i ./armbian-config_21.05.0-trunk_all.deb _ _ ____ _ _ _ ____ | \ | | _ \(_) | \ | | ___ ___ |___ \ | \| | |_) | | | \| |/ _ \/ _ \ __) | | |\ | __/| | | |\ | __/ (_) | / __/ |_| \_|_| |_| |_| \_|\___|\___/ |_____| Welcome to Armbian 21.05.0-trunk Buster with bleeding edge Linux 5.11.11-sunxi64 No end-user support: built from trunk package bsp-kernel[21.05.0-trunk] u-boot[21.05.0-trunk] dtb [21.05.0-trunk] firmware [21.05.0-trunk] config[21.05.0-trunk] branch[edge] System diagnosis information has been uploaded to http://ix.io/2UJG 0 Quote Link to comment Share on other sites More sharing options...
Werner Posted April 1, 2021 Author Share Posted April 1, 2021 8 minutes ago, guidol said: Is there an "official" way to update kernel-package from dev to edge without recompiling/installing the newest image? Not as I am aware of. Needs to be done manually. 0 Quote Link to comment Share on other sites More sharing options...
Igor Posted April 1, 2021 Share Posted April 1, 2021 Manual way: removing current -dev armbian packages and install -edge variants. But stable base doesn't have u-boot packages ... 0 Quote Link to comment Share on other sites More sharing options...
guidol Posted April 1, 2021 Share Posted April 1, 2021 2 hours ago, Igor said: Manual way: removing current -dev armbian packages and install -edge variants. But stable base doesn't have u-boot packages ... @Igor I replaced (by the meaning of u-boot) linux-u-boot-nanopineo2-dev with linux-u-boot-nanopineo2-edge ( linux-u-boot-edge-nanopineo2_21.05.0-trunk_arm64.deb ) But Iam searching for the -edge replacement for linux-buster-root-dev-nanopineo2, because apt has only for "linux edge": [EDIT] this was created at ./output/debs/buster/linux-buster-root-edge-nanopineo2_21.05.0-trunk_arm64.deb Did edit the instructions above 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.