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

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. 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
  2. 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.
  3. 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
  4. 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>; }; }; }; };
  5. 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!
  6. Hi! Is the Orange Pi3 image suitable for the Orange Pi3 LTs? Or where to find it?
  7. 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.
  8. Orangepi 3 LTS Armbian 22.05 Jammy XFCE CAN'T CONNECT WITH WIFI
  9. 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.
  10. 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.
  11. 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
  12. 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
  13. 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.
  14. 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: -- -- -- -- -- -- -- --
  15. 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?
  16. 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
  17. 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!
  18. 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!
  19. 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
  20. I have good temps and was thinking to overclock it but have no idea how to do it.
  21. 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
  22. 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
  23. 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??
  24. EDIT: I tried to plug it directly in router and speed is OK now. Weird, but it's fine now. Please close this topic. Hello, I just bought Orange Pi 3 LTS to set it up as small off-site backup using OMV and USB HDD. I installed Armbian_23.02.2_Orangepi3-lts_bullseye_current_5.15.93.img on eMMC and installed OMV using armbian-config. I noticed SMB and FTP speeds are slow (around 90 Mbps) so I installed iperf to test it properly and speed is capped on 94 Mbps. I have gigabit switch and interface is connected with GE, if I plug the cable to other device, it works just fine. So there must be some issue on Orange Pi 3 LTS. I searched the internet and speed should be indeed higher with this device, so maybe there is something that needs to be configured? I tried to reboot and power cycle it, nothing helped, speed is always stucked on 94 Mbps. Anyone have idea, where might be the problem?
  25. Hello everyone, I am new to the world of Orange Pi 3 LTS 1.4 and Armbian. I have very recently installed this os on my Orange, it turns out to work almost everything correctly except Wifi and bluetooth. It is really important for me to get Wifi working for various projects I have in mind and I find armbian very reliable and supported. When I try to connect the Network Manager interface returns: On the net I found various discussions about this but no real solution. Does this happen to you as well? It seems not to recognize the wifi chip. Below is the armbianmonitor: https://paste.armbian.com/iteheqokov NAME UUID TYPE DEVICE Wired connection 1 b8c3175c-4553-3687-b24b-637891fa2ca5 ethernet eth0 FASTWEB-QX8T8v db3814be-0944-404b-b223-580cd79febe4 wifi -- IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY I thank you in advance.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines