ophub / amlogic-s9xxx-armbian

Support for Armbian in Amlogic, Rockchip and Allwinner boxes. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, s905l, rk3588, rk3568, rk3399, rk3328, h6, etc.
GNU General Public License v2.0
5.41k stars 1.72k forks source link

How to upgrade to newest release #1289

Closed webepg closed 1 year ago

webepg commented 1 year ago

Hi,

im on Armbian 22.11.0-trunk Bullseye with Linux 5.15.107-ophub and I would like to upgrade to the newest bullseye release. How can I do that? When I do armbian-update it only updates the kernel. sudo apt-get update && sudo apt-get dist-upgrade -y doesn't do anything. Do I need to create a new bootable drive and install the system onto eMMC? I would like to keep my settings and my files.

ophub commented 1 year ago

armbian-sync armbian-fix

sudo apt-get update sudo apt-get upgrade -y sudo apt-get dist-upgrade -y

webepg commented 1 year ago

This is not working. Every command is successful, but nothing gets done. Always 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

webepg commented 1 year ago

root@armbian:~# cat /etc/ophub-release VERSION_CODEID='debian' VERSION_CODENAME='bullseye' FDTFILE='meson-sm1-x96-air-gbit.dtb' UBOOT_OVERLOAD='u-boot-x96maxplus.bin' MAINLINE_UBOOT='' BOOTLOADER_IMG='' KERNEL_VERSION='5.15.107' SOC='s905x3' K510='0' ROOTFS_TYPE='ext4' BOOT_CONF='uEnv.txt' DISK_TYPE='emmc' PACKAGED_DATE='2022-09-26' PLATFORM='amlogic' PLATFORM='amlogic' KERNEL_TAGS='stable' GITHUB_CDN='' KERNEL_REPO='ophub/kernel' KERNEL_BACKUP='yes'

webepg commented 1 year ago

Why are you closing this issue? It's still an issue!

ophub commented 1 year ago

Due to the limited energy of one person, I will directly close posts that exceed a certain length of time, and I need to focus my energy on solving other problems. Closed posts will still be monitored for new updates, but I will no longer actively check them.

Due to my limited abilities, I cannot solve all problems. Some unsolvable problems will also be directly closed.

webepg commented 1 year ago

Is it possible to boot from usb and upgrade it from there? Without loosing my data?

ophub commented 1 year ago

No. I have been using the above method to upgrade to the latest.

Unicorn9x commented 1 year ago

Hi,

im on Armbian 22.11.0-trunk Bullseye with Linux 5.15.107-ophub and I would like to upgrade to the newest bullseye release. How can I do that? When I do armbian-update it only updates the kernel. sudo apt-get update && sudo apt-get dist-upgrade -y doesn't do anything. Do I need to create a new bootable drive and install the system onto eMMC? I would like to keep my settings and my files.

copy from another support thread

wget https://raw.githubusercontent.com/ophub/amlogic-s9xxx-armbian/main/build-armbian/armbian-files/common-files/usr/sbin/armbian-sync -O /usr/sbin/armbian-sync

chmod +x /usr/sbin/armbian-sync armbian-sync armbian-update