Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Hello Michael, Unfortunately I am bit late to the party, but it seems that you have to specify fdtfile in armbianEnv.txt. The path needs to be amlogic/..., exactly like discovered in Otherwise you won't be able to boot and need to edit the file with another linux/unix. Add this to your /boot/armbianEnv.txt # Add to /boot/armbianEnv.txt fdtfile=amlogic/meson-sm1-odroid-c4-spidev.dtb overlays=spi0 spi-spidev spidev # TODO check which one is the right one ;) #param_spidev_spi_bus=0 # Not needed at least for spidev0.x Changing the status to "okay" in meson-sm1-odroid-c4.dtb does not do the trick, despite getting high hopes reading https://wiki.odroid.com/odroid-c4/application_note/gpio/spi#tab__odroid-c4. Nevertheless it can't hurt to check the status in meson-sm1-odroid-c4-spidev.dtd: fdtget /boot/dtb/amlogic/meson-sm1-odroid-c4-spidev.dtb /soc/bus@ffd00000/spi@15000 status fdtget /boot/dtb/amlogic/meson-sm1-odroid-c4-spidev.dtb /soc/bus@ffd00000/spi@15000/spidev@0 status Make sure to load the spidev kernel module at startup, i.e. by adding to /etc/modules # Append /etc/modules spidev Note: I did a diff between both de-compiled dtb files, but haven't checked yet, if something else could be affected by using the spidev variant. Hope this helps! I would highly appreciate it, if you could have a look into the overlays= / param_spidev_bus= and report your findings. Thanks in advance! Best, Daniel G.
  3. Today
  4. So... Taken the latest Armbian system update and on kernel version 6.6.31 no more CPU stalls. 🙂 Whoever fixed this, thank-you.
  5. Moved to the correct forum. Armbian does not support the Rock64. It is Community Maintained, moved to the Community Maintained forums and added the correct board tag.
  6. Hi. I'm using armbian 24.05 Ubuntu jammy xfce 30. I've downloaded Arduino ide 1.8 for arm32 Linux. I replaced original Arduino due bossac with custom bossac for udoo in Arduino due Tools in order to make ide see atmel sam3xe on udoo, but bossac didn't find it. I've tried super user access and chmod on bossac and on ttyxmc (internal Arduino due programming seirla port) With old armbian build it worked, but now not. Cheers
  7. Joshua Riek + Armbian Kernel 6.1 Vendor ✔️ HDMI Audio ✔️ WIFI 2.4 + 5ghz ✔️ Ethernet ❌ Bluetooth ✔️ NPU ✔️ VPU ✨ 1080P 60FPS 💥 ZERO DROP FRAMES ✔️ GPU @maka Today I take the U-Boot from test image Kernel Vendor 6.1: https://drive.google.com/file/d/1WB2qdovcT9TNOoeOsrHctytloOAE8ah_/view?usp=sharing and unpack it inside Joshua Riek OrangePi-3b 24.04 image https://github.com/Joshua-Riek/ubuntu-rockchip/releases Change the UUID on armbian boot file Using this method: sudo losetup --partscan /dev/loop14 disk_image.img mkdir /tmp/disk_image sudo mount /dev/loop14p1 /tmp/disk_image ####### DROP the new File to /tmp/disk_image/u-Boot ########## sudo fstrim -v /tmp/disk_image sudo umount /tmp/disk_image sudo losetup --detach /dev/loop14 Same Experience as Armbian dmesg?
  8. I've never heard of this and doesn't look like it's Armbian. Did you try an image from the official mirros? https://redirect.armbian.com/orangepi5-plus/archive/
  9. Hi friends Anyone being able to run any of the newest Armbian builds on Jetson Nano + HDMI and/or DisplayPort? PS. I have updated bootloader, system starts itself. It's simply super frustrating that the board lost support even it's still fine to play with. Happy to test any ideas - I have 3 jetson nano devices (one running docker + home assistant and few services organizing IoT home stuff on custom build ubuntu 22), 2 ready for any tests, quite power-full laptop so I can do builds in minutes and some knowledge. Need someone to team-up with so maybe we can finally get the Armbian's build fully functional?
  10. Hi, First of all I am posting in Rockpro64 section because I am not seeing one for Rock64 What I need is like the title says: use OTG USB port as regular USB 2.0 port (so I can connect another device). Currently I need the 2 USB 2.0 ports (USB 3.0 is already being used with a external disk). Is this possible? OS version: Armbian 24.2.1 Jammy - Linux 6.6.16-current-rockchip64 Thanks in advance.
  11. I would love this for a Home project for various tasks (such Home Surveillance, Datacenter Servers Backups, etc). Here in Argentina SBC are so expensive these days.
  12. @DroZDI did you unpack the .xz file? xz -d? Can you dd/(or other image tool) and mount the SD card on your computer and see a proper boot partition?
  13. too little knowledge in this, still can't boot via sd card
  14. You have to put the file in /lib/firmware/brcm directory, then reboot and see if it works
  15. And not even then. Because this is no longer supported by Debian, the files from upstream needed to build no longer exist.
  16. A nice replacement for my old orange pi. New boost for HA and other home office services
  17. this is not video issue... I attached with serial port to see... it is not loading image I found something here: https://sd-card-images.johang.se/boards/orangepi_5_plus.html like a bootloader is needed?
  18. Tried "Armbian_22.08.0-trunk_Nezha_sid_current_5.19.0_xfce_desktop.img.xz", the result there is much better, 49 MB/sec. But the WiFi onboard of LicheeRV Dock is not detected.
  19. So it sounds to me like there's pretty much no chance to get this working, unless I'm building everything myself. And maybe not even then.
  20. @north1 The current Rock 3C image is for the older board revisions with wifi 5 module. For board rev 1.4 with wifi 6 module, the driver is available as a dkms package from Radxa's github. The board uses SDIO for the module, therefore for the latest version firmware release as of writing: wget -O aic8800-firmware.deb https://github.com/radxa-pkg/aic8800/releases/download/3.0%2Bgit20240116.ec460377-8/aic8800-firmware_3.0+git20240116.ec460377-8_arm64.deb wget -O aic8800-sdio-dkms.deb https://github.com/radxa-pkg/aic8800/releases/download/3.0%2Bgit20240116.ec460377-8/aic8800-sdio-dkms_3.0+git20240116.ec460377-8_all.deb sudo apt install linux-headers-current-rockchip64 sudo dpkg -i aic8800-firmware.deb sudo dpkg -i aic8800-sdio-dkms.deb and then reboot.
  21. Ok, I have to say that. Today I tested something and used a new fresh installed SD-card Armbian_23.02.2_Nanopim4v2_bullseye_current_5.15.93_minimal (image from above). And armbian-config was able to install over apt apt update && apt upgrade -y apt install armbian-config Cheers
  22. I'm sorry, I don't know much about Linux, but I came across the H96Max 4k Ultra HD TV set-top box (rk3318), the rk3318 v.1.4 board, I wanted to install armbian on it. I did everything according to the instructions, the system was installed, I load from it, but Wi-Fi does not connect, although it shows that it sees 2.4 and 5 MHz networks, asks for a password but does not connect, the SP2734C chip. Bluetooth got up confidently and works, please advise me with the installation of armbian, maybe somehow disconnect the chip from the device, and connect Wi-Fi via USB. I read about the nvram file, but I did not understand where to write it, at what point, since, as I said above, I am not friends with Linux.
  23. balbes150, There is something wrong with performance. I am trying "Armbian_23.09_Nezha_sid_current_6.1.0_xfce_desktop.img.xz" Doing my simplest performance test: dd if=/dev/zero bs=1M count=256 | md5sum The result is 21 MB/sec. Moving windows in Xfce is really sluggish, even after disabling compositor, leaves trail on screen and lags behind mouse movement. Compared to "licheerv-debian-clean-hdmi.zst" from https://linux-sunxi.org/Sipeed_Lichee_RV#Pre-made_images (last in the list). Using kernel 5.18. The same benchmark returns 51 MB/sec. Moving windows is very responsive.
  24. Try to make a "knight move". Boot from the old image that works for you. Download and install the kernel and dtb packages using the dpkg -i command. P.S. In fact, this is harmful advice. Try it if there's nothing else left.
  25. No, I just had that impression, it might be the toolset, settings etc. Thank you @Werner, I'll look at that when I have time.
  26. Assembly is done via CI: https://github.com/armbian/community
  27. That looks like it is working to me. I have been fiddling with my cubietruck recently and I notice that it doesn't always connect to the network too, so maybe the problem has nothing to do with your carrier board.
  1. Load more activity
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines