Jump to content

prof

Members
  • Posts

    10
  • Joined

  • Last visited

  1. A (tedious) workaround is given here. It would be good if Igor worked his magic again and got the build system working properly.
  2. armbian-bsp-cli-odroidxu4-current is held back because base-files_25.2.2-13ubuntu10-noble_armhf does not exist (again). As before, the fix seems to be wget https://apt.armbian.org/apt/pool/noble-utils/b/base-files/base-files_25.2.2-13ubuntu10-noble_amd64__1-noble-1armbian1-Baa17-U13ubuntu10-R55fa.deb wget https://apt.armbian.org/apt/pool/noble-utils/b/base-files/base-files_25.2.2-13ubuntu10-noble_armhf__1-noble-1armbian1-Baa17-U13ubuntu10-R55fa.deb dpkg-deb -x base-files_25.2.1-13ubuntu10-noble_armhf__1-noble-1armbian1-Baa17-U13ubuntu10-R55fa.deb armhf dpkg-deb -x base-files_25.2.2-13ubuntu10-noble_amd64__1-noble-1armbian1-Baa17-U13ubuntu10-R55fa.deb armhf_new diff -qr armhf armhf_new cp armhf/bin/locale-check armhf_new/bin/locale-check rmdir $(readlink -f armhf_new/lib64) rm armhf_new/lib64 dpkg-deb --control base-files_25.2.2-13ubuntu10-noble_amd64__1-noble-1armbian1-Baa17-U13ubuntu10-R55fa.deb armhf_new/DEBIAN vi armhf_new/DEBIAN/control (replace amd64 by armhf on line 4) grep -nrw armhf_new/DEBIAN -e lib64 (remove all instances of lib64 in files below) vi armhf_new/DEBIAN/postinst vi armhf_new/DEBIAN/postrm vi armhf_new/DEBIAN/preinst md5sum armhf_new/usr/bin/locale-check vi armhf_new/DEBIAN/md5sums (fix md5sum for usr/bin/locale-check) chown -R root:root armhf_new/* sudo dpkg-deb -b armhf_new base-files_25.2.2-13ubuntu10-noble_armhf__1-noble-1armbian1-Baa17-U13ubuntu10-R55fa.deb sudo dpkg -i base-files_25.2.2-13ubuntu10-noble_armhf__1-noble-1armbian1-Baa17-U13ubuntu10-R55fa.deb sudo apt update sudo apt upgrade
  3. To be precise, base-files_24.8.4: amd64, arm64, armhf, riscv64 base-files_25.2.1: arm64, armhf base-files_25.2.1: amd64, arm64, riscv64 Weird that, from release-to-release, the set of architectures that gets built fluctuates so wildly.
  4. Was working, but now it's broken again. base-files_25.2.1-13ubuntu10-noble_armhf exists in the apt repository, but base-files_25.2.2-13ubuntu10-noble_armhf does not.
  5. Have not seen any of the new files on any of the mirrors yet. OTOH, https://imola.armbian.com/apt/pool/main/l/ still has the old (bad) files.
  6. The last part of those instructions say to download boot-odroidxu4.cmd from github and then execute mkimage. But there is no such file on github.
  7. It would be great to publish a gzipped tar archive of the fixed /boot directory so that those of us bitten by this bug don't have to reinstall from scratch.
  8. Title says it all. "_amd64" and "_arm64" are in the apt repository "_armhf" is missing.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines