Jump to content

Search the Community

Showing results for tags 'orangepiplus'.

  • 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

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. Which system to install on Orange Pi Plus 2 ? http://www.armbian.com/orange-pi-plus/???
  2. Hello guys ! 1) New SD card 16 Gb 2) Install on it armbian 5_14 desktop 3) Install apache 2 reboot ---> OK 4) install mysql server and client reboot ---> OK 5) install php5 reboot ---> OK 6) install phpmyadmin reboot ---> OK 7) install java8 reboot ---> OK 8) install netbeans 8.1 + plugins reboot ---> OK 9) install other programs and services reboot ---> OK 10) install igorpecovnik/hostapd reboot ---> Problem as I told in other post This happens three times today , to be sure before write that. So pratically this is the price to pay if I want an access point ? :( What I have to do ? I want insist because Igor and Tkaiser wrote me is a small issue , just remove and play with the SD card and else . This is a bug or not ? I'm using armbian on orangepi plus 2 , maybe the igorpecovnik/hostapd is only for other version ? ciao Walter
  3. Hi, I need to use the GPIO of the orange pi, is there a library that i can use to program my aplications in java or python? Is pi4j an good option? Can i use it with orange pi plus 2?
  4. The built-in WIFI module doesn't switch to monitor mode. This makes me looking for rebuilding the module from the Git repository: https://github.com/rdm-dev/rtl8189ES_linux/tree/52ee6388111fbaf990ec60e93b086cafa6cc373a I am stuck with the following error: *** No rule to make target 'arch/arm/tools/gen-mach-types', needed by 'include/generated/mach-types.h'. What is necessary to rebuild and replace the module with a new one? Here is what was done so far: root@orangepiplus:/usr/src/rtl8189ES_linux# uname -a Linux orangepiplus 3.4.110-sun8i #18 SMP PREEMPT Tue Mar 8 20:03:32 CET 2016 armv7l GNU/Linux root@orangepiplus:/usr/src/rtl8189ES_linux# dmesg |grep 8189 [ 3.923104] RTL871X: rtl8189es v4.3.0.4_11916.20140724_COB [ 3.923090] RTL871X: module init start [ 3.923104] RTL871X: rtl8189es v4.3.0.4_11916.20140724_COB [ 3.923112] RTL871X: build time: Mar 8 2016 20:02:27 root@orangepiplus:~# lsmod Module Size Used by 8189es 896688 0 root@orangepiplus:~# rmmod 8189es root@orangepiplus:/usr/src/rtl8189ES_linux# ls -al /lib/modules/`uname -r`/ lrwxrwxrwx 1 root root 36 Mar 8 20:03 build -> /usr/src/linux-headers-3.4.110-sun8i root@orangepiplus:/usr/src# svn ls https://github.com/rdm-dev/rtl8189ES_linux/trunk Kconfig Makefile clean core/ hal/ ifcfg-wlan0 import-update.sh include/ os_dep/ platform/ runwpa wlan0dhcp root@orangepiplus:/usr/src# svn export https://github.com/rdm-dev/rtl8189ES_linux/trunk A trunk A trunk/Kconfig A trunk/Makefile A trunk/clean A trunk/core A trunk/core/efuse A trunk/core/efuse/rtw_efuse.c A trunk/core/rtw_ap.c A trunk/hal/efuse A trunk/hal/efuse/efuse_mask.h A trunk/hal/efuse/rtl8188e A trunk/hal/efuse/rtl8188e/HalEfuseMask8188E_PCIE.c A trunk/hal/efuse/rtl8188e/HalEfuseMask8188E_PCIE.h A trunk/hal/phydm/rtl8188e/hal8188ereg.h A trunk/runwpa A trunk/wlan0dhcp Exported revision 6. root@orangepiplus:/usr/src# mv trunk rtl8189ES_linux root@orangepiplus:/usr/src# ls -al rtl8189ES_linux total 112 drwxr-xr-x 7 root root 4096 Apr 2 19:28 . drwxr-xr-x 11 root root 4096 Apr 2 19:30 .. -rw-r--r-- 1 root root 64 Oct 6 21:21 clean drwxr-xr-x 3 root root 4096 Apr 2 19:28 core drwxr-xr-x 8 root root 4096 Apr 2 19:28 hal -rw-r--r-- 1 root root 54 Oct 6 21:21 ifcfg-wlan0 -rwxr-xr-x 1 root root 496 Oct 6 21:21 import-update.sh drwxr-xr-x 4 root root 12288 Apr 2 19:28 include -rw-r--r-- 1 root root 110 Oct 6 21:21 Kconfig -rwxr-xr-x 1 root root 51507 Oct 6 21:21 Makefile drwxr-xr-x 3 root root 4096 Apr 2 19:28 os_dep drwxr-xr-x 2 root root 4096 Apr 2 19:28 platform -rw-r--r-- 1 root root 423 Oct 6 21:21 runwpa -rw-r--r-- 1 root root 294 Oct 6 21:21 wlan0dhcp cd /usr/src/rtl8189ES_linux root@orangepiplus:/usr/src/rtl8189ES_linux# make -C /lib/modules/`uname -r`/build make: Entering directory '/usr/src/linux-headers-3.4.110-sun8i' HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED scripts/kconfig/zconf.lex.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf scripts/kconfig/conf --silentoldconfig Kconfig CHK include/linux/version.h CHK include/generated/utsrelease.h UPD include/generated/utsrelease.h make[1]: *** No rule to make target 'arch/arm/tools/gen-mach-types', needed by 'include/generated/mach-types.h'. Stop. /usr/src/linux-headers-3.4.110-sun8i/arch/arm/Makefile:278: recipe for target 'archprepare' failed make: *** [archprepare] Error 2 make: Leaving directory '/usr/src/linux-headers-3.4.110-sun8i'
  5. This simple tutorial to explain ho wto manage the GPIO with the I2C bus and C++ under Netbeans .
  6. Hi! I've tried to compile the lwjgl lib on my opiplus2, but I'm stuck on ant compile_native_es. ant jars_es finished successfully. The error: [apply] /usr/bin/ld: cannot find -lEGL Tried to install libegl1-mesa-dev package but it conflicts with the mali driver package. Is it possible to compile the lwjgl with opengl-es on the opi, or that's a dead idea? Thanks in advance!
  7. hello everyone ! How to get totally permission in /root folder of my orangepiplus2 under armbian? I have already set sudo su ----pass ok I'm installing WiringOP and I have to go inside /root Using psw I know the path that is /root/WiringOP Then I type chmod +x /.build and then /.build but I don't have permission . Opening the file system I see the "X" over the root folder Could I have the totally control of armbian ? Thanks !
  8. Hi! I have an OPiPlus2, the official product page says that the soc runs on 1.6ghz, but the cpufreq-info says it's hardware limited to 1.3ghz, so what now? Thanks in advance and sorry if I miss something!
  9. Hi I have added the serial monitor (because i had some trouble booting up) I can see the booting proces of the U-boot. If i'm looking in the log, i see a few file not found entry's: ** File not found /boot/.verbose ** ** File not found /boot/.next ** ** Unrecognized filesystem type ** ** File not found .next ** I did not see these files in the /boot directory either. Can i change something to get ride of these messages. Thx The complete startup log on OrangePi plus with armbian for orangepiplus: === U-Boot SPL 2016.03-armbian-sun8i (Apr 30 2016 - 23:26:36) DRAM: 1024 MiB Trying to boot from MMC U-Boot 2016.03-armbian-sun8i (Apr 30 2016 - 23:26:36 +0200) Allwinner Technology CPU: Allwinner H3 (SUN8I) I2C: ready DRAM: 1 GiB MMC: SUNXI SD/MMC: 0 (SD), SUNXI SD/MMC: 1 *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Net: No ethernet found. starting USB... USB0: USB EHCI 1.00 USB1: USB EHCI 1.00 scanning bus 0 for devices... 4 USB Device(s) found scanning bus 1 for devices... 1 USB Device(s) found Hit any key to stop autoboot: 0 => => boot switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot/boot.scr 2347 bytes read in 172 ms (12.7 KiB/s) ## Executing script at 43100000 gpio: pin PL10 (gpio 298) value is 1 gpio: pin PG11 (gpio 203) value is 1 ** File not found /boot/.verbose ** ** File not found /boot/.next ** ** Unrecognized filesystem type ** ** File not found .next ** 37052 bytes read in 517 ms (69.3 KiB/s) 3115884 bytes read in 3128 ms (972.7 KiB/s) 5116680 bytes read in 5104 ms (978.5 KiB/s) Kernel image @ 0x48000000 [ 0x000000 - 0x4e1308 ] ## Loading init Ramdisk from Legacy Image at 42000000 ... Image Name: uInitrd Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 3115820 Bytes = 3 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Using machid 0x1029 from environment Starting kernel ... [sun8i_fixup]: From boot, get meminfo: Start: 0x40000000 Size: 1024MB ion_carveout reserve: 160m@0 256m@0 130m@1 200m@1 ion_reserve_select: ion chipid [0x2004620! ion_reserve_common: ion reserve: [0x50000000, 0x60000000]!
  10. Little question: i did an apt-get upgrade with latest armbian 5.11, there linux-u-boot-orangepiplus_5.11_armhf was installed automatically. Did i have to write u-boot-sunxi-with-spl.bin manually to partition with dd? And if yes, to which partition (armbian is installed to emmc, i have mmcblk0p1, mmcblk0boot0 and mmcblk0boot1)? Thx
  11. Hello, I do images of Debian Jessie with Desktop anf in the end it do image but I have : [ o.k. ] Installing desktop-extras for sunxi [ sunxi ] E: Impossible de trouver le paquet libdri2-1 dpkg: des problèmes de dépendances empêchent la configuration de mpv : mpv dépend de libbs2b0 ; cependant : Le paquet libbs2b0 n'est pas installé. mpv dépend de libcdio-cdda1 (>= 0.83) ; cependant : Le paquet libcdio-cdda1 n'est pas installé. mpv dépend de libcdio-paranoia1 (>= 0.83) ; cependant : Le paquet libcdio-paranoia1 n'est pas installé. mpv dépend de libfdk-aac0 (>= 0.1.1) ; cependant : Le paquet libfdk-aac0 n'est pas installé. mpv dépend de libguess1 ; cependant : Le paquet libguess1 n'est pas installé. mpv dépend de liblua5.2-0 ; cependant : Le paquet liblua5.2-0 n'est pas installé. mpv dépend de libopenjpeg5 (>= 1.3+dfsg) ; cependant : Le paquet libopenjpeg5 n'est pas installé. mpv dépend de libpulse0 (>= 0.99.4) ; cependant : Le paquet libpulse0 n'est pas installé. mpv dépend de librubberband2 ; cependant : Le paquet librubberband2 n'est pas installé. mpv dépend de libsmbclient (>= 2:4.0.3+dfsg1) ; cependant : Le paquet libsmbclie dpkg: erreur de traitement du paquet mpv (--install) : problèmes de dépendances - laissé non configuré Des erreurs ont été rencontrées pendant l'exécution : mpv [ o.k. ] Installing extra applications and drivers Why ? All of package is installed.... It pose a problem ? I use to compile in Xubuntu 16.04. Thanks
  12. Hello, I have a OrangePi Plus 2. I want to build images of desktop and no desktop. I build Debian and works fine. But for desktop only debian works not ubuntu xenial. It not boot. Also in Desbian when I can add external Button to can start pc with it ? like a real computer ? Tat's normal when i connect to DC it take a time to start ? Thanks
  13. Good evening. I am preparing an Orange PI Plus 2 in order to be the first computer for my 8 years old son. The idea is that he could learn Scratch by watching some video tutorials in YouTube The problem is that actually, if you pause a video, and the you want for it to restart, only video does it. Sound doesn't starts again.It remains muted. Then, if you click to watch another video, sound come back. But you loose it again if this second video is also paused. It's a bit annoying. Do you have the same issue ? Best regard. Maesstrissimo.
  14. Ununtu 14.04 in a VirtualBox VM Latestes Armbian ./compile.sh BOARD=orangepiplus KERNEL_ONLY=no PROGRESS_DISPLAY=plain RELEASE=wheezy KERNEL_CONFIGURE=yes KERNEL_KEEP_CONFIG=yes COMPRESS_OUTPUTIMAGE=no BUILD_DESKTOP=no ..... [ o.k. ] Installing packages for [ Armbian ] Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package f3 [ error ] ERROR in function create_rootfs_cache [ debootstrap-ng.sh:245 ] [ error ] Installation of Armbian packages failed [ o.k. ] Process terminated [ error ] ERROR in function unmount_on_exit [ debootstrap-ng.sh:539 ] [ error ] debootstrap-ng was interrupted [ o.k. ] Process terminated make: *** [all] Error 255 What am I actually missing ? I used to be able to build prior to 5.10 Anyway to pull a prior version ? Are they tagged or branched using git ?
  15. Hi, I got a "Orange Pi Plus 2" and installed armbian in it: http://www.armbian.com/orange-pi-plus/ It is necessary that the operation of the web browser becomes more fluid, do I need this in my application. I need another browser version? which one? I need to enable something to be accelerated 2D and 3D? How to? Forgive me because of my bad english.
  16. Hi, first time posting, I tested the legacy image and vanilla image. --- Legacy --- Legacy is working fine, nand install is very easy to use. --- Vanilla --- Vanilla, stopped responding after the kernel is decompressed and the last message was about loading it, there is no additional info in UART or HDMI. Lucas
  17. has anyone managed to get one of these boards to function, I'm obviously missing something...
  18. I have a variety of boards - an OrangePiPlus, a hummingboard, a RaspberryPi, a RaspberryPi2 that I can test - as well as a bunch of other boards that are not supported. I am an embedded linux developer so I have reasonable competence with building kernels, writing drivers, scripting .... I would be interested in helping with testing and fixing things atleast with those boards that I have available to me. But I could use some clues. Is there a developers guide to Armbian ? Something that lays out how the build process works ? Or does one just jump in ? As an example it does not appear that install-nand-state is working for either the legacy or vanila builds of the OrangePiPlus. Is this a script problem or a driver problem ? Ethernet does not seem to be working for the Vanilla build - I am guessing that is a driver issue.
  19. Hello Still I could not resolve network problems with orange pi plus. My configuration: Orange pi plus with heatsink, (image Armbian_5.05_Orangepiplus_Debian_jessie_3.4.110), external USB drive(partition ext4). Main problem - when copying large file into samba share network hangs on orangepi board. CPU temperature not exceed 50C when copying. Leds blinking near ethernet cable but ping from cli works only on local ip. Same situation with other orange pi images (debian, lubuntu and ect...) Please help
  20. Dear Users, I bought a new 'Orange Pi Plus' board to learning pi. But i can not install it by stable image. I treid a lot of image what i found. (Debian,ubuntu etc) I want a image with ( Gpio driver and ir driver and desktop gui) not more. Please help me. i can buy it. Thanks best regards. Murat.
  21. I am using the latest Armbian image on OPI+. I had a requirement to read a 64Gb USB flash formatted under Windows with the extFat filesystem. Much to my surprise it didn't mount. I thought it was a hardware problem 1st. But then it appeared, that mount doesn't support the the extFat filesystem by default. It is necessary to add the extra packages, but I didn't succeed: root@orangepiplus:/# apt-get install exfat-fuse exfat-utils Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: exfat-fuse exfat-utils 0 upgraded, 2 newly installed, 0 to remove and 9 not upgraded. Need to get 66.9 kB of archives. After this operation, 198 kB of additional disk space will be used. Err http://httpredir.debian.org/debian/ jessie/main exfat-fuse armhf 1.1.0-2+deb8u1 Could not resolve 'httpredir.debian.org' Err http://httpredir.debian.org/debian/ jessie/main exfat-utils armhf 1.1.0-2+deb8u1 Could not resolve 'httpredir.debian.org' E: Failed to fetch http://httpredir.debian.org/debian/pool/main/f/fuse-exfat/exfat-fuse_1.1.0-2+deb8u1_armhf.deb Could not resolve 'httpredir.debian.org' E: Failed to fetch http://httpredir.debian.org/debian/pool/main/e/exfat-utils/exfat-utils_1.1.0-2+deb8u1_armhf.deb Could not resolve 'httpredir.debian.org' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? root@orangepiplus:/# I switched to the OpenElec, which mounted the extFat nicely alone with the Fat32: /dev/sdb1 29.5G 29.5G 0 100% /var/media/TF29GB /dev/sdc1 58.0G 47.8G 10.3G 82% /var/media/USB58GB OpenELEC:~ # cat /etc/mtab /dev/sdb1 /var/media/TF29GB vfat rw,nosuid,nodev,noexec,noatime,fmask=0133,dmask=0022,codepage=cp437,iocharset=ascii,shortname=mixed,utf8,errors=continue 0 0 /dev/sdc1 /var/media/USB58GB fuseblk rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0 What is the problem installing exfat-fuse exfat-utils ?
  22. Hi does install to emmc works for orange pi plus 2 h3 board? I will be getting my plus 2 soon so want to know is it supported in arbian jessie yet. Regards, -- Avinash G A
  23. Hello folks, Based on the important amount of work you guys put in the H3 support and the great progress you've made, thank you for that, I am seriously considering buying an Orange Pi Plus (I need Gigabit Ethernet for my application). I need a server config with remote desktop via vnc, rootfs on SATA HDD, good ethernet performance, don't need Wifi, 24/7/365 operation. I just noticed there is two versions of the Orange Pi Plus, the "regular/original" with 1GB of memory and the "Plus 2" with 2GB of memory. Considering the price difference I am thinking of going with the "Plus 2", more memory never hurts, and I was wondering if I would encounter any issue using the Orange Pi Plus image (legacy kernel for now) image with the "Plus 2" version? Will it boot and perform OK? Will the whole 2GB of memory be available? Additionally I was wondering how much performance increase I can expect with the Quad core H3 Orange Pi Plus compared to a Dual Core A20 Banana Pi Plus or a Cubietruck (I own both). Looking forward to your reply and thanks again for all your work, I use your images on all my boards :-) Best
  24. Hello, I need help for my Orange Pi Plus2, i have found a Ubuntu 15.10 (Wily) *.img that works on my board. Ubuntu_wily_mini.img.xz https://mega.nz/#F!wh8l2BjK!OBep3nMldBletvNNwkH2Jg Also installed on my board but i have a problem there are no drivers for the ethernet (Lan / W-Lan) clould someone help me to compile this image with the right drivers. Please note i dont want a desktop interface only the server version of ubuntu. Thanks a lot.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines