jmviper Posted November 22, 2021 Posted November 22, 2021 Hi My Orange Pi PC shows 21.08.5 armbian version in /etc/os-release and /etc/armbian-release but 21.08.2 with uname -v Why don't match the versions ? Thanks 0 Quote
Werner Posted November 22, 2021 Posted November 22, 2021 Not every update of bsp necessarily means kernel was updated too and vice versa. 0 Quote
FossCoder Posted November 22, 2021 Posted November 22, 2021 Have you rebooted yet? Hypothesis: The currently running kernel is 21.08.2, but the update has already changed the files. Run uname -a again after restarting. These proc filesystem entries are another way to see what and how your currently running machine was booted: cat /proc/cmdline cat /proc/version 0 Quote
jmviper Posted November 22, 2021 Author Posted November 22, 2021 1 hour ago, Werner said: Not every update of bsp necessarily means kernel was updated too and vice versa. Thanks, I thought so, so armbian updates are on one side and kernel upgrades are on the other and don't match if they don't come together so the reliable OS info is.... armbian version info and not uname 38 minutes ago, FossCoder said: Have you rebooted yet? Hypothesis: The currently running kernel is 21.08.2, but the update has already changed the files. Run uname -a again after restarting. These proc filesystem entries are another way to see what and how your currently running machine was booted: cat /proc/cmdline cat /proc/version Here is the output of those commands (opi PC has been restarted several times since last update): root@orangepipc:~# uname -a Linux orangepipc 5.10.60-sunxi #21.08.2 SMP Tue Sep 14 16:28:44 UTC 2021 armv7l GNU/Linux root@orangepipc:~# cat /proc/cmdline root=/dev/mmcblk0p1 rootwait rootfstype=ext4 console=ttyS0,115200 console=tty1 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 loglevel=1 ubootpart=5ae5405d-01 ubootsource=mmc usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory swapaccount=1 root@orangepipc:~# cat /proc/version Linux version 5.10.60-sunxi (root@runner4) (arm-linux-gnueabihf-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #21.08.2 SMP Tue Sep 14 16:28:44 UTC 2021 Thanks 0 Quote
Igor Posted November 22, 2021 Posted November 22, 2021 29 minutes ago, jmviper said: reliable OS info It's not just that. Armbian has to deal with greater complexity than we are used in mainstream desktop Linux PC world. Where you have one hardware interface (kernel) and you don't deal with how hardware boots (you have bios). We cover loading Linux and we have / maintain up to tree kernels per each chip family. Then we have minimal and standard user land favours in 10 different variants (bionic, buster, focal, bullseye, ... ) and 10 different (xfce, gnome, ...) desktop types. Imagine how much things would need to be updated, to unify "armbian" version. Also how much power - currently we rebuild things with only around 240 high end x86 cpu cores which are barely enough to keep current situation under control. https://docs.armbian.com/User-Guide_FAQ/ 0 Quote
jmviper Posted November 22, 2021 Author Posted November 22, 2021 Firstly, I've put this question in a wrong section of the forum....apologies... secondly, thank you for your explanation Igor, I really enjoy armbian and I applaud you all your huge effort maintaining and developing armbian. 0 Quote
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.