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. Hi guys, I was running my Orange Pi Zero Plus perfectly on the dev channel but I did an apt upgrade the other day and it seems to have broken something. I hooked it up to a usb serial device and here's the log: https://pastebin.com/jiB9TZdh Any ideas on how I can fix this? I can interrupt the boot process and I get to a screen where I can run limited commands but I'm not sure what to do at that point. I'm thinking it might be easier to just reflash and start again. This post is mainly for the devs to let them know there might be an issue with one of the kernels? Cheers.
  2. Hi guys, In order to increase the CPU frequency on my Orange Pi Zero Plus I need to run the 4.17y kernel: I downloaded the prebuilt image from armbian which only includes the 4.14y kernel. Is there any way to download the newer 4.17y kernel, rather than having to build Armbian from scratch? Sorry if this is a newbie question but I'm not a linux expert. I appreciate any help in advance
  3. board: orange pi zero plus (CPU H5) os: power on idle current is about 0.25A。 after poweroff the currtent rise to about 0.35A 。 and got error message on console: ----------------------------------------------------------------------- [ OK ] Reached target Shutdown. [67908.295169] reboot: Power down INFO: PSCI Affinity Map: INFO: AffInst: Level 0, MPID 0x0, State ON INFO: AffInst: Level 0, MPID 0x1, State ON INFO: AffInst: Level 0, MPID 0x2, State ON INFO: AffInst: Level 0, MPID 0x3, State ON ERROR: PSCI system shutdown: still alive ... ----------------------------------------------------------------------
  4. I've got an Orange Pi Zero Plus running Armbian Bionic. I'm trying to add a virtual wifi interface so I can create a wifi hotspot so I can connect to it easily on remote networks. iw list shows that the adapter *should* be capable of adding an additional interface. This works on other Orange Pi boards I've got but not this one. Any ideas? root@opizero:~# iw list Wiphy phy0 max # scan SSIDs: 9 max scan IEs length: 2304 bytes max # sched scan SSIDs: 0 max # match sets: 0 max # scan plans: 1 max scan plan interval: -1 max scan plan iterations: 0 Retry short limit: 7 Retry long limit: 4 Coverage class: 0 (up to 0m) Supported Ciphers: * WEP40 (00-0f-ac:1) * WEP104 (00-0f-ac:5) * TKIP (00-0f-ac:2) * CCMP-128 (00-0f-ac:4) Available Antennas: TX 0 RX 0 Supported interface modes: * IBSS * managed * AP * monitor * P2P-client * P2P-GO iw dev wlan0 interface add vwlan0 type station command failed: No such device (-19) iw phy phy0 interface add vwlan0 type station command failed: No such device (-19)
  5. 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?
  6. Hello, does anybody found a working WiringPi version for the Orange PI Zero+ H5?
  7. 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
  8. 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?
  9. 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?
  10. 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.
  11. 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.
  12. 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.
  13. 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
  14. 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
  15. 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 ?
  16. 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.
  17. 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
  18. 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
  19. 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)
  20. 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
  21. 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
  22. Orange Pi Zero Plus (H5 / 1000M ethernet ) Is a working Armbian system ? ..... It's probably new :-)
  23. 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?
  24. 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
  25. 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
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines