-
Posts
14425 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by Igor
-
We have 3a and 3c. What is the difference anyway? Doesn't work with any of those?
-
@c0rnelius added missing files https://github.com/armbian/firmware/pull/100/files right. I guess this is it, just merging it.
-
Yes, of course. Running apt update + apt upgrade should update armbian-config to the latest. If you want to keep installed software updated, see options in "Updates". You can enable automatic updating of container images. If you are somehow missing sources lists, manual way: https://github.com/armbian/configng/tree/main?tab=readme-ov-file#getting-started
-
apt upgrade → Size + hash Sum mismatches → Mirror sync in progress?
Igor replied to porg's topic in Odroid XU4
Yes of course. But documentation or FAQ should be somewhere and up2date. Its a lot of work / impossible for our small team to cover all aspects of a Linux system. But for at least Armbian specifics - which this is - we might have somehting. Thanks! -
apt upgrade → Size + hash Sum mismatches → Mirror sync in progress?
Igor replied to porg's topic in Odroid XU4
Help in improving our recovery instructions is also warmly welcome https://docs.armbian.com/User-Guide_Recovery/ We are too small for "everything" -
-
apt upgrade → Size + hash Sum mismatches → Mirror sync in progress?
Igor replied to porg's topic in Odroid XU4
This looks like DNS problem / or lack of apt update command before installation. -
With point releases we are targeting (CURRENT) LTS kernels, while the rest is anyway DIY or build daily. This is just an idea / option, perhaps better way to share the load. Keep the good work!
-
You should always use apt.armbian.com as we are automatically removing mirrors from pool that are not synced yet. I just tested Odroid XU4 switching between nightly and stable, and it works when installing packages from stable repo. Name / version of the file is the same. If someone has time, those instructions would need some update https://docs.armbian.com/User-Guide_Recovery/ I am totally busy making a release and can't touch this in weeks to come.
-
No worries, I am happy that you tried. Its never too late to learn new tools, and Git is the most important tool in this world. What you did wrong is removing other files - keep old, add new, then we merge them into the code. Principle goes this way: 1. You make a clone of this Git (git clone ...) 2. You checkout to a new branch (git checkout -b adding_rpi5_firm) 3. Add files to correct location (which it looks like you did) 4. Push the code and open pull request Some generic instructions: https://docs.armbian.com/Process_Contribute/ https://github.com/armbian/build/blob/main/CONTRIBUTING.md Also some AI tool can help you driving this process easily.
-
help to fix usb bug in kernel 6.2/6.1 for udoo quad
Igor replied to gioelebianchi00's topic in Other families
@unic8 I look into the code too, but it will have to wait ... not exactly 5 minute job. I have reverted that bump, so we are back at 6.6 and working USB. -
Could be. I also don't know - has to be tested. Can you jut open a PR with those files to firmware repo? I can test perhaps next week.
-
Its a shame for us There are so many problems (in general) and so little time / resources. Not yet fully fixed, but working on.
-
apt upgrade → Size + hash Sum mismatches → Mirror sync in progress?
Igor replied to porg's topic in Odroid XU4
This can give some ideas: https://docs.armbian.com/User-Guide_Recovery/ (not exact walk trough, but the principle is the same) Note that fixed packages are not yet uploaded. In a couple of hours. -
Fixed by: https://github.com/armbian/build/commit/5115cdf47a91f9cf5eb15f1b4984deebbe329002 This can help https://docs.armbian.com/User-Guide_Recovery/
-
apt upgrade → Size + hash Sum mismatches → Mirror sync in progress?
Igor replied to porg's topic in Odroid XU4
XU4 / HC1 is fixed by https://github.com/armbian/build/commit/5115cdf47a91f9cf5eb15f1b4984deebbe329002 Images are in generation, update is going out when possible. (broken updates were also disabled, but takes time for repo to sync) -
No, as its (temporally) broken on our side. You can help us improving infrastructure by supporting the project.
-
Check this https://github.com/armbian/build/blob/main/extensions/mesa-vpu.sh as a way to integrate it.
-
This upgrade (for this board) fall into update by mistake and unfortunately its broken. We are still working on to determine why this happen, then publish images and if there is no report on problems, we pushed update to repo. To minimize what just happened to you. I am truly sorry, but we are operating this service with way too small resources and proper professional testing is far out of our reach. I am removing this broken update from repository ...
-
Redirector works on your IP address location, not timezone. We are aware of the problem and we are somewhere in the middle of solving it. Support for "don't use these mirrors for this country" was added to the code https://github.com/armbian/armbian-router (actually quite some time ago) but this was not yet pushed to production. Low resources / no time, there is always something more urgent ... @Efe Çetin started working on redeployment and re-configuring about a week ago and re-deployment of paste.bin server (which is also in bad shape). I would estimate task completion of this transition in about a week. Can only apologize for troubles and ask for patience. We do what we can. We have two fast mirrors in Russia: https://mirror.yandex.ru/mirrors/armbian/(Moscow) https://stpete-mirror.armbian.com/ (St. Petersburg) but if Ukrainian are closer, you will get those ... Other mirrors: https://docs.armbian.com/Mirrors/ This is re-director entry point, located in USA, Chicago. This should always work. https://whatismyipaddress.com/ip/130.185.239.78 This is also getting moved to another ISP, but will stay in USA.
-
[partly solved] OrangePi Zero2 freezes or looses WiFi connection
Igor replied to chaoschris's topic in Orange Pi Zero 2
I doubt problems has anything to do with networking stack. Its more down to the driver quality itself, perhaps (less possible) some changes in wireless section of kernel. This is 2nd worse wireless chip found on single board computers. The winner of worse is (in)famous Xradio, found on Orangepi Zero 1 and few others, for which we lost thousands of hours only to keep it barely functional. Opi tend to use the cheapest WiFi chips they can find ... Quality will probably always remain as is and keeping it build-able with modern kernels will always remain a challenge. This is the same with all wireless stuff. There is a nice project dedicated to Linux WiFi https://github.com/morrownr/USB-WiFi where one can get some overview on the topic. -
Orange Pi 5 Ultra Support
Igor replied to Erez Alster's topic in Framework and userspace feature requests
That is a hard work of people that spent their precious private time to fix broken software support of Orangepi. -
apt upgrade → Size + hash Sum mismatches → Mirror sync in progress?
Igor replied to porg's topic in Odroid XU4
We will look into this. Build was reported working, but images were not tested yet.