Search the Community
Showing results for tags 'orangepipcplus'.
-
Hi. I'm trying to use GPIO's of OrangePi PC+ and after install WiringOP, when I run the gpio readall, all my GPIO's Mode are showing OFF. I tryed enable in armbian-config, but I have only pps-gpio and w1-gpio, I tryed enable both but doesn't work too. Someone knows some solution? Thanks.
-
im using orange pi with armbian and i try to rotate display by seeting in boot/armbianEvt.txt fbcon=rotate:3 it only rotate the console message. but when i run startx (startx installed via sudo apt-get install --no-install-recommends xserver-xorg x11-xserver-utils xinit openbox ) is still default mode not rotated It makes me angry to know that i have achieved it without any difficulty with a RaspberryPi 3 simply by adding display_rotate = X in /boot/config.txt and that there is no way for Armbian.
-
Hi, I have a few Orange Pi PC Plus using Armbian bulldog and have two questions / issues. its my 1st post and not sure where best to ask 1. I have a python program that starts on a service, this can take around 25 seconds to start, I would like sub 20, less than 15 would be fantastic but not sure what service's to remove. reading a few posts here, I have an svg log but unable to see how i can attach?. It boots from eMMC. The program uses USB, I2C and internal UART and wi-fi 2. on a few OPi the wifi will not work. if I type in "sudo iwlist wlan0 scan" it returns " no scan results" if I reboot, it finds this. I have a lot of OPi and some have a wifi issue so I would like to either see if I can reset/interface with the 818fs chip or see why it does not work. I have looked at dmseg and "lsmod | grep 8189sf" and nothing jumps out. Thanks in advance
-
need help to drive Orangepi pc plus with waveshare 3.5inch display with xpt2046 touch driver. OS:- Armbian 22.11 Jammy XFCE Desktop version Kernal :- Kernel 5.15.y link for the os :- https://www.armbian.com/orange-pi-pc-plus/ link for display :- https://www.waveshare.com/3.5inch-hdmi-lcd.htm can any one help to drive touch screen you can message if you need more information,
-
i have orange pi pc plus board with armmbian installed on it, also im using X11 gui on it. if i first turn on the monitor and connect to hdmi port and then start(power on) the orange pi everything is ok . BUT if i turn on (start) orange pi and after few minutes put the hdmi cable from monitor to it then it will show nothig on monitor so it cant detect monitor if i connect after armbian start. how can i fix this
-
on orange_pi pc plus i run nand-sata-install and after progress is 100% i see this error cp: error writing '/mnt/nand-sata-install.Qdjq7T/bootfs/boot/initrd.img-5.15.74-sunxi': No space left on device cp: error writing '/mnt/nand-sata-install.Qdjq7T/bootfs/boot/armbianEnv.txt': No space left on device cp: error writing '/mnt/nand-sata-install.Qdjq7T/bootfs/boot/armbianEnv.txt~': No space left on device cp: error writing '/mnt/nand-sata-install.Qdjq7T/bootfs/boot/boot.bmp': No space left on device cp: error writing '/mnt/nand-sata-install.Qdjq7T/bootfs/boot/boot.cmd': No space left on device cp: error writing '/mnt/nand-sata-install.Qdjq7T/bootfs/boot/boot.scr': No space left on deviceqqqqqqqqqqqqqqqeMMC installqqqqqqqqqqqqqqqqqqqqqqqqk cp: error writing '/mnt/nand-sata-install.Qdjq7T/bootfs/boot/armbian_first_run.txt.template': No space left on device x cp: cannot create directory '/mnt/nand-sata-install.Qdjq7T/bootfs/boot/overlay-user': No space left on deviceing up ... Almost done. x cp: error writing '/mnt/nand-sata-install.Qdjq7T/bootfs/boot/armbianEnv.txz~': No space left on device x cp: cannot create directory '/mnt/nand-sata-install.Qdjq7T/bootfs/boot/dtb-5.15.74-sunxi': No space left on deviceqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj /usr/sbin/nand-sata-install: line 284: echo: write error: No space left on device Error while creating U-Boot loader image with mkimage /usr/sbin/nand-sata-install: line 306: echo: write error: No space left on device cat: write error: No space left on device and i cant boot from emmc from SD card i can boot and it works well but cant write to emmc if i run ls /dev/mm* i can see SD CARD: /dev/mmcblk0 /dev/mmcblk0p1 EMMC: /dev/mmcblk2 /dev/mmcblk2boot1 /dev/mmcblk2boot0 /dev/mmcblk2p1 P.s in sd card i have installed "u-boot-sunxi-with-spl.bin" this way: dd if=/dev/zero of=/dev/sda bs=1k count=1023 seek=1 dd if=u-boot-sunxi-with-spl.bin of=/dev/sda bs=1024 seek=8 maybe i need to do something to install u-boot-sunxi-with-spl.bin manually on emmc
-
i want to build custom armbian image from git clone https://github.com/armbian/build ./compile.sh \ BOARD=orangepipcplus \ BRANCH=current \ BUILD_MINIMAL=yes \ BUILD_DESKTOP=no \ KERNEL_ONLY=no \ KERNEL_CONFIGURE=no \ EXTRAWIFI =yes \ BOOT_LOGO=yes \ COMPRESS_OUTPUTIMAGE=xz how can i disable u-boot message log and kernal log so no log or text will be displayed in hdmi screen i read somewhere that i need to add linux_silent or something like this
-
i have connected device with hdmi and i dont want logs to be shown on startup i tested adding this code in /boot/armbianEnv.txt but it doesnt work extraargs="console=tty3 silent quiet splash loglevel=0 logo.nologo vt.global_cursor_default=0 plymouth.ignore-serial-consoles consoleblank=0"
-
Hello, fresh installed Armbian desktop OS detects attached HDMI display as full HD with correct resolution 1920x1080. But after some restarts it loads in u-boot with correct resolution and then, on kernel startup switches to 1024x768 and also desktop opens with this resolution without an option to increase it. The armbianEnv.txt file in /boot folder contains string disp_mode=1920x1080p60 and was not changed. Please advise.
-
Hello, just discovered ability to support legacy USB gadgets. There is UDC called max3420_udc and also gadgetfs module. By using startup script mkdir /dev/gadget modprobe max3420_udc modprobe gadgetfs mount -t gadgetfs none /dev/gadget it appears to be possible to use old gadget developed for kernel 3.4. It was descibed once in the link https://forum.armbian.com/index.php/topic/1759-usb-gadget-built-for-h3-processor-on-top-of-gadgetfs/ just line else if (stat(DEVNAME = "sunxi_usb_udc", &statb) == 0) { should be replaced by line else if (stat(DEVNAME = "musb-hdrc", &statb) == 0) { Hope this helps. Just curious, where would it be possible to find any information (in Armbian documentation) about that?
-
Hello, once I developed my appliance based on Armbian with Kernel 3.4. And the goal of the appliance was to work as custom USB gadget. The appliance was based on sunxi_usb_udc. Now, after big delay I returned to the need of bulding a new appliance with similar functionality. As far as I understand, there is a problem with UDC module in kernel 5.x. Am I right? Can I build my custom system based on legacy (v.4.x) kernel to workaround the problem or there is a better suggestion with available information for fast startup? Please advise. Thanks in advance.
-
Dear guys, Recently i am trying to install Armbian on orange pi pc plus using Mobaxterm but for some reason after finishing the installation it shows only Armbian-config screen but not the GUI interface. I don't know if I installed it right or wrong. Hope everyone can help me because this is a subject project of mine in university. Thanks so much.
-
Hi all. I installed the latest Armbian on a OPI PC Plus that I have. I want remote desktop and console Desktop. As soon as I install tightvnc the console desktop wont login anymore. I get a pasword box and as soon as I enter it the screen will go black and then reset back to the login box. How do I set it up so I can have remote desktop and console desktop. I tried to install remote desktop for Windows RDP also and that also does not work.
-
Hi, I have a script in systemd which doesn't start automatically at boot using Orange PI PC+ under Armbian 22.02.01 Focal. I can see the script is read in the boot text. But my program doesn't run. [OK] Started WiProbe Gateway. It seems the that the script is executed, but stops somewhere in the script??? The program is in /root/Gateway/Bundle SCRIPT Gateway.service [Unit] Description=WiProbe Gateway After=netwok.target StartLimitIntervalSec=0 [Service] Type=simple WorkingDirectory=/root/Gateway/Bundle Restart=always RestartSec=1 User=root ExecStart=/root/Gateway/Gateway ExecReload=/root/Gateway/Gateway StandardOutput=/dev/null StandardError=/dev/null [Install] WantedBy=multi-user.target What am I missing here? Thanks, Frank
-
Hi I'm trying to cancel echo for orange pi pc plus any idea? Methods I've tried and failed so far https://github.com/voice-engine/ec Bu yöntem de doğru hardware bilgilerini bulmadım http://alsa-project.org/db/?f=d75c947d6147c6c00b31ba67bd1a6d62c010cfad
-
is there a chance that I could find older version of armbian for my sbc (orange pi pc plus)? in this case I need armbian buster for my sbc
-
ix.io/48Zd I've simply installed Armbian 22.05 Jammy Kernel 5.15.y, Size: 307Mb, Updated: Jul 2, 2022 on my aforementioned subject title / tagged OrangePiPCPlus. I can't seem to get hassio to install with armbian-config and then with Software > Softy it doesn't seem like the image for homeassistant io gets pulled, because when I check with docker images list or docker ps I don't get anything returned. Plus the checkbox isn't checked in Soft for hassio when I go back. What could I be doing wrong here? I did install Docker first, anyone have any tips?
-
Good day, for my Orangepi PC+ I installed Armbian Ubuntu Jammy on a µSD card. Up until Armbian Ubuntu Strech I was able to use a PCM510A for sound output. The settings for this were easy. With all updated OS after Strech, I can't install the PCM. Unfortunately, the help that was published in the forum wasn't helpful or I couldn't take it over. On the eMMC I have installed Armbian5.59 Orangepipcplus Ubuntu xenial default 3.4.113 desktop. Because of the advanced age of this OS, there are no updates and upgrades. Luckily my internet radio still works. Can someone explain to me how I can install the PCM510A at Jammy? Kind regards hajupiko49