Jump to content

aoleynik

Members
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. @sliverb, this thread is about the software issue that was fixed. The post you mention is mine and I think it's about a hardware issue. I have sent the board to the seller for testing and repair.
  2. I can't say - didn't measure, but It has been working for a year without errors. MKS TS35 V2.0 screen and since yesterday usb wifi dongle because on chip wifi won't connect to Unifi 6 AP. The printer is connected to Orange Pi through UART and there is one more PIN used to power off printer.
  3. I’m using it for 3D printer and power it by power supply module 5v 5 amps. While debugging I’ve used Apple 20w charger.
  4. With Linux 5.15.127-legacy-sunxi64 ethernet works only not wifi. armbianmonitor output: https://paste.armbian.com/hinododiyi
  5. I switched to Armbian 23.11.0-trunk.110 Jammy with Linux 5.15.80-sunxi64 and network interfaces are working now. Here is armbianmonitor output: https://paste.armbian.com/sixalidoni
  6. I couldn't upload so just attached it here. orangepi3-lts:~:% armbianmonitor -u System diagnosis information will now be uploaded to Network/firewall problem detected. Trying fallback... mon.txt I've the same version of the board 1.4
  7. I've updated boot loader as described but nothing changed: serial console reported previous version of U-Boot.
  8. U-Boot SPL 2023.07.02-armbian (Sep 06 2023 - 11:20:36 +0000)
  9. As I can see I have a latest version linux-u-boot-orangepi3-lts-edge/jammy,now 23.11.0-trunk.110 arm64 [installed] u-boot-tools/jammy-updates,now 2022.01+dfsg-2ubuntu2.4 arm64 [installed] Cold boot didn't helped. Any thoughts?
  10. Thank you for the suggestion, but it seems that this is another case. I've updated to Armbian 23.11.0-trunk.110 using WiFi dongle, but the problem is still here. I see no wifi interface and eth0 is down and won't get up. There is a lot of errors in logs: [ 308.574504] dwmac-sun8i 5020000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 308.575858] dwmac-sun8i 5020000.ethernet eth0: __stmmac_open: Cannot attach to PHY (error: -19)
  11. Hello, I have Orange Pi 3 LTS with Armbian 22.*.1 5.15.80-sunxi64. It have been working well for about a year, but after upgrading to 23.8.16.1.47-current-sunxi64 network interfaces stop working at all. I can't downgrade kernel with arbian-config because it need internet access. Here is output from armbianmonitor: armbianmonitor.txt Could you please guide me how to solve this issue?
  12. Hello, I'm trying to control a relay (Bigtreetech Relay) by Orange PI 3 with Armbian 22.08.8 Jammy on it: the relay should be active as soon as PI started and deactivated on PI shutdown. As result I got the following device-tree overlay: /dts-v1/; /plugin/; / { compatible = "allwinner,sun50i-h6"; fragment@0 { target = <&r_pio>; __overlay__ { poweroff_pins:poweroff_pins { allwinner,pins = "PL2"; allwinner,function = "gpio_out"; }; }; }; fragment@1 { target-path = "/"; __overlay__ { poweroff: poweroff { compatible = "gpio-poweroff"; gpios = <&pio 11 2 1>; }; }; }; }; It has been successfully compiled and added to the system, but it does not work as expected: there is no voltage on PL2 pin. What I'm doing wrong? orangepi3-lts:~:% ls /proc/device-tree/soc/pinctrl@7022000/poweroff_pins/ allwinner,function allwinner,pins name phandle orangepi3-lts:~:% sudo cat /sys/kernel/debug/gpio gpiochip1: GPIOs 0-255, parent: platform/300b000.pinctrl, 300b000.pinctrl: gpio-79 ( |usb0_id_det ) in hi gpio-102 ( |gmac-3v3 ) out hi gpio-110 ( |snps,reset ) out hi ACTIVE LOW gpio-111 ( |dc ) out hi gpio-112 ( |reset ) out hi ACTIVE LOW gpio-166 ( |cd ) in hi IRQ ACTIVE LOW gpio-226 ( |ddc-en ) out hi gpio-227 ( |spi0 CS0 ) out hi ACTIVE LOW gpio-231 ( |vcc33-wifi ) out hi gpiochip0: GPIOs 352-415, parent: platform/7022000.pinctrl, 7022000.pinctrl: gpio-356 ( |red-led ) out lo gpio-359 ( |green-led ) out hi gpio-360 ( |spi0 CS1 ) out hi ACTIVE LOW gpio-362 ( |ads7846_pendown ) in hi IRQ gpio-387 ( |reset ) out hi ACTIVE LOW orangepi3-lts:~:% gpio readall +------+-----+----------+------+---+ OPi 3 +---+------+----------+-----+------+ | GPIO | wPi | Name | Mode | V | Physical | V | Mode | Name | wPi | GPIO | +------+-----+----------+------+---+----++----+---+------+----------+-----+------+ | | | 3.3V | | | 1 || 2 | | | 5V | | | | 122 | 0 | SDA.0 | OFF | 0 | 3 || 4 | | | 5V | | | | 121 | 1 | SCL.0 | OFF | 0 | 5 || 6 | | | GND | | | | 118 | 2 | PWM.0 | OFF | 0 | 7 || 8 | 0 | OFF | PL02 | 3 | 354 | | | | GND | | | 9 || 10 | 0 | OFF | PL03 | 4 | 355 | | 120 | 5 | RXD.3 | ALT4 | 0 | 11 || 12 | 0 | OFF | PD18 | 6 | 114 | | 119 | 7 | TXD.3 | ALT4 | 0 | 13 || 14 | | | GND | | | | 362 | 8 | PL10 | ALT6 | 1 | 15 || 16 | 1 | OUT | PD15 | 9 | 111 | | | | 3.3V | | | 17 || 18 | 1 | OUT | PD16 | 10 | 112 | | 229 | 11 | MOSI.1 | ALT2 | 0 | 19 || 20 | | | GND | | | | 230 | 12 | MISO.1 | ALT2 | 0 | 21 || 22 | 0 | OFF | PD21 | 13 | 117 | | 228 | 14 | SCLK.1 | ALT2 | 0 | 23 || 24 | 1 | OUT | CE.1 | 15 | 227 | | | | GND | | | 25 || 26 | 1 | OUT | PL08 | 16 | 360 | +------+-----+----------+------+---+----++----+---+------+----------+-----+------+ | GPIO | wPi | Name | Mode | V | Physical | V | Mode | Name | wPi | GPIO | +------+-----+----------+------+---+ OPi 3 +---+------+----------+-----+------+
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines