Jump to content

MacBreaker

Members
  • Posts

    81
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    35708 Haiger, Hessen, Germany
  • Interests
    Arm Devices

Recent Profile Visitors

12273 profile views
  1. Hi @Skalistan, see here.. Build your own image with the Build Framework. Markus
  2. Small hint.. try this: sudo rm -rf build git clone --depth=1 --branch=main https://github.com/armbian/build ..and compile again. In the most cases for me i'ts working again. Markus
  3. Hello @AlexVS, you wrote: That is no image with preinstalled OMV but with preinstalled openhab. There is no image for ri4 with OMV preinstalled (as far as i see..). You have to build it by yorself. See DIY on post 1. Markus
  4. Ahh, okay, i didn't know Now it's working.. 👍 Thank's Werner
  5. Hello Igor, try to build OMV for rpi4. ./compile.sh BOARD="rpi4b" BRANCH=current RELEASE=bookworm ENABLE_EXTENSIONS="omv" KERNEL_CONFIGURE="no" BUILD_MINIMAL="yes" Got these error messages: [🌿] Enabling extension [ omv ] [🔨] ERR: Extension problem -- cant find extension 'omv' anywhere - called by /home/master/build/lib/functions/general/extensions.sh [💥] Exiting with error 17 [ at /home/master/build/lib/functions/general/extensions.sh:1 enable_extension() --> lib/functions/general/extensions.sh:1 initialize_extension_manager() --> lib/functions/general/extensions.sh:135 do_main_configuration() --> lib/functions/configuration/main-config.sh:317 do_with_logging() --> lib/functions/logging/section-logging.sh:81 do_with_conditional_logging() --> lib/functions/logging/section-logging.sh:111 prep_conf_main_build_single() --> lib/functions/main/config-prepare.sh:29 cli_standard_build_run() --> lib/functions/cli/cli-build.sh:22 armbian_cli_run_command() --> lib/functions/cli/utils-cli.sh:136 cli_entrypoint() --> lib/functions/cli/entrypoint.sh:176 main() --> compile.sh:50 ] [💥] Cleaning up [ please wait for cleanups to finish ] What I'm doing wrong? Markus
  6. Hello @hyungjuk, try to build a image with this command: ./compile.sh BOARD=orangepiplus BRANCH=current RELEASE=bookworm BUILD_MINIMAL=no BUILD_DESKTOP=no KERNEL_CONFIGURE=no COMPRESS_OUTPUTIMAGE=sha,img As you can see the differend about Plus und Plus 2 is only the size of RAM. E. g. Plus = 1GB, Plus 2 = 2GB See in the build framework: Good luck, it should work.. I run Home Assistant for (small) tasks, without Problems.. Markus
  7. As far as i know Plus and Plus 2 share the same image. The Plus2e image didn't work. Maybe about the different USB ports. Last weekend i build a image for my Plus, it works perfect oob. Markus
  8. Had the problem many years ago with my Orange Pi PC Plus (ok, Kernel 3.4.x) The trick was to create 2 partitions on the SD card. E.g. the first with FAT16, only a few MB in size, and the 2nd with EXT4. Then it boots via MMC. Greetings Markus
  9. Yes, i also noticed that something has changed at last update.. Try: sudo apt install apparmor -y and reboot. After that it should work...
  10. @hajupiko49It should work! Read this tread "https://forum.armbian.com/topic/9009-info-friendlyarm-pcm5102a-hat-with-nanopi-neo-under-mainline-4xx-and-dev-5xx/" (Thanks Guido) I dit it on a Orangepi-Plus with bullseye, kernel 5.15. Use this steps: sudo apt update && sudo apt upgrade -y freeze updates in armbian-config dtb Than you can begin changeing your dtb. You have only to replace "sun8i-h3-orangepi-plus" to your needs.. Best wishes Markus
  11. With Focal i don't know. But try do repalce "libjpeg62-turbo-dev" with "libjpeg8-dev". It's availble on arm64. I hope it works... Markus
  12. Hello, great that it works for you and you were able to solve the differences between RPi and Armbian. 👍 For my part, I have not dig deep in the project, since for me it is a "bad weather project" in the future of this year. Thanks for your tips, I'll use them... 🙂 What about the space of your eMMC? I think no Problem. Markus
  13. Hello @thanh_tan, next time I will try the same with Orange Pi One. My search point to this adress: https://desertbot.io/blog/raspberry-pi-touchscreen-kiosk-setup It's based on a cli (small) image with Chromium, no desktop need. Found also a artickel, but it's in german with the firefox browser. Maybe this helps a little bit.. Markus
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines