Jump to content

MacBreaker

Members
  • Posts

    80
  • Joined

  • Last visited

Profile Information

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

Recent Profile Visitors

12096 profile views
  1. 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
  2. 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
  3. Ahh, okay, i didn't know Now it's working.. 👍 Thank's Werner
  4. 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
  5. 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
  6. 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
  7. 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
  8. Yes, i also noticed that something has changed at last update.. Try: sudo apt install apparmor -y and reboot. After that it should work...
  9. @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
  10. 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
  11. 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
  12. 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
  13. Hi, same here with: OrangePiPlus OrangePiPC OrangePiPC+ OrangePiZero Had to go back to "Buster 5.10.60". Now its working for me... again. --- Now ist working with 5.15.43-sunxi. ___ ____ _ ___ / _ \| _ \(_) / _ \ _ __ ___ | | | | |_) | | | | | | '_ \ / _ \ | |_| | __/| | | |_| | | | | __/ \___/|_| |_| \___/|_| |_|\___| Welcome to Armbian 22.05.1 Bullseye with Linux 5.15.43-sunxi System load: 9% Up time: 12 min Memory usage: 36% of 491M Zram usage: 15% of 245M IP: 172.17.0.1 192.168.63.31 CPU temp: 51°C Usage of /: 9% of 29G [ General system configuration (beta): armbian-config ] Last login: Wed Jun 1 13:11:29 2022 from 192.168.63.20 cam@backyard:~$ sudo /usr/local/bin/mjpg_streamer -i "input_uvc.so -r 1280x720 -d /dev/video0 -n -f 30 -q 80" -o "output_http.so -p 8200 -w /usr/local/share/mjpg-streamer/www" MJPG Streamer Version: git rev: 310b29f4a94c46652b20c4b7b6e5cf24e532af39 i: Using V4L2 device.: /dev/video0 i: Desired Resolution: 1280 x 720 i: Frames Per Second.: 30 i: Format............: JPEG i: TV-Norm...........: DEFAULT o: www-folder-path......: /usr/local/share/mjpg-streamer/www/ o: HTTP TCP port........: 8200 o: HTTP Listen Address..: (null) o: username:password....: disabled o: commands.............: enabled
  14. Hi dev's, please change the script that when you've installed "Bullseye" in /etc/apt/sources.list.d/docker.list is allwas "deb [arch=arm64] https://download.docker.com/linux/debian buster stable". I think is has to be: deb [arch=arm64] https://download.docker.com/linux/debian bullseye stable Greetings Markus
  15. For writing on MacOS, is use usbimager But read carefully these hints: and it works.. Markus
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines