-
Posts
1431 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Posts posted by NicoD
-
-
I noticed the same on a fresh image on the Station P1.
So the fix from above was :
sudo apt-key del C99B11DEB97541F0 && sudo rm /etc/apt/sources.list.d/githubcli.list
But
sudo rm /etc/apt/sources.list.d/githubcli.list
I think this should be sufficient since it ain't doing the apt-key thing.
There was a small mistake in the original source. github-cli.list vs githubcli.list -
Quote
IMPORTANT NOTE: If you have any questions or problems with this process, by all means use the Armbian Forums to search for information, but please DO NOT ask questions if you can't find your answer. They don't support the Quadra firmware: We do. So please contact us at
-
27 minutes ago, balbes150 said:
Firefly Station M3 (rk3588s)
Nice to hear. Good work. I haven't tried RK3588 desktop so I don't know how it is.
I'm waiting on my Rock5, but no news yet. I'll be happy to have it. -
2 hours ago, Vaseline said:
Can you explain the limitations of the HC4's when using as a desktop replacement?
No USB3. Only 1 USB2 port.
God enough for tv box tasks and gaming. I wouldn't use it for desktop, but it can do it.
Only RK3399 is near perfect for desktop. -
My favorite desktop SoC is by far the RK3399. It can do all you want. Good youtube playback at 1080p. (even 1440p when overclocked to 1.5Ghz/2Ghz)
Good for browsing and rock stable.
I've been using it for a few years now and never had much troubles.
Now I still use the PineBook Pro as desktop laptop for on the road to watch movies, do some video editing and browsing.
If you need something faster the Odroid N2+ can do it too. But it's not as stable and has problems with its USB3 ports. But it's the fastest well supported board.
My favorite makers are FriendlyElec(nanopi M4), Hardkernel (Odroid N2+), Radxa (Rock4B).
Others I would avoid. Maybe the OPi4LTS is ok. But I've got no experience with it. I'm not buying OPi boards anymore. They don't care about software for their boards, they only want to sell boards.
I've never tried write protected Armbian. So that you'll have to test yourself. Let us know how it goes.
No idea why you would want a board without SPI. Doesn't make it more unsafe. And wouldn't stop you to use write protected OS to my (limited) knowledge.
I've never used S905X3 for desktop. I do have 2 Odroid HC4's. They are amazing for NAS. Great for gaming with emuElec. For desktop itself it's a bit underpowered for me.
Now more powerful SoCs are released. I've got the Khadas VIM4 with 8-cores. Great board, but lacking in software. Also the RK3588 is being released now, but that'll take a while before it's as good as the RK3399 in software.
Good luck. -
Hi guys.
I'm the maintainer for the Khadas VIM3.
There are 2 small issue's with the Armbian images for VIM3, and also for VIM2.
armbianmonitor -u
http://ix.io/46L9
First off, the VIM3 has all its cores clocked to 1.5Ghz by default.
I created a Jira for that a while ago. https://armbian.atlassian.net/browse/AR-1094My simple fix is in /etc/default/cpufrequtils
MAX_SPEED=15xxxxxxx → MAX_SPEED=2400000
But I have no idea how/where to adjust this so it is correct for all VIM3 images.
Then for VIM2 and VIM3 (maybe VIM3L and VIM1 too) the HDMI audio isn't working as it should.
https://armbian.atlassian.net/browse/AR-1095
I once was able to make it work. But I can't remember how. So the device is enabled at boot, but not directed to be used by pulseaudio.
Thank you. -
Here all other Armbian related videos.
And lots of review videos on my channel. So subscribe if you're interested.
Greetings, NicoD -
Yes. Panfrost GPU driver is enabled on all images for M4V2/RK3399.
-
What image are you using? There are many ways to install this. I'd advice to start with a fresh, current jammy and build retroarch yourself.
https://docs.libretro.com/development/retroarch/compilation/ubuntu/
The problem is that RetroArch doesn't provide arm64 cores.
There are gaming images for arm64 boards that include these cores. Good luck.
-
Hi all.
Werner has made a video where he presents himself and talks about how he got into using Linux, SBCs and Armbian.
A very interesting video.
This is a serie of video's. Igor and Lanefu also have made a video like that.
You can find the other video's here.
https://www.armbian.com/authors/
If you're willing to make a video like this. I am willing to edit and help out.
Greetings, NicoD -
Try using mpv instead.
VLC is not accelerated with no images.
And provide the needed info. I know nothing here with this question. What board, what kernel, what video file, ... -
This might be a fix. I haven't had the time to test and implement.
Steps used to fix audio on Armbian Clone @Spikerguy Repository From Manjaro Gitlab Ensure you have git installed with, pi@twisteros:~$ sudo apt install git Make a destination subdirectory under /home/pi for git pulls and builds, pi@twisteros:~$ mkdir ~/builds Change to your new ‘builds’ directory, pi@twisteros:~$ cd ~/builds Clone local copies of the Manjaro files: pi@twisteros:~$ git clone manjaro-arm / packages / community / khadas-utils · GitLab Copy Files to Their Correct Locations pi@twisteros:~$ sudo cp ~/builds/khadas-utils/g12_sound.sh /usr/bin pi@twisteros:~$ sudo cp ~/builds/khadas-utils/sound.service /usr/lib/systemd/system/ pi@twisteros:~$ sudo cp ~/builds/khadas-utils/G12B-KHADAS-VIM3.conf /usr/share/alsa/cards/ pi@twisteros:~$ sudo ln -s /usr/share/alsa/cards/G12B-KHADAS-VIM3.conf /usr/share/alsa/cards/G12BKHADASVIM3.conf pi@twisteros:~$ sudo cp ~/builds/khadas-utils/G12B-KHADAS-VIM3.conf /etc/asound.conf Make sure that /usr/bin/g12_sound.sh is executable. It should already be, and you can check with, pi@twisteros:~$ ls -l /usr/bin/g12_sound.sh Otherwise a quck chmod won’t hurt: pi@twisteros:~$ sudo chmod a+x /usr/bin/g12_sound.sh Initialize the Systemd Sound Service Unit pi@twisteros:~$ sudo systemctl enable sound.service -
Hello everybody.
Today the Khadas VIM4 is being released.
The VIM4 uses the Amlogic A311D2 SoC. This is a new SoC with 8-cores of which 4 x A53 @ 2Ghz + 4 x A73 @ 2.2Ghz.
The board comes with 8GB LPDDR4X and an eMMC of 32GB.
If you want to learn more about this new board, then watch my review video about it here.Greetings, NicoD
-
Hi all.
I made a new video where I explain all the basics of working with Armbian xfce4.
This for the absolute beginners that come from Windows. But a more advanced user can maybe also learn a few things from it.
Here is the video.Greetings,
NicoD -
Hi all.
In my latest video I compare the Odroids HC4 and N2+, RPi400, NanoPi M4 and Radxa Zero with each other.
I make a "NicoD opinion benchmark" where I give my thought on what each board is best for. And of course benchmarks...Greetings, NicoD
For those interested, here are all my benchmarks of the last weeks.SpoilerBoard | SBC-Bench | Distro | Clockspeeds | 7z all cores | 7z small core | 7z big core | CPU-Miner | NicoD-Blender | Max temp Radxa Zero http://ix.io/3PlT Radxa Buster xfce4 5.10 1.8Ghz 6348 1641 6.75 26m31s 66c Radxa Zero http://ix.io Manjaro XFCE 5.16.9 22.02.04 1.8Ghz 6303 1631 15m39s 69C Radxa Zero http://ix.io/3PMy Armbian Jammy xfce 5.15 1.8Ghz 6296 1646 15m52s 70c Radxa Zero http://ix.io/3TX3 Armbian Jammy xfce4 5.15 1.8Ghz 6014 1634 16m05s 70c Board | SBC-Bench | Distro | Clockspeeds | 7z all cores | 7z small core | 7z big core | CPU-Miner | NicoD-Blender | Max temp NanoPi M4 2GB http://ix.io/3xnJ Armbian Hirsute xfce4 5.13.12 1.4Ghz/1.8Ghz 7760 1267 1857 10.05 14m41s 78C NanoPi M4 2GB http://ix.io/3xv3 Armbian Hirsute xfce4 5.13.12 1.5Ghz/2Ghz 8288 1348 2070 10.95 13m21s NanoPi M4 2GB http://ix.io/3xs3 Armbian Hirsute cinnamon 5.13.12 1.4Ghz/1.8Ghz 7766 1267 1851 10 14m33s 78C NanoPi M4 2GB http://ix.io/3xt0 Armbian Hirsute budgie 5.13.12 1.4Ghz/1.8Ghz 7941 1272 1863 10.05 14m24s/14m18s 78C NanoPi M4 2GB http://ix.io/3xtR Armbian Buster xfce4 4.4.213 1.5Ghz/2Ghz 8383 1359 1982 10.8 14m17s NanoPi M4 2GB http://ix.io/3xuf Armbian Buster xfce4 4.4.213 1.4Ghz/1.8Ghz 7879 1278 1807 10 15m20s NanoPi M4 2GB http://ix.io/3xux Armbian Focal xfce4 5.10.60 1.4Ghz/1.8Ghz 8028 1286 1859 10.27 13m29s NanoPi M4 2GB http://ix.io/3xuL Armbian Focal xfce4 5.10.60 1.5Ghz/2Ghz 8427 1351 2076 11.2 12m53s NanoPi M4 2GB http://ix.io/3EDB Ubuntu Xenial armhf 4.4 xfce4 1.4Ghz/1.8Ghz 7069 1140 1695 NanoPi M4 2GB http://ix.io/3TXE Armbian Jammy xfce4 5.15 1.4Ghz/1.8Ghz 7749 1317 1929 9m50s 69c Board | SBC-Bench | Distro | Clockspeeds | 7z all cores | 7z small core | 7z big core | CPU-Miner | NicoD-Blender | Max temp Odroid C4/HC4 http://ix.io/2LaP Ubuntu Mate 4.9 1.91Ghz 7000 1769 7.2 kH/s Odroid C4/HC4 http://ix.io/3F6z Armbian Buster 5.9 2.10Ghz 7971 2030 7.9 23m02s Odroid HC4 Armbian Jammy xfce4 5.16 2.10Ghz 7342 1929 17m08s 69C Odroid HC4 http://ix.io/3TVX Armbian Jammy xfce4 5.10 2.10Ghz 7350 2008 16m35s 70C Khadas VIM3 Armbian Hirsute cinnamon 5.13.12 12m55s Board | SBC-Bench | Distro | Clockspeeds | 7z all cores | 7z small core | 7z big core | CPU-Miner | NicoD-Blender | Max temp Raspberry Pi4 http://ix.io/3F6o Armbian Jammy 5.13 2Ghz 8047 2070 Didn't work Blender doens't work Raspberry Pi4 http://ix.io/3F6K Armbian Jammy 5.13 1.5Ghz 6239 1572 Raspberry Pi4 Armbian Hirsute edge xfce4 5.11 1.5Ghz 5832 1534 18m11s 60C Raspberry Pi4 http://ix.io/3Euw Armbian Hirsute edge xfce4 5.11 2Ghz 7747 2037 9.8 14m26s 68C Raspberry Pi4 http://ix.io/3FbW Armbian Hirsute 5.11 OC GPU+CPU 2.1Ghz 8168 2147 Blender crash Raspberry Pi4 http://ix.io/3EU7 Armbian Impish edge headless 5.13 1.5Ghz 6251 1584 15m39s Raspberry Pi4 http://ix.io/3Ewi Armbian Impish edge headless 5.13 2Ghz 8171 2093 12m41s Raspberry Pi4 http://ix.io/3EPQ Armbian Bullseye edge headless 5.13 1.5Ghz 6328 1594 7.3 Blender doesn't work Raspberry Pi4 http://ix.io/3EK9 Armbian Bullseye edge headless 5.13 2Ghz 8242 2096 9.7 Blender doesn't work Raspberry Pi4 http://ix.io/3ECd Raspberry Pi OS Bullseye 32-bit 1.5Ghz 7577 1933 21m09s Raspberry Pi4 http://ix.io/3ECt Raspberry Pi OS Bullseye 32-bit 2Ghz 9746 2533 17m05s Raspberry Pi4 http://ix.io/3EIe Raspberry Pi OS Bullseye 64-bit 1.5Ghz 6174 1567 7.2 17m01s Raspberry Pi4 http://ix.io/3EJs Raspberry Pi OS Bullseye 64-bit 2Ghz 8026 2053 9.65 Blender unstable at 2Ghz Raspberry Pi4 http://ix.io/3EGZ Ubuntu 21.10 (Impish) 5.13 arm64 1.5Ghz 6160 1563 16m50s Raspberry Pi4 http://ix.io/3EHA Ubuntu 21.10 (Impish) 5.13 arm64 2Ghz 7965 2038 Didn't work Blender unstable at 2Ghz Board | SBC-Bench | Distro | Clockspeeds | 7z all cores | 7z small core | 7z big core | CPU-Miner | NicoD-Blender | Max temp RPi400 http://ix.io/3HLw Armbian Jammy Edge 5.15.7 cinnamon 2Ghz o.v. 6 7913 2085 19m34s 69C RPi400 http://ix.io/3HSI Armbian Impish current 5.13.0 cin 2Ghz o.v. 6 7869 2104 14m20s 63C RPi400 http://ix.io/3HTx Armbian Impish current 5.13.0 cin 2.1Ghz + 700GPU o.v.6 6930 2069 13m27s 65C RPi400 http://ix.io/3HTR Armbian Impish current 5.13.0 cin 2.1Ghz o.v.6 8188 2205 14m03s 65C RPi400 http://ix.io/3HMm RPiOS bullseye armhf 5.10.63 1.8Ghz 8705 2350 18m46s 55C RPi400 http://ix.io/3HRl RPiOS bullseye armhf 5.10.63 2Ghz o.v. 4 9834 2601 17m07s 61C RPi400 Manjaro KDE 5.10 1.8Ghz 7426 1886 14m28s 58C RPi400 http://ix.io/3IgG Manjaro KDE 5.10 2Ghz 8156 2092 13m16s 65C RPi400 http://ix.io/3U13 *** Armbian Jammy xfce4 5.15 1.8Ghz 7166 1882 13m15s Board | SBC-Bench | Distro | Clockspeeds | 7z all cores | 7z small core | 7z big core | CPU-Miner | NicoD-Blender | Max temp Odroid N2+ http://ix.io/3EwQ Armbian Impish xfce4 5.14 2Ghz/2.4Ghz 11714 1765 2517 8m51s Odroid N2+ http://ix.io/3TDQ Armbian Impish xfce4 5.10 2Ghz/2.4Ghz 11743 1817 2626 8m43s 60C Odroid N2+ http://ix.io/3TEq Armbian Jammy xfce4 5.10 2Ghz/2.4Ghz 11801 1818 2646 5m54s * Blender 3.0.1 Board | SBC-Bench | Distro | Clockspeeds | 7z all cores | 7z small core | 7z big core | CPU-Miner | NicoD-Blender | Max temp I5 2500K OC http://ix.io/3SkY Armbian Focal 5.15 4Ghz 16029 4059 50 3m31s 95C ++Throttle with CPUMiner I5 2500K PowerSaving Armbian Focal 5.15 3.4Ghz 13544 3691 4m10s 69C 200W
-
3 hours ago, Myron said:
(... as should everyone else promise to do the same!)
For some people it is wanted/needed to change things. And for the devs it is a must.
It's just expected of people who do change things, that they know what they are doing. -
7 hours ago, lanefu said:
What ELSE do you have for sale @NicoD?!
A lot. Just out of my head what I'm willing to part with.
What I can miss. KM6 TVbox, OrangePi3, RPiZeroW, Tinker Board, Rock64, Atomic Pi.
Only for a good price the Khadas VIM2 and Jetson Nano.
RPi2B very maybe. I love that one too much, so only +50 euro for that one.
I'll have to take a lok at what else I've got. -
2 hours ago, qm3ster said:
For anyone reading this in the future, https://imola.armbian.com/dl/rock64/archive/ is 404 and that is intentional.
-
Me, me meeeeee
-
Hi all.
In my latest video I make an Armbian Build server out of my old x86 PC. And I set up an extra Odroid HC4 as NAS with the old hard drives from my PC.
I hope you'll like it, greetings.NicoD
-
4 hours ago, JMCC said:
but I have been overloaded since some time ago
Take care of yourself and those around you. Best of luck. These things can wait. Cheers.
-
19 hours ago, Ruediger said:
Where does the system actually set the CPUs speed if not in the boot.ini file?
Should be something like this.
# max cpu frequency in MHz unit if test "${variant}" = "n2_plus"; then setenv fdtfile meson-g12b-odroid-n2-plus.dtb setenv max_freq_a73 "2208" setenv max_freq_a53 "1908" else setenv fdtfile meson-g12b-odroid-n2.dtb setenv max_freq_a73 "1800" setenv max_freq_a53 "1896" fi
If you create an image, it only does the used disk space. Not the unused. So that's why I'm saying to decrease the partition size and then make the backup image. That is how Armbian images start. But there is a tool that expands the partition to full disk size at first boot.
And check a new image to see how everything is done to see if it's n2 or n2+. I'm not sure where the "${variant}" is declared.
I don't think that will be done on your image since older than that script. -
I moved this to the correct place.
14 часов назад, Dams2000 сказал:can you tell me the step by step procedure to launch this version in good condition for the Ugoos am6B plus please ?
I have not used Armbian on tv-box in a long time. My guess.
1. Write image to sd-card.
2. Mount sd-card in a Linux environment.
3. Change the armbianEnv.txt (or another Env file in the /boot directory) to point towards the correct dtb file for your device.
(4) Might be needed that you press a boot button to boot it. That might be in the 2.5mm audio connector. Use a toothpick to press it and power the board.
Read around in the TV-box club for more info. -
21 hours ago, Ruediger said:
1) When I use my Buster image with 5.6 Kernel from my Odroid-N2 and plug it into the Odroid-n2+, the result is that the device starts, but has no working Ethernet. When I try to ifconfig eth0 up it never finishes. Again: Can somebody advise me what to do about that?
Where did you find that image? Seems old.
These days there's a script that checks if it's the N2 or N2+ and then loads the correct devicetree.
But with old images (usually in config.txt) you had to manually select the correct device.
My advice would be to use a more recent image.
21 hours ago, Ruediger said:2) Maybe not N2 specific, but I never had that on my Banana Pi or Odroid C2: When I make a backup of my 64GB MicroSD card using DD, Etcher cant write the image back: The MicroSD card is too small by a few MB. Even a new card of the same model is reported as too small. Can somebody explain this to me? How can I strip the image of empty space to get it writable onto the card?
You need to decrease the size of your sd partition to do this correct.
Safest way to do this is using another image on another sd/eMMC. Then use gparted to resize the partition so there's almost no free space. Then create the backup image.
Then set the patition size again to original.
The same when you burn the image to sd-card. Resize the partition with gparted.

armbian-gaming : A tool to install Box86, Box64 and Wine on Armbian Hirsute
in Reviews, Tutorials, Hardware hacks
Posted
I've updated armbian-gaming to work on Armbian Jammy.
This installs a missing library for box64, box86 and either wine 64-bit or wine x86.
https://github.com/NicoD-SBC/armbian-gaming
Download zip (code -> download zip file)
Unzip
Run with
Choose your dirsto and install what you need. Choose either the wine 64 or winex86, don't install both.