Jump to content

armbianorange2hero

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. @jock Ok. Rinse and repeat: ./compile.sh BOARD=rk322x-box BRANCH=legacy RELEASE=bullseye BUILD_MINIMAL=yes BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=yes COMPRESS_OUTPUTIMAGE=sha,gpg,xz I tried several overlay led settings with and without wlan-esp8089 but still no wifi. armbianmonitor.txt
  2. @Gabriel Zanetti I got it to work on an orange pi zero 2 but you need to compile your own image. The can bus needs to be activated in the kernel: ./compile.sh BOARD=orangepizero2 BRANCH=legacy RELEASE=bullseye BUILD_MINIMAL=yes BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=yes COMPRESS_OUTPUTIMAGE=sha,gpg,xz After the kernel configure menu comes up activate CAN in the network section and take a deep dive into the sub menus to activate usb can adapter gs_usb This works with candelight as well as klipper USB CAN bridge.
  3. @fabiobassa This one https://www.aliexpress.com/item/1005003671383647.html
  4. Out of curiosity I bought an MXQ Pro 4k 5G tv box on Aliexpress. I compiled my own image for rk822X: ./compile.sh BOARD=rk322x-box BRANCH=current RELEASE=bullseye BUILD_MINIMAL=yes BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=yes COMPRESS_OUTPUTIMAGE=sha,gpg,xz The image was successfully burned to eMMc with Multitool. Thanks for all the efforts that whent into createing the image and the multitool. The only issue I have is that wifi is not working. If I select led-conf6 in rk322x-config after reboot rk322x-config is unable to detected the esp8089 If I select led-conf7 in rk322x-config after reboot rk322x-config detects the esp8089 but no wifi device can be found. armbianmonitor.txt
  5. Workaround: Install https://armbian.systemonachip.net/archive/orangepizero2/archive/Armbian_22.02.2_Orangepizero2_bullseye_legacy_4.9.255.img.xz and put the 22.05 packages on hold before upgrade: apt list --upgradable|fgrep 22.05| awk -F "/" '{print $1}' | xargs -n1 -i{} apt-mark hold {} apt-unhold armbian-zsh apt upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done The following packages have been kept back: armbian-bsp-cli-orangepizero2 armbian-config armbian-firmware linux-dtb-legacy-sun50iw9 linux-image-legacy-sun50iw9 linux-libc-dev linux-u-boot-orangepizero2-legacy ...
  6. Same here. The 22.02 image works but is also dead after apt upgrade.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines