-
Posts
13897 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by Igor
-
This is my Rockpi X, running from eMMC: igorp@uefi-x86:~$ cat /proc/cpuinfo | grep CP model name : Intel(R) Atom(TM) x5-Z8350 CPU @ 1.44GHz model name : Intel(R) Atom(TM) x5-Z8350 CPU @ 1.44GHz model name : Intel(R) Atom(TM) x5-Z8350 CPU @ 1.44GHz model name : Intel(R) Atom(TM) x5-Z8350 CPU @ 1.44GHz igorp@uefi-x86:~$ df Dat. sist. 1K-blokov Upor. Na voljo Upo% Priklop na udev 1947972 0 1947972 0% /dev tmpfs 394896 6176 388720 2% /run /dev/mmcblk2p1 29409232 19577300 9485108 68% / tmpfs 1974472 0 1974472 0% /dev/shm tmpfs 5120 8 5112 1% /run/lock tmpfs 1974472 0 1974472 0% /tmp /dev/mmcblk2p15 258094 134 257960 1% /boot/efi /dev/zram1 47960 11600 32776 27% /var/log tmpfs 394892 0 394892 0% /run/user/1000 I have re-installed Armbian on my Laptop last week and I had to fix this: https://github.com/armbian/build/commit/7f5c20d75c8e370ddc8ed668a37ea418214926f9 which means image build from sources will probably works, but you can change this on your OS and try.
-
This is crazy. I have several Opi3 and they all work, while people reporting "WiFi doesn't work". Please provide everything what you did, which image you are using, how do you trying to connect and provide full logs.
-
Event -> Video (with transcripts and comments) 1. Merging NEXT (Jira tickets) 2. CI overview Summary: TBD
-
No, that is not possible since untested packages won't be shipped. If you pay time wasted for testing, why not, but that you ofc didn't have intention. You expect I pay that for you, right? We don't have any budget for manual or automated testing of this feature. Its a suicide & waste of time mission from this project perspective. If you wanna play, download sources, build and test. It is no way to cover expenses for your wishes. If you can't wait few days or weeks that upstream automation provides you next version, you need to build from sources or find 3rd party PPA / repo that contains this. No other way.
-
You are pointing to some sources on Github and asking me how to compile this? The answer is: "I don't know without research". Since you need this, you will need to find out. This has nothing to do with Armbian or me. You want to run version that is not provided as package and there is nothing I can do for you. I will ask developers that I will hire with your help to do this for you. I don't have time to deal with this, sorry. Our current system relied on a person contribution that recently passed away. https://forum.armbian.com/topic/23643-armbian-uefi-arm64-and-x86/#comment-158066
-
This you need to ask them.
-
If dkms package is already installed you need to run dpkg-reconfigure zfs-dkms in order to force module recompilation. If missing ZFS modules is a problem.
-
(without providing complete logs we anyway don't know what you are talking about and there is not possible to provide any help. This below is a guess what you are doing wrong.) After you download images, de-freeze firmware upgrade. In command shell: sudo armbian-config -> system -> De-freeze (enable Armbian kernel upgrades) exit sudo apt update sudo apt upgrade Reboot and wifi must works. It works perfectly fine for me: https://paste.armbian.com/nolizanone With such hardware - pay attention to the wifi chip / version: If you are not having LTS board containing this chip, you need a different image: Click: https://www.armbian.com/orangepi3-lts/ Read: "Images for non LTS version can be downloaded here"
-
This is the config: https://github.com/armbian/build/blob/master/config/kernel/linux-rockchip-rk3588-legacy.config How: 1. https://docs.armbian.com/Developer-Guide_Build-Options/ KERNEL_CONFIGURE=yes 2. Enable and save 3. And copy generated config from output/kernel/ to the build system Then make a PR https://github.com/armbian/build/blob/master/CONTRIBUTING.md#submitting-pull-requests
-
Fixed at source. (not all mirrors are in sync ATM so it still might show up for next couple of hours)
-
Thanks! If someone has time to integrate this to Armbian standard install tool: https://github.com/armbian/build/blob/master/packages/bsp/common/usr/sbin/armbian-install https://docs.armbian.com/User-Guide_Getting-Started/#how-to-install-to-emmc-nand-sata-nvme-usb + packing sata spi bootloader within u-boot package (this part is a bit tricky as blob has to be provided and packed via custom UBOOT_TARGET_MAP) https://github.com/armbian/build/blob/master/config/sources/families/rockchip-rk3588.conf
-
It might not work at all as PD is borked on this hardware.
-
untilThis week meeting topics: 1. Checking the progress of Armbian-next 2. Continuous integration scripts used on the project 3. ?? General goal of weekly meetings: To discuss the three (3) issues of the week Discussions will be documented to respective Jira tickets so they can be tracked Three (3) new issues will be selected from Jira for the next meeting The purpose of a weekly developers meeting is to coordinate development of the build engine, continuous integration, operating system features and low level support. Meetings are hosted located on Zoom (Video) and IRC and Discord (Text). While we would prefer you attend on Zoom when possibly, we will also monitor text chat during the call for those unable to join Zoom. Please RSVP either way. Do you want to participate or help in some way? Meetings are focused in developers top level topics and its expected that understand embedded software development, software testings or operating system management. In term of programming languages, knowledge of at least BASH & Python is expected. Since meetings are held in public, any registered community member can join and listen. If you want to suggest issues for the next week, you have to be recognized Armbian contributor. If you want to become one, resolve at least one intermediate level issue and tell us something about you. This is needed to efficiently communicate and to give you access to our organisation infrastructure Jira, Github, hardware lab and servers. @Contributor/Maintainer
-
Should run better following this merge. Will be pushed to stable repository once tested - you can try by switching to nightly beta repository (armbian-config -> system).
-
orangepi-5 orangepi3-lts orange-pi-zero-2 orange-pi-zero rock-5b ...
-
Index is syncing 24h later to avoid "file not found" when adding packages. We rarely remove packages ...
-
Yes, we even want to provide x86 Armbian ISO image + preinstalled all what is needed even our build script takes care about environment and install what is needed. TL;DR; Most of people, our CI, are cross compiling as its a lot faster due to lack of serious arm64 hardware.
-
Status on Jammy ZFS packages updates (and many others) is currently unknown as its maintainer is no longer with us, rip Jonathon.
-
Armbian components are kernel, boot loader, tweaks - those are all updated the same way, but Jammy has more recent user land packages as its assembled from Ubuntu packages (Canonical stuff should be cleaned out). I am using such assembly on all of my machines and its IMHO best combination. Regarding ZFS - we serve latest (2.1.6) from our repository (from), while with Debian, this applies to get latest.
-
With extensive hacking, in theory, perhaps, in reality? No. Same situation is with Lenovo X13s featuring the same SoC. You can boot Linaro hacked Debian with kernel 6.1.y / 6.2.y leaning on device tree.
-
I have removed htop from our repository. We are at least good for the future.
-
Fixed. Need review. https://github.com/armbian/build/pull/4710 Thanks @c0rnelius!