Jump to content

rscr

Members
  • Posts

    6
  • Joined

  • Last visited

  1. Ok, using sudo armbian-config with https://redirect.armbian.com/orangepizero/Buster_current is working. Kind Regards, Rafa
  2. Not working. I can see AP, but can't connect to it. I get "Failed to start dnsmasq - …t DHCP and caching DNS server"
  3. Hi everyone, I am trying to set up the Access Point on my Orange Pi Zero running Armbian_20.08.1_Orangepizero_focal_current_5.8.5. I am using the onboard wifi module. I have tried the next approaches: 1) I have tried https://orangepiweb.es/wifi-access-point.php and I can see my board as access point, but I can't connect. (I am receiving AP-STA-DISCONNECTED after handshake complete) 2) I have tried configuring it by sudo armbian-config but dnsmasq fails to start, so I can see my board as access point, but I can't connect. (I am receiving AP-STA-DISCONNECTED after handshake complete) 3) I have tried https://www.raspberrypi.org/documentation/configuration/wireless/access-point-routed.md, along with https://askubuntu.com/a/1170073 for achieving dnsmasq to start. I can't see my board as access point either. I don't know what else to do get it working. Any idea?
  4. Hi, I have Orange Pi Zero v1.5 with Armbian Buster (mainline kernel 5.4.y) and I would like to use the serial_rs485 struct from user-level. It is possible?
  5. Hi everyone, I am using an OrangePi Zero with AllWinner H2+ and I need to catch UART1_TX and UART1_RX interrupts. I have been reading the Allwinner H2+ datasheet (http://wiki.friendlyarm.com/wiki/images/0/08/Allwinner_H2%2B_Datasheet_V1.2.pdf) and I have seen that UART1 interrupts are mented on PG_EINT (section 4.22.2.46) and UART Register Description (section 8.3.5) - I have no clear which registers I should configure to detect the UART1 interrupts, and how to do it. For example, for detecting Received data available, I think I should: - Enable the ERBFI bit in UART_IER register - Check IID field in UART_IIR to detect Received Data Available interrupt. - Get the data received on UART_RBR That's correct? How could I achieve this? I am very new on linux. Kind Regards and thanks in advance, Rafa
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines