Jump to content

Search the Community

Showing results for tags 'orangepi3-lts'.

  • 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

Product Groups

  • Misc
  • Support

Categories

  • Armbian
  • Armbian releases

Categories

  • Volunteering opportunities

Calendars

  • Community Calendar

Categories

  • Official giveaways
  • Community giveaways

Categories

  • Members

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. Hello there. I'm trying to set up GPIO pins PD15 and PD16 on my OrangePi 3 LTS to work as input pins using device tree overlays. The overlay I have created is the following (for PD15 only): /dts-v1/; /plugin/; / { compatible = "allwinner,sun50i-h6"; fragment@0 { target = <&pio>; __overlay__ { my_pins:my_pins { pins = "PD15"; function = "gpio_in"; default-state = "on"; }; }; }; fragment@1 { target-path = "/"; __overlay__ { my@0 { compatible = "my-gpio"; pinctrl-names = "default"; pinctrl-0 = <&my_pins>; gpios = <&pio 3 15 0>; status = "okay"; }; }; }; }; Probably it is incorrect, because when I check the GPIO state using "gpio readall" command, I still get OFF state for the PD15 pin. Of course, I could change the pin mode using the "gpio" command itself (it does work, like "gpio mode 9 in" does set the PD15 pin mode to input), but I would prefer the overlays method.
  2. Hi all, I've just installed Armbian on my OPi3-lts and I'm trying to get the IR remote working (the iDroid included in the kit from aliexpress). I've followed this guide (from "Second attempt" on), using only the kernel driver without intalling lirc. Found out the protocol (nec), wrote the rc_keymap file mapping the key codes to the button names and everything seems to work fine, down to the last command (sudo ir-keytable -v -t -p nec), which correctly gives me the codes and the button names associated with them. Now, the guide says it's all and I should be able to use the remote as I use my keyboard, but... the desktop and the apps seem not to be aware of it, since nothing happens when I press the buttons... What am I missing? Thank you in advance
  3. Hello. I have problem with SSH on Armbian 23.8 Bookworm Orange Pi 3 LTS. Orange seems like booting ok, DHCP works too, since I see Pi's IP in my router settings, also I can ping it, and I'm 100% sure its Pi's IP since I have only my PC connected to LAN. I waited for 5 mins, and still couldn't connect to SSH. I tried to do port scan on Pi's IP and nmap says that only 5555 port is open. I am using 2A Adapter, so there should be no power issues. Here are some logs. I also connected using UART and here are logs
  4. Hi there! I've just compiled from armbian buil tools a new image for Orange Pi 3 LTS. Then flash it on sdcard, anything was well, but armbian doesn't start at all. Nothing on the HDMI, nothing on the debug serial. Also LED doesn't light. I've tried two images: ubuntu jammy with GNOME and next case XFCE. Both cases didn't work. I've downloaded prebuilt image from armbian.org and it starts well. In my opinion, some problem with custom images in u-boot. but I don't know how to give a diagnosis.
  5. Under kernel 4.9, using a usb3.0 to Gigabit interface with RTL8153b card, the upstream and downstream speed can reach Gigabit. But with kernel5.10, the speed can't reach gigabit, and the driver file has been changed to the latest version, but still no effect. kernel5.10 Speed measurement root@orangepi3-lts:~# iperf3 -c 192.168.3.201 Connecting to host 192.168.3.201, port 5201 [ 5] local 192.168.3.146 port 44376 connected to 192.168.3.201 port 5201 [ ID] Interval Transfer Bitrate Retr Cwnd [ 5] 0.00-1.00 sec 24.8 MBytes 208 Mbits/sec 0 147 KBytes [ 5] 1.00-2.00 sec 23.5 MBytes 198 Mbits/sec 0 147 KBytes [ 5] 2.00-3.00 sec 23.5 MBytes 197 Mbits/sec 0 147 KBytes [ 5] 3.00-3.15 sec 3.66 MBytes 202 Mbits/sec 0 147 KBytes root@orangepi3-lts:~# iperf3 -c 192.168.3.201 -R Connecting to host 192.168.3.201, port 5201 Reverse mode, remote host 192.168.3.201 is sending [ 5] local 192.168.3.146 port 44380 connected to 192.168.3.201 port 5201 [ ID] Interval Transfer Bitrate [ 5] 0.00-1.00 sec 47.5 MBytes 399 Mbits/sec [ 5] 1.00-2.00 sec 48.4 MBytes 406 Mbits/sec [ 5] 2.00-2.99 sec 48.1 MBytes 406 Mbits/sec root@orangepi3-lts:~# lsusb -t /: Bus 06.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M /: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M |__ Port 1: Dev 2, If 0, Class=Vendor Specific Class, Driver=r8152, 5000M /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 480M
  6. Hi all! Could someone help me? I am triying to setup Kedei 3.5 HDLCD touchscreen. I found a common example sunxi-DT-overlay for ads7846. /dts-v1/; /plugin/; / { compatible = "allwinner,sun4i-a10", "allwinner,sun7i-a20", "allwinner,sun8i-h3", "allwinner,sun50i-a64", "allwinner,sun50i-h5"; fragment@0 { target = <&pio>; __overlay__ { ads7846_pins: ads7846_pins { pins= "PA7"; function = "irq"; }; }; }; fragment@1 { target = <&spi0>; __overlay__ { #address-cells = <1>; #size-cells = <0>; status = "okay"; ads7846@0 { compatible = "ti,ads7846"; reg = <0>; /* Chip Select 0 */ status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&ads7846_pins>; spi-max-frequency = <2000000>; interrupt-parent = <&pio>; interrupts = <0 7 2>; /* PA7 IRQ_TYPE_EDGE_FALLING */ pendown-gpio = <&pio 0 7 0>; /* PA7 */ /* driver defaults, optional */ ti,x-min = /bits/ 16 <0>; ti,y-min = /bits/ 16 <0>; ti,x-max = /bits/ 16 <0x0FFF>; ti,y-max = /bits/ 16 <0x0FFF>; ti,pressure-min = /bits/ 16 <0>; ti,pressure-max = /bits/ 16 <0xFFFF>; ti,x-plate-ohms = /bits/ 16 <400>; }; }; }; }; I changed pin "PA7" with "PL8" and after reboot got such error: [ 9.788721] sun50i-h6-pinctrl 300b000.pinctrl: unknown pin PL8 Also I can't use other ports, PA and PH support interrupts, but PA is not exposed to the interface pins. All of PH occupated by SPI. PD does not support interrupts (got "no irq" error). My dts: /dts-v1/; /plugin/; / { compatible = "allwinner,sun50i-h6"; fragment@0 { target = <&pio>; __overlay__ { ads7846_pins: ads7846_pins { pins= "PL8"; function = "irq"; }; }; }; fragment@1 { target = <&spi1>; __overlay__ { #address-cells = <1>; #size-cells = <0>; status = "okay"; ads7846@0 { compatible = "ti,ads7846"; reg = <0>; /* Chip Select 0 */ status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&ads7846_pins>; spi-max-frequency = <2000000>; interrupt-parent = <&pio>; interrupts = <11 8 2>; /* PL8 IRQ_TYPE_EDGE_FALLING */ pendown-gpio = <&pio 11 8 0>; /* PL8 */ /* driver defaults, optional */ ti,x-min = /bits/ 16 <0>; ti,y-min = /bits/ 16 <0>; ti,x-max = /bits/ 16 <0x0FFF>; ti,y-max = /bits/ 16 <0x0FFF>; ti,pressure-min = /bits/ 16 <0>; ti,pressure-max = /bits/ 16 <0xFFFF>; ti,x-plate-ohms = /bits/ 16 <400>; }; }; }; };
  7. Armbian Version: Armbian_23.5.1_Orangepi3-lts_jammy_current_6.1.30_gnome_desktop While hosting a Discord bot on my Orange Pi 3 LTS, Armbian sleeps on its own after a certain amount of time. This UI is so unique to me, I've got no clue how to barely do anything other than through the Terminal. Sorry for the simple question, but I can't find answers anywhere. Thank you!
  8. Hi! Is the Orange Pi3 image suitable for the Orange Pi3 LTs? Or where to find it?
  9. The Wi-Fi network was working fine, I saw all the wireless connections. But I did something in the upper right corner of the system (in my opinion, I unchecked the Wi-Fi network) and as a result I can't restore the WiFi network. I only have wired internet now., and in the upper right corner, please help me solve the problem.
  10. Orangepi 3 LTS Armbian 22.05 Jammy XFCE CAN'T CONNECT WITH WIFI
  11. Hello everyone! Yesterday I downloaded "Armbian 23.5 Jammy". Unfortunately the integrated wifi module does not work. I tried several alternatives but with the same problem. I am not an expert on the subject. Any solution? I'm trying to compile and in one of the steps it tells me that the "Orange Pi 3 LTS - H6" is no longer supported. If anyone knows and can help would be appreciated. https://paste.armbian.com/varepekose Original: Hola a todos! En el dia de ayer descargue "Armbian 23.5 Jammy". Lamentablemente no funciona el modulo wifi integrado. Probe con varias alternativas pero con el mismo problema. No soy un experto en el tema. Alguna solucion? Estoy probando de compilar y en uno de los pasos me toma que la "Orange Pi 3 LTS - H6" ya no esta soportada. Si alguien sabe y puede se agradece la ayuda.
  12. Does "orangepi3" also support Orange Pi 3 LTS? The board looks different from the Orange Pi 3 on the download page and has a different number of USB ports.
  13. Hi, my Armbian Reports as 23.02.2 with Kernel 5.15.93. According to website there is already 23.5 with Kernel 6.x. How can I upgrade my existing installation? I tried apt update dist-upgrade and the "Update all packages and firmware" option in armbian-config. best regards thommy
  14. When starting orange pi, it happens that not all the RAM is available. That is, the orange pi has 2 GB of RAM and it is written that there is only 1 GB of RAM. This often happens when restarting using the reboot command. If you turn off the power and reconnect, this problem appears much less often. When 2 gb is available: https://paste.armbian.com/asatebupuw When 1 gb is available: https://paste.armbian.com/bohapeyahi
  15. Hi, Is it possible to remap the i2c1 to use the i2c0 default pins via armbianEnv,txt ?. What I want to achieve is to have the PD25 and PD26 to appear as bus 1. Thank you.
  16. Hi, When I scan the I2C with i2cdetect, I get the following, without connecting any i2c device. May I know which device on the motherboard is taking up the three addresses. Thank you sudo i2cdetect -y 1 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: 30 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 50: 50 -- -- -- 54 -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 70: -- -- -- -- -- -- -- --
  17. My OPI will turn on but it shows android os via hdmi. I don't have a micro SD card and would like to install bullseye via usb instead. i've attempted ssh into the OPI via wifi and direct usb connect, but it denies the connection. I have the OPI on wifi and can see it on my network. i've tried using android adb to no use. is there a way to install armbian WITHOUT using a micro SD at all?
  18. i am normal write the sd card by rufus, can boot into system, when i use armbian-config install system in emmc boot in emmc after copy i try shut down and remove the sd-card, boot fail, power led no on, how to fix, thanks
  19. Hi all! After upgrading to 6.1.24-sunxi64 on my Orange Pi 3 LTS I lost sound at the audio output. dmesg shows this: platform sound_ac200: deferred probe pending I am a newbie to linux - can you, please, provide me a hint how to install the sound card back or revert to the older kernel with a working sound? Thank you!
  20. Hi all! Sorry about my English. I just started learning Armbian. Please don't scold me for my ignorance. I have an Orange Pi 3-lts. I installed an "Armbian_23.02.2_Orangepi3-lts_bullseye_current_5.15.93" OS on it. Transferred everything to EMMC. Installed Clipper. I started experimenting with the rotation of the display. (everything seems to have turned out as I wanted!) But damn! Wanted more! I wanted the startup process log to not be displayed on the screen when the OS was started. I read somewhere on the Internet: change in armbianenv.txt console = botn on console = serial. I listened and changed. And now I can't manage my OPI. I can't connect via terminal because OPI won't connect to WiFi. I've tried with a network cable. No luck. Please tell me. Is there any way to restore the functionality of my OPI (it has all the clipper settings, I did not have time to make a backup). Or do I just have to start all over again? Thank you in advance for your help!
  21. Hello, I have a problem on my orange pi 3 lts. Namely, I have armbian 23.03 Jammy Xfce installed and on some screens it shows normally, on others the image does not appear. I also tried using the Uart converter and it loads everything normally, but then the following message starts appearing every second. [ 161.905394] panfrost 1800000.gpu: js fault, js=0, status=INSTR_INVALID_PC, head=0xa005bc0, tail=0xa005bc0
  22. I have good temps and was thinking to overclock it but have no idea how to do it.
  23. Hi, I've got a pair of OrangePi 3 LTS boards running the CLI only install of Debian Bullseye with a kernel of 5.15.89-sunxi64 and all the latest updates applied. But when I run the 'top' command, I always see a load of 1.0 or higher. Even when the system is completely idle. I'm running the system of the eMMC, not SDcards. I realize that this is really more of a cosmetic issue, but I was hoping someone had a suggestion on how to fix it. The system is mostly idle, it's a test box or remote management system, so it's not really critical, and the load doesn't go high anyway. Cheers, John
  24. Hello, after a poweroff command, the board Led switches off but the ethernet port Led still green blinks. The os has well performed the shutdown (I can see this through the UART). How is it possible? Thanks
  25. So I got a new orange pi 3 lts and I have installed armbian bullseye on it, but I can't seem to make it work with my crt TV like my raspberry pi 3 b+, even though I am using the same cable and TV and it still works with my raspberry pi I have tried: -Changing the resolution -Changing the aspect ration But nothing works What am I supposed to do to make my armbian work on my CRT tv??
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines