Jump to content

Werner

Administrators
  • Posts

    5614
  • Joined

  • Last visited

Everything posted by Werner

  1. Simply mark whatever you want to quote and a box will appear to click:
  2. Providing logs with armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed.
  3. moved Providing logs with armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed.
  4. Hard to tell without any logs whatsoever In general it works on x86 since a few month ago I used it to move the OS from an old NUC-like pc from sd to built-in emmc which was flawless (besides I had to get rid of Ventoy since it messes up Armbian boot).
  5. I don't know and I won't spend time investigating. We cannot provide support for 3rd party images/software. Moved to off-topic since OP is not using Armbian.
  6. Not an Armbian kernel. You should ask at the place where you go the image with this kernel from.
  7. If the armbian-install way does not work, you can also write the image directly to the ssd, either with a different computer or, since you were already successfully booting from usb, download the image again and dd it to the ssd. No need to do partitioning beforehand, just write to the raw device since the image already contains the partition table iirc.
  8. Would you mind sending this as pull request? https://github.com/armbian/build/pulls
  9. moved Providing logs with armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed.
  10. Yes, current broke at some point. More up to date packages should be available via apt. In general the support for rk3588 in 6.12 (current as of today) is barely there but there won't be updates regarding that matter, bug fixes only due to its LTS nature. Better use vendor or edge.
  11. I think there are some userspace drivers needed as well. Armbian provides the kernel module only. Not exactly sure what's needed but I think the stuff is from here: https://github.com/airockchip/rknn-toolkit2/tree/master/rknpu2
  12. I see. Well there is a similar topic, maybe this can give some clues: https://forum.armbian.com/topic/50228-i2s-audio-not-working-on-orange-pi-zero-2w-allwinner-h618-with-max98357a/
  13. Looks like that one can take stereo input but it is mostly designed to output one channel only. Did not research on my own but asked LLM. Since you experience one channel output only it might be correct about this behavior and also the overlay seems correct. In case you're interested in the output summary:
  14. Checked here?https://serverfault.com/questions/1042988/automatic-reboot-at-specific-time-if-automatic-upgrade-requires-reboot
  15. As long as you keep the discussion about this at their place... ophub is (ab)using the name Armbian without permission and they do not contribute to the core development process. Rather they trick users into thinking they get support here and therefore (ab)using our resources.
  16. zero2w != zero2 moved
  17. Feel free to pr any missing overlay here: https://github.com/armbian/linux-rockchip
  18. moved to csc https://docs.armbian.com/User-Guide_FAQ/#why-no-universal-image tl;dr: You are using the wrong image. Get/build one for your board
  19. current isn't ideal for any rk3588 hw anyway due to lack of hw features mainlined for now. edge or vendor working best.
  20. Yes. This is an example of a rk3588 based board of mine: overlay_prefix=rockchip-rk3588 overlays=panthor-gpu opp-oc-24ghz The overlay names come from /boot/dtb/*/ find an overlay matching your soc and needs and enable by putting its name to overlays=. Then reboot. Having a serial console to read uboot logs can show if it has been loaded properly or in case it did not why.
  21. Overlays can be added manually as well. Check /boot/armbianEnv.txt
  22. Expected. current had a bare minimum of hdmi support before it became recent LTS kernel. Therefore no fixes will hit there until rollover to next LTS. Needs to be enabled. Either enable panthor overlay (the mainline panthor driver was backported to vendor kernel but is disabled by default) and install more recent mesa packages (depends on userspace). Or install proprietary mali blobs. Having or building an image with mesa-vpu extension enabled handles that for you. There is no automatic method of installing afterwards yet. https://github.com/armbian/apa/issues/20
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines