z28z34man
Members-
Posts
17 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Just an FYI i just tried it with a different armbian version and it works fine. it works with Armbian_25.5.1_Orangepi5-plus_bookworm_current_6.12.28_xfce_desktop.img it doesn't work with Armbian_25.8.1_Orangepi5-plus_trixie_current_6.12.43_xfce_desktop.img
-
I know I am bringing this back from the dead but i am having issued getting wiringop-python installed. with the fallowing i was able to do a gpio readall echo "BOARD=orangepi5plus" | sudo tee /etc/orangepi-release but when i get errors from the sudo python3 setup.py install. (wiringpi_warp.c:3901:29: error: implicit declaration of function 'getGpioNum' [-Wimplicit-function-declaration]) # get the dependencies sudo apt-get update sudo apt-get -y install git swig python3-dev python3-setuptools # clone wiringOP-python repo, the branch should be "next" and NOT "main" or "master" git clone --recursive https://github.com/orangepi-xunlong/wiringOP-Python -b next cd wiringOP-Python git submodule update --init --remote python3 generate-bindings.py > bindings.i sudo python3 setup.py install is there a fix for this?
-
how to autostart remmina when user logs in
z28z34man replied to z28z34man's topic in Software, Applications, Userspace
never mind I started messing with options in my .desktop file an was able to get it to work. -
I have an orange pi 3 LTS running armbian 25.2 noble gnome that i installed an xfce4 desktop i am trying to autostart a remmina RDP session when a user logs in. I started by making a .desktop file in file in the home/(xxx user name xxx).config/AutoStart and making it executable. the .desktop file will run fine when ran manually but doesn't start on boot I then tried making a .service file in /home/(xxx user name xxx)/.config/systemd/user/ then doing a systemctl --user daemon-reload then doing a systemctl --user enable (my service name) when i do a systemctl --user start (my service name) it runs fine on reboot it fails and when i check the status by systemctl --user status (my service name) it comes back failed with can not open display as the fault. what should I try next
-
For the RK dev tools from the Orange pi website you can change the language by going in to the config file and changing selected to 2 [Language] Kinds=2 Selected=2 LangPath=Language\
-
this is what i currently have in /boot/armbianEnv.txt verbosity=1 bootlogo=true console=both disp_mode=1920x1080p60 overlay_prefix=sun50i-h6 rootdev=UUID=07b4bb7c-d23b-458d-b7cc-ede2328d23b0 rootfstype=ext4 overlays=uart3 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
-
i also tried changing overlay_prefix=sun50i-h6 to overlay=sun50i-h6 and it did not help. https://github.com/armbian/configng/issues/360
-
The /boot/armbianEnv.txt file has overlay_prefix=sun50i-h6 in it. Is there anything else i need to check to make sure it loaded properly? I have done sudo apt update fallowed by a sudo apt upgrade last week.
-
yes i did a sudo armbian-config then i selected System then i selected Kernel then i selected SYS210 Manage device tree overlays then i enabled sun50i-h6-uart3 then i rebooted.
-
How do i enable UART 3 in an orange pi 3-LTS. i checked the /boot/armbianEnv.txt file and it has overlay_prefix=sun50i-h6. i then did a sudo armbian-config > System > Kernel > SYS210 Manage device tree overlays > enabled sun50i-h6-uart3 > reboot. after all that i am still only seeing ttys0 when i do a dmesg | grep tty
-
i had the same issues i rolled back to Armbian_23.8.1_Orangepi5_bookworm_legacy_5.10.160_cinnamon_desktop.img
-
I have an orange pi 5b running Armbian_24.2.1_Orangepi5_bookworm_legacy_5.10.160_cinnamon_desktop on EMMC just fine. i wanted to try a newer version with hardware acceleration so i tried Armbian_24.11.2_Orangepi5_bookworm_current_6.12.0_cinnamon-backported-mesa_desktop. I edited the file in the boot folder and could see the EMMC on reboot. i did a sudo apt update and sudo apt upgrade. then an armbian-install to install it to the EMMC. it would not boot from the EMMC but i could at least still see it. Then i tried Armbian_24.11.2_Orangepi5_bookworm_vendor_6.1.75_cinnamon-backported-mesa_desktop and did the same but now i cant see the EMMC even with the original Armbian_24.2.1_Orangepi5_bookworm_legacy_5.10.160_cinnamon_desktop i had another orange pi 5b so i tried to do the same thing, but this time not do an update and upgrade before the armbian-install and again i cant see the EMMC. Is there anyway i can get the EMMC back. both of them run fine off the micro SD card but i prefer running off the EMMC if possible. I am assuming it may have corrupted the EMMC and when Linux boots it doesn't add the drive. Is there a way to manually add it after boot and reformat.
-
Just incase someone is searching and this comes up i have it working just fine with the EMMC and i am not quite sure what i was doing wrong before. i just updated the armbianEnv.txt file then sudo armbian-install option 2 then option 5. this is with Armbian bookworm cinnamon.
-
I have several orange pi 5B running Armbian Bookworm Cinnamon doing various task and they are working quite well. when i want to check up on a system that was booted without a monitor connected at boot time i get no video output on the HDMI. when reboot with the HDMI connected the HDMI outputs video just fine. Are there any settings i can change so the HDMI will output video if a HDMI monitor is connected it boots with no monitor connected
