Jump to content

SteeMan

Moderators
  • Posts

    1441
  • Joined

  • Last visited

Everything posted by SteeMan

  1. So you don't want to remove: armbian-config armbian-firmware armbian-zsh linux-dtb-current-sunxi linux-image-current-sunxi (those last two are your linux kernel and dtb files - which was the reason you couldn't boot previously) So you can see here the upgrade disabled the armbian apt repository. So it can't install the updated armbian packages. So should be: deb http://apt.armbian.com jammy main jammy-utils jammy-desktop (So uncomment and change all references from focal to jammy) That is coming from one of the armbian* files located in /etc. I don't remember which one. If after everything is upgraded, if it still isn't showing the correct value, you can edit. I think this should get updated by the installation of the correct armbian-bsp-* package.
  2. @ezpc98 armbian-config is just automating the setting of the parameters in ArmbianEnv.txt. So after running it, you can see what is set and adjust manually if you prefer.
  3. You would use armbian-config to enable overlays. But in a quick look there is no such overlay in Armbian.
  4. Ive never frozen the kernel when doing upgrades. So that shouldn't be necessary. I would recommend redoing the upgrade, and at the end looking at the list of obsolete packages and not removing them. Finish the upgrade (without removing obsolete packages) then go see what the status of your /etc/apt/sources.d/armbian.list file is and make that correct, then use apt to update/upgrade your armbian packages. Then look at your obsolete packages and make sure the list is sane (that is it's not removing any armbian needed packages, *armbian*, linux-image-* or linux-dtb-*.) Only then would I remove obsolete packages.
  5. I would suggest you use the armbian build system and build the CLI minimal build for your board. That should be sufficient for your needs as a starting point. It is also a low barrier to entry as you can get that working with minimal understanding of what is going on behind the scenes. Then you can dig into the details to learn as you need.
  6. A significant reason that the Raspberry Pis are more expensive is that the manufacturer actually invests time and resources into the underlying software. OrangePi does not. OrangePi takes advantage of the open source community hoping they can get software support for free without contributing much if anything to that process. There is a reason that OrangePi boards are not generally supported by Armbian, and lack of manufacturer support is a big reason. So that means that if you want good software to run on OrangePi boards, then OrangePi expects you to do the work. And that is a lot about what this thread in the forum is about - the community trying to support these boards.
  7. It looks to me like the upgrade is uninstalling the kernel, dtb and likely other armbian packages. Likely because it thinks they are extra for some reason. During the upgrade are you seeing an option to remove old packages? If so look at that list and see if there are any Armbian packages in that list (there shouldn't be) (specifically anything with Armbian in the name as well as linux-image-* and linux-dtb-*) I think successful upgrades disable the Armbian apt repository which should leave all the armbian packages untouched. Then after the upgrade, you manually enable the armbian apt repository for the correct release and then do an apt update/upgrade of the armbian packages.
  8. No clue as I don't have that box. Search the forums for information. As far as build goes, you should be reading the FAQ posts: https://forum.armbian.com/topic/16976-status-of-armbian-on-tv-boxes-please-read-first https://forum.armbian.com/topic/33676-installation-instructions-for-tv-boxes-with-amlogic-cpus
  9. With weekly image builds located here: https://github.com/armbian/community And daily rolling release apt packages (kernel and other armbian packages) located at: beta.armbian.com
  10. I didn't say install, I said ran. If you ever ran coreelec on. The box, which above you said you did from the SD card. That changes the boot environment on the EMMC and makes it incompatible with Armbian.
  11. If you have ever run coreelec on the box, you will not be able to install Armbian. The coreelec changes the boot environment on emmc in a way incompatible with Armbian. You will need to reinstall an original android firmware which will restore the boot environment if you want to install Armbian.
  12. @mc510 You may know this but I'm adding this in case you or others reading this thread don't. This board isn't supported by Armbian. With limited resources Armbian can only support a limited number of boards with their resources. This board is a Community Maintained board, which means that it is up to the people in these forums to submit PRs to maintain and or improve support for this board. What often happens is that no one contributes back to the community and over time Community boards degrade in quality until they no longer build in which case they are set to end of life status. And removed. For the official description on Supported vs Community Maintained see: https://docs.armbian.com/User-Guide_Board-Support-Rules/
  13. Start by reading this: https://forum.armbian.com/topic/16976-status-of-armbian-on-tv-boxes-please-read-first Note that especially for amlogic based CPUs this is really only good for server tasks. Don't expect a usable desktop replacement. Also if your box really has an s805 CPU, there really isn't any support for those older CPUs. But your box likely has an s905w CPU (at least many with that name do, but you really should open the box to make sure what you have as manufacturers change components all the time and use the same case) Finally if all that doesn't scare you away: https://forum.armbian.com/topic/33676-installation-instructions-for-tv-boxes-with-amlogic-cpus
  14. I can't explain what you are seeing, as everything appears in order. The only thing I'm going to suggest as a long shot, is that you are getting pointed to a mirror that for some reason isn't up to date (which shouldn't be the case). Since I don't know where you are located in the world, you could try to update your armbian.list file to point explicitly to a different mirror (list is available here: https://github.com/armbian/mirror) When I look at the mirror I get resolved to, I see the 24.2.1 packages in the bullseye repository. I don't understand why apt isn't finding them for you.
  15. There are many posts on similar topics in the forums. The usual work around is to force the resolution via a kernel boot parameter. Search the forums for other such discussions.
  16. I don't have this board personally, so I can only make educated guesses. The two things that caught my eye were the text "Hit any" which I assume should say Hit any key (it seems like some of the output is garbled). Such a message often has a timeout associated with it so you have some time to use the keyboard. The other thing I noticed is that your build is using uboot 2022.01, where current code is using uboot 2024.01. So you might want to build a current version and see if the newer uboot has any difference in behavior.
  17. They aren't officially supported, but there are many TV boxes that are Community Maintained and available on the Armbian download page. No need to remove the binaries, your warnings are good enough.
  18. Armbian does not support upgrades from one userspace to another (i.e Focal to jammy in your case). The recommendation is to reinstall and reapply your changes. Upgrades can sometimes work, but they are not tested nor supported.
  19. Please do not promote forks of Armbian on these forums. If you what to help Armbian, please submit PRs and contribute code that makes Armbian better. It doesn't help to have yet another fork of stuff out there that never gets contributed back. Your warning about using external builds applies equally well to external git sources. No one should trust this unless they inspect all the changes you have made from genuine Armbian. User be warned.
  20. I can't explain what you are seeing. Are the contents of /etc/apt/sources.list.d/armbian.list correct? Have you tried to use armbian-config to upgrade the kernel?
  21. It means the /boot folder. There should be two partitions on the SD card, one formated as a fat filesystem and the other as an ext2 filesystem.
  22. Be more specific? What packages are you looking for and what is your use case? I.e. why do you need them? Because without some really compelling reason, you should be upgrading to something supported by both Armbian for the Armbian parts and Debian or Ubuntu for those parts.
  23. No there is not. But there hasn't been anything new released by Armbian for focal for a very long time.
  24. Yes armbian-config has a section on selecting kernel versions as well as freezing kernel updates.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines