Jump to content

Werner

Administrators
  • Posts

    5159
  • Joined

  • Last visited

Everything posted by Werner

  1. Wireguard is shipped by default with almost all Armbian images. Simply do code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } sudo modprobe wireguard All you need is wireguard-tools which can be installed with --no-install-recommends to avoid unnecessary bloat/dependencies.
  2. Ah. I guess nobody ported the overlays from old bsp over yet. Well also nobody was asking for them yet either lol Anyway this may work with "modern" bsp too: /dts-v1/; /plugin/; / { fragment@0 { target = <&spi3>; __overlay__ { status = "okay"; spidev@0 { compatible = "rockchip,spidev"; status = "okay"; reg = <0>; spi-max-frequency = <50000000>; }; }; }; };
  3. How do you connect a NVMe to this board? Never mind. Wrong prefix. Anyway you need boot loader present on either spi, emmc or sd. Direct boot from nvme isnt possible.
  4. No clue, sorry. I never actually used i2c
  5. Hm vendor seem lacking all rk356x overlays except rk3566-roc-pc-sata2.dtbo. Need to check current. Edit: current and edge only have a few more but also none spi related for rk3566. Odd...
  6. rockchip bsp kernel has recently been bumped to 6.1.99. Maybe things run smoother using it. You can use the build framework to create a set of kernel package to install via dpkg. Or use armbian-config to switch to beta repo which should also have it.
  7. Can you provide me with the output of code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } ls /boot/dtb/rockchip/overlay ?
  8. Check /boot/armbianEnv.txt overlays=i2c1 i2c2 rockchip-rk3399-i2c7 Try this instead: overlays=i2c1 i2c2 rk3399-i2c7
  9. Armbian is evolving rapidly, now supporting an ever-growing list of single-board computers (SBCs) - each with unique hardware, kernels, and configurations. As the variety of supported boards expands, so does the complexity of troubleshooting and providing effective user assistance. To keep up with this demand, we’re raising 5,000 EUR to hire part-time support agents who can help manage this increasing workload and ensure high-quality support for the community. Read more: https://forum.armbian.com/crowdfunding/project/16-help-armbian-grow-support-join-our-team/
  10. My guess is that there is no npu driver upstreamed yet. Try vendor kernel
  11. Hi Providing logs with PASTE_SERVER_HOST=paste.armbian.de armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed.
  12. If you run from sdcard, put it into an existing system and make necessary adjustments. Easiest would be to use another arm64 based computer since you can simply chroot into your sdcard and use armbian-config to switch back to stable.
  13. Try these: https://fi.mirror.armbian.de/.testing/Armbian-unofficial_25.02.0-trunk_Orangepizero_bookworm_legacy_6.1.104_minimal.img.xz https://fi.mirror.armbian.de/.testing/Armbian-unofficial_25.02.0-trunk_Orangepizero_bookworm_edge_6.12.9_minimal.img.xz
  14. Hi Providing logs with PASTE_SERVER_HOST=paste.armbian.de armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed.
  15. Not for mainline. HDMI implementation is incomplete and still WIP. If you need other resolutions vendor kernel is the way to go for now.
  16. Hi Providing logs with PASTE_SERVER_HOST=paste.armbian.de armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed.
  17. Did you check that the overlay has been added properly to /boot/armbianEnv.txt after using armbian-config? In some situations this fails for a reason still to be determined. Also make sure to apt update&upgrade beforehand since this tool gets patches frequently.
  18. If this works from terminal but not from within armbian-config I suggest to report here: https://github.com/armbian/configng/issues
  19. It is. We made the best possible support from it. Each new sdk version brings fixes but also regressions. Though you actially have to give credit to rockchip for their rk35xx sdk. We had way worse in the past, not necessarily from rk but others like aml or aw. In comparison its surprisingly good Anyway it will take another few years until it is close to feature-complete in mainline. I think rk3399 still hasn't all its features mainlined but overall it is well matured now. You always have to keep in mind that some smart person have to sit down and write drivers for sometimes poorly, sometimes not at all, documented features of a soc. Either being paid to do so or being an enthusiast where latter are very very rare people and their efforts are often strongly under-appreciated.
  20. Yes there is some communication happening but this is out of scope for me. I do community Well thats unfortunate...and fortunate the same time. Let me explain real quick. rockchip socs have a built-in fixed boot order which is something like SPI, eMMC, microSD, USB and so on. However u-boot should be configured in a way, even though present on SPI or eMMC, it will check for an OS on microsd and try to boot that. tl;dr: Just write a fresh Armbian image on a microsd, put it into the ITX and power it on. It should boot from microsd. This system then can be used to fix your OS on the soldered eMMC.
  21. moved wrong board. use orangepi5-pro if you want an image for orangepi5-pro. orangei5 will only boot on orangepi5.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines