Jump to content

allanmac

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by allanmac

  1. Yes, that looks right to me. Note that I built these overlays in the Armbian build. But I just compiled the .dtso locally and byte-compared it to the Armbian built overlay and they match. Once you place the overlay into `/boot/dtb/amlogic/overlay` you should be able to enable it via the `armbian-config` tool or just use the `armbian-add-overlay` command which automagically adds the overlay to `/boot/overlay-user`. Some more info here too.
  2. I posted a solution in this forum. I'd like to prepare a PR to add this to the existing AmLogic overlays.
  3. The PPS (`pps-gpio` driver) overlay is attached. meson-g12-pps-gpiox-16.dtso
  4. In my quest to use an ODROID N2 as a time server, I had to figure out how to enable UART_EE_A. Device trees for other boards sometimes enable UART A in the base device tree but the ODROID N2/N2+ does not. I am not sure why device trees don't fully define devices like UART_A and then just leave them disabled instead of partially defining them with missing "pinctrl" entries (as in the N2 device tree). Anyway, I've attached `meson-g12b-odroid-uart-ee-a.dtso` as an example of how to enable UART_EE_A. Additionally: The DT overlays for Meson UARTs (e.g. `/boot/dtb/amlogic/overlay/meson-uartA.dtbo`) are not compatible with the N2. It's a source of confusion for new users. I noticed a problem in the current `armbian-config` scripting. I originally named the overlay as `meson-g12b-odroid-uartA` but selecting it would also enable `meson-uartA`. Probably a regexp/sed issue. meson-g12b-odroid-uart-ee-a.dtso
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines