Jump to content

Riodda

Members
  • Posts

    3
  • Joined

  • Last visited

  1. Hi all, i tryedto enable the overlay to the PiZero Plus H5 image but as soon as i try to install i have an error message: root@orangepizeroplus:/boot/dtb/allwinner/overlay# armbian-add-overlay ./spi-mcp251x.dts Compiling the overlay dtc: livetree.c:521: get_node_by_phandle: Assertion `(phandle != 0) && (phandle != -1)' failed. /usr/sbin/armbian-add-overlay: line 76: 2078 Aborted dtc -@ -q -I dts -O dtb -o ${temp_dir}/${fname}.dtbo $1 Error compiling the overlay This is the overlay /dts-v1/; /plugin/; / { compatible = "allwinner,sun4i-a10", "allwinner,sun7i-a20", "allwinner,sun8i-h3", "allwinner,sun50i-a64", "allwinner,sun50i-h5"; fragment@0 { target-path = "/clocks"; __overlay__ { #address-cells = <1>; #size-cells = <1>; can0_osc_fixed: can0_osc_fixed { compatible = "fixed-clock"; #clock-cells = <0>; clock-frequency = <8000000>; }; }; }; fragment@1 { target = <&pio>; __overlay__ { can0_pin_irq: can0_pin_irq { pins = "PA7"; function = "irq"; bias-pull-up; }; }; }; fragment@2 { target = <&spi1>; __overlay__ { #address-cells = <1>; #size-cells = <0>; status = "okay"; mcp2515 { reg = <0>; compatible = "microchip,mcp2515"; pinctrl-names = "default"; pinctrl-0 = <&can0_pin_irq>; spi-max-frequency = <10000000>; interrupt-parent = <&pio>; interrupts = <0 7 2>; /* PA7 IRQ_TYPE_EDGE_FALLING */ clocks = <&can0_osc_fixed>; status = "okay"; }; }; }; }; I'm a bit new to armbian an help will be wellocome.
  2. Cool now bas canbus stuff is avilable trough opkg install , can somebody help with the MCP spi canbus driver ? Would be really great. I've tryed to put manually netdev in the config file but still it doesn't work.
  3. I'm playing with this image and i'm very pleased, it does seems to work flawless a part a couple of issues: 1. I've tryed to install the kmod-leds-netdev the packages, It seems to install fine but doesn't seems to be avilable in luci 2. Softether vpn is missing from the packages, i've managed to build one (avilable here Softether vpn Sunxi 4.21) it seems to be working a part that during vpncmd "test" fails network but is quite common with openwrt) 3. All the canbus stuff is missing, i would really love to have the canbus packages compiled (MCP trough SPI interface) and all the canbus kernel modules are missing (slcan raw mcp etc) A part from this minor issues great work guys !
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines