Jump to content

Search the Community

Showing results for tags 'orangepizeroplus'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Armbian
    • Armbian project administration
  • Community
    • Announcements
    • SBC News
    • Framework and userspace feature requests
    • Off-topic
  • Using Armbian
    • Beginners
    • Software, Applications, Userspace
    • Advanced users - Development
  • Standard support
    • Amlogic meson
    • Allwinner sunxi
    • Rockchip
    • Other families
  • Community maintained / Staging
    • TV boxes
    • Amlogic meson
    • Allwinner sunxi
    • Marvell mvebu
    • Rockchip
    • Other families
  • Support

Categories

  • Official giveaways
  • Community giveaways

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Matrix


Mastodon


IRC


Website URL


XMPP/Jabber


Skype


Github


Discord


Location


Interests

  1. Hello, does anybody found a working WiringPi version for the Orange PI Zero+ H5?
  2. Im using armbian stretch on an Orange Pi Zero Plus. On normal boot up, the system hangs at starting version 232 for around 1-2 minutes. After this the system procedes to boot normally. What is this delay time and is there any way I can remove it?
  3. Hi all Given that the node that H3 consumption uses to change DRAM frequency no longer exists on H5 on the mainline kernel, how would one go about altering this?
  4. In case anyone else is considering this. I can confirm that I was able to compile Dual DHCP DNS Server on the Orange Pi Zero Plus board by using the instructions for 64 bit Linux as given in the Dual DHCP DNS Server manual (in the download). The project is hosted on Source Forge https://sourceforge.net/projects/dhcp-dns-server/ This is a very lightweight but powerful DHCP/DNS server for Windows and Linux. I currently am running a primary server on Windows and a secondary on the Orange Pi. My current OS is ARMBIAN 5.38 stable Ubuntu 16.04.4 LTS 4.14.48-sunxi64. I suspect that it will work for other versions of the OS and board too. Daemonize proved to be simple. Set up the paths in the rc script and symbolic link to it in init.d. The only other differences were that the dualserver.ini file defaults to /etc rather than the program directory and I configured it in the rc script to use /etc/dualserver/dualserver.ini. I couldn't get the log to work in /var, so I left it at the default in the program folder.
  5. Hi Dear Friends! I'm having trouble using the onboard analog soundcard from my OrangePi Zero +. I already enabled analog-in in armbian-config, but when I try to run some application that uses the sound card, it has an error. In this example I'm trying to use the direwolf app that serves to decode FSK audio. The error also repeats when I try to use svxlink.
  6. I originally installed Armbian_5.38_Orangepizeroplus_Ubuntu_xenial_next_4.14.14 I got NTP with PPS up and running on UART2 with PPS on PA3 I have a working backup image of this. I then used armbian-config to boot from USB disk and I installed a LAMP stack and battled to get a DB up and running. My mistake was upgrading the kernel before making a backup. My version is now ARMBIAN 5.38 stable Ubuntu 16.04.4 LTS 4.14.48-sunxi64 NTP and PPS no longer work. Is there a way to downgrade the kernel without having to go back to the backup and battle with the DB config again? I'm a Linux newb so please make allowances for my ignorance. I have searched for several hours without success before posting.
  7. Let's say I'm deploying hundreds of warehoused devices employing an H5-based Orange Pi Zero Plus, and I need a reliable distinct identifier for each. In another application we're using the MAC address, but that seems not to be EEPROM-ed on the OPiZ+. So, okay, SOC Unique ID has been mentioned elsewhere (MAC generation on the OPiZ+), but where is it available? cat /proc/cpuinfo does not include "Serial". lshw has a "serial" but I'm not sure that's reliable (I've got a Beaglebone that doesn't show one - and it says /proc/cpuinfo Serial: 00000000). So what's a good low-cost (i.e. not by launching Perl scripts) way to obtain the unique CPU identifier - if there really is one? Thanks.
  8. I just received 3 of the Zero Plus boards and am trying to verify they at least basically work. I'm new to Armbian & Orange Pi but have been using Raspbian & Raspberry Pi's for years. I've downloaded Armbian for the OP Zero (Armbian_5.38_Orangepizero_Debian_stretch_next_4.14.14.img), verified the gpg signature and the sha256 checksum and used Etcher v. 1.4.4 on a 2017 iMac, macOS Sierra, to burn SD cards. After burning, macOS claims "The disk you inserted was not readable by this computer." Maybe that's normal for Armbian? diskutil list shows: /dev/disk8 (external, physical): #: TYPE NAME SIZE IDENTIFIER 0: FDisk_partition_scheme *15.9 GB disk8 1: Linux 1.4 GB disk8s1 so the lack of a FAT partition would explain it not being readable. Still, tried to use it to boot the OP Zero's... Nothing. No indication that it's receiving power, no activity on the ethernet hub it's connected to. Does the OP Zero even have a power LED? I know first boot takes a "long" time, so I left it alone for > 10 minutes. Nothing. Also, to address some obvious questions: 1) power supply - 2A, 18 inch USB cable. It successfully powers a Raspberry Pi 3B+, which is notorious for it's power usage. Could the OP Zero be worse? 2) ethernet connection - works with RPi 3) SD card - burning a Raspbian image to the same SD card (after formatting) boots on both a 2B and 3B+. I verified 5.20 volts between pins 1 & 2 of the populated header (CON5) so it sure looks like the power is good. This seems to work for lots of other folks, so I must be missing something. Perhaps I received 3 defective boards? Unlikely, but possible. Does the OP Zero Plus require a different Debian build than the OP Zero? What else? Thanks. LarryA
  9. Im in the progress of making an internet radio with an Orange Pi Zero plus using armbian. Ive just gone to enable the audio device in armbian-config and when i go though to system -> hardware, the list is completely blank with just tick boxes but no content Any ideas? thanks
  10. Hello, There are two physical USB port on the pi zero+ board : one is USB 2.0 host and the the second one is USB 2.0 OTG through a micro USB connector. As I power the card through the expansion pin I would like to turn the micro USB to a regular mode to connect a DVB dongle. With Armbian 5.38 and Kernel 4.14.14 (and also nightly build) I've done the following modification - in armbian-config enable usbhost0 - modify the /boot/dtb/allwiner/sun50i-h5-orangepi-zero-plus.dtb => decompile the file with dtc => edit the dts file and change the line dr_mode = "peripheral" to "host" => recompile the file and reboot After reboot when I dmesg | grep usb0 I've got the message [ 2.207647] usb0-vbus: disabling Is there any solution ?
  11. Hi Guys, Sorry if this question has been tabled before, but i couldn't see it amongst the H5 topics. I just bought two O-pi-zero+ and downloaded the two mainline releases from https://www.armbian.com/orange-pi-zero-plus: Armbian_5.38_Orangepizeroplus_Ubuntu_xenial_next_4.14.14.img and Armbian_5.38_Orangepizeroplus_Debian_stretch_next_4.14.14.img both seem to work just fine until i try to disable any of the CPUs, for example: "echo 0 >/sys/devices/system/cpu/cpu3/online". i'm logged on using ssh and after this i get no response. this happens on both xenial and stretch, and on both boards. i haven't tried connecting to the uart yet, but i just wondered if this is a known problem? many thanks
  12. Dear all, I am not able to find and enable SPI in orange pi zero+ (allwinner H5).I did as per many suggestion on many forum but didn't work and not showing active. Please give me concrete help.
  13. I got the mali stuff working on my H3 on my orange pi one to great success for use with the HTC Vive, but I'm trying to get it working on my H5 on my Orange Pi Zero Plus 2. I can't seem to get any work done as far as installing the mali modules/etc since I can't find the mali node in any of the dtb's. Also, because I am trying to use the normal armbian system, instead of installing my own sunxi-next kernel. I've switched to nightly, but can't figure out how to edit my own changes to the dts's that are built to add add the extra mali node (not that I have any idea where the mali450 is on the H5!). Any help would be greatly appreciated. I can't wait to fire this thing up with my HTC vive and see what my new even orager VR experience is like. Charles
  14. Good day, everyone! On the manufacturer's website Allwinner H5, it says: 2 Display device, dual display (same or different content) HDMI & CVBS. Can anybody tell me how to do this? I'm willing to pay for the development of drivers and / or firmware to be able to work on an Orange Pi Zero Plus 2 H5 device with two displays (1- HDMI, 2-TVout) - at the same time. With suggestions, please contact me at tigroidit@gmail.com
  15. I trying all version on Orange Pi H5 Zero and nothing working. Only one green light start and after 3 second stop lighting. Before i use Armbian on this machine (meybe update firmware)
  16. I download the image of this page, unzip the image and use rufus to burn it in a Samsung SD 32 GB evo. I use power supply of 3000 mah https://www.armbian.com/orange-pi-zero-2-h5/ It always fails, and it starts a reboot and kernel panic cycle What image i need use?
  17. Hi to everyone, I'm using "Armbian_5.38_Orangepizeroplus_Debian_stretch_next_4.14.14" on a Orange Pi Zero Plus H5 I'd like to test this new board by working with processor overclocking. But it seems to me that it is leased at 816Mhz maximum. Can someone tell me how to take it to 1200Mhz or more? Thanks Antonio
  18. Hi, I use OPI0+. Bluetooth works well when using WiFi as a client. In access point I got an error like"Invalid command" "ConnectionAttemptFailed". Is there any way to fix it?
  19. Hi all, on orange pi zero plus with allwinner H5 I have problem to install python library pyA20 to controll gpio. On H2 it was easy to do this. Same suggestions? Thanks in advance
  20. Hi, Since the armbian release 5.3.6 (Linux 8 jessie 4.13.16-sunxi64) does not contain the module 'nls_utf8', one can not use the OpenMediaVault - OMV - plugin 'Remote Mount' for accessing an external HDD ... for example, which is connected to a Fritz!Box (running Fritz!NAS). Further details please see OMV - Remote Mount: How to mount an HDD that is connected to a Fritz!Box 7490? Please include the module 'nls_utf8' (and maybe some more nls_* modules) in an update compilation, which is based on the same kernel. Many thanks in advance. The module is provided in following Debian Jessie file list (image): https://packages.debian.org/jessie/arm64/linux-image-3.16.0-4-arm64/filelist Regards, Joe
  21. EDIT - UPDATE 'apt-get upgrade' worked fine - thanks to all armbian developers and contributors! --- Hi, Should I wait for 'apt-get upgrade'? ... never change a running system ;-) Due to Ethernet Port (LAN) related issues that effect OPI0+ to the newest Armbian release - under development (Now it seems that the OPi Zero Plus is missing his Ethernet-device ...). My OPI0+ is only connected via LAN cable to the router. And I don't like to use Wi-Fi (WLAN). Regards, Jochem
  22. Hi, Many thanks for your support. I installed successfully the OpenMediaVault (OMV) ISO Image on the new Orange Pi Zero Plus (OPI0+): OMV_3_0_91_Orangepizeroplus_4.13.13.img.xz. I mounted an external USB 2.0 HDD. via OMV The OPI0+ is directly connected thru LAN cable to the router (Fritz!Box 7490). Login via PuTTY ssh works also fine. Additionally, I installed miniDLNA and configured folder/file sharing and media streaming. The flac-files are provided quickly, including album cover pictures (jpg). Now, I kindly ask for your support to disable Wi-Fi (WLAN). I thought about blacklisting the module 'cfg80211', but it is already listed as 'Used by' together with the module 'rfkill'. Since I am a newbie regarding Armbian (Debian and Linux), I'd like to know, whether Wi-Fi is currently disabled (rfkill)? Thus, I don't need to do anything? Or is there another Wi-Fi (WLAN) module, which needs to be blacklisted? Many thanks in advance. Regards, Joe
  23. Hi guys, I've just got my first of the H5 boards, and am loving it so far. I have a quick question however. On all of my Zero (H2+) boards I have an led on indicating power. On the H5 board this LED is not lit. Do I have a busted LED or is this intentional? Sent from my ONEPLUS A3003 using Tapatalk
  24. How to use an Orange Pi Zero Plus as an ethernet gadget over usb otg using g_ether?
  25. Hi All, Its been a week learning, battling and reading posts on armbian forum which was very much helpful - i now starting to master orange pi and armbian! However i can't seem to understand how to trigger the two on board LEDs (Red & Green), in one of the armbian images i tested this was implemented but not in the armbian version suggested for he Orange PI Zero Plus 2 H5: https://www.armbian.com/orange-pi-zero-2-h5/ It seems that my leds folder is empty, where to download or how to populate the missing files? ls /sys/class/leds Empty folder uname -r 4.14.4-sunxi64 modprobe gpio-sunxi modprobe: FATAL: Module gpio-sunxi not found in directory /lib/modules/4.14.4-sunxi64 ls /sys/class/gpio export gpiochip0 gpiochip352 unexport ls /sys/class backlight devcoredump drm hidraw ieee80211 mdio_bus mtd pps regulator scsi_disk spi_master udc watchdog bdi devfreq extcon hwmon input mem net ptp rfkill scsi_generic spi_slave vc zram-control block devfreq-event gpio i2c-adapter iommu misc phy pwm rtc scsi_host thermal virtio-ports bsg dma graphics i2c-dev leds mmc_host power_supply rc scsi_device sound tty vtconsole Many thanks!
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines