z28z34man
Members-
Posts
12 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
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
-
I have the same thing i am only seeing the first 8 pins. i did the "sudo su -" to change to root then the "echo "BOARD=orangepi5b" | sudo tee /etc/orangepi-release" where you able to figure anything out
-
I installed the armbian image on an SD card and it runs fine. Now I would like to run it from the EMMC for long term reliability. i tried following what Dara Ó hEidhin did in this thread but am not successful For some reason google drive is not letting me download the driver assistant so RKdrivetool doesn't see the orange pi board like the video referenced in the thread so i cant flash it that way. I tried running it from the SD card and editing the armbianEnv.txt in the /boot folder from fdtfile=rockchip/rk3588s-orangepi-5b.dts to fdtfile=rockchip/rk3588s-orangepi-5b.dts and am able to see the EMMC drive. then i try a sudo armbian-install option 5 to flash the boot looder and option 2 to install to the EMMC but i don't believe the boot loader part is working as i don't see a /boot partition on the EMMC I am sure I am missing something simple but I don't know where to go from here. I don't remember having these problems with armbian for my Orange pi zero plus 2 h5 that I am using for klipper on 3D printer.