Jump to content

sebby3000

Members
  • Posts

    6
  • Joined

  • Last visited

  1. Found same issue here: So I will test this and get back with results. -Sebastian
  2. Tested the 4.13.5, and see the same issue there. I checked the DT between FriendlyArm and Mainline, and could only find the one below. (maybe other DT files need to be compared as well) # diff friendlyarm/linux/arch/arm/boot/dts/sun8i-h3-nanopi-neo.dts linux/arch/arm/boot/dts/sun8i-h3-nanopi-neo.dts # diff friendlyarm/linux/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi linux/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi 50d49 < #include <dt-bindings/pinctrl/sun4i-a10.h> # Which include these, #ifndef __DT_BINDINGS_PINCTRL_SUN4I_A10_H_ #define __DT_BINDINGS_PINCTRL_SUN4I_A10_H_ #define SUN4I_PINCTRL_10_MA 0 #define SUN4I_PINCTRL_20_MA 1 #define SUN4I_PINCTRL_30_MA 2 #define SUN4I_PINCTRL_40_MA 3 #define SUN4I_PINCTRL_NO_PULL 0 #define SUN4I_PINCTRL_PULL_UP 1 #define SUN4I_PINCTRL_PULL_DOWN 2 #endif /* __DT_BINDINGS_PINCTRL_SUN4I_A10_H_ */ But I don't know if this is related. -Sebastian
  3. Hi, I wonder if this is related to the same issue I see on the NanoPi Neo. I seem to be missing the USB connections that NanoPi Neo have on the extension pins with the Armbian 5.32.170704 nightly. root@nanopiair:~# uname -a Linux nanopiair 4.11.5-sun8i #3 SMP Mon Jul 3 02:24:22 CEST 2017 armv7l armv7l armv7l GNU/Linux root@nanopiair:~# lsusb Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub root@nanopiair:~# When I use the FriendlyArm Ubuntu build, then I get the USB port available; root@NanoPi-NEO:~# uname -a Linux NanoPi-NEO 4.11.2 #1 SMP Mon Jul 10 11:06:36 CST 2017 armv7l armv7l armv7l GNU/Linux root@NanoPi-NEO:~# lsusb Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 002: ID 1199:9071 Sierra Wireless, Inc. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub root@NanoPi-NEO:~# I also tried to install the armbianmonitor, but it seems to fail, but might be something related to this nightly build. root@nanopineo:~# armbianmonitor -r Installing RPi-Monitor. This can take up to 5 minutes. Be patient pleaseE: Unable to locate package rpimonitor /usr/bin/armbianmonitor: line 562: /usr/share/rpimonitor/scripts/updatePackagesStatus.pl: No such file or directory Now patching RPi-Monitor to deal correctly with H3 Now you're able to enjoy RPi-Monitor at http://147.214.54.14:8888 root@nanopineo:~# I have tried to compare the device tree files between FriendlyArm build and Armbian, but can't find anything obvious that would indicate that the USB ports are missing, which makes me believe that it might be something in the kernel config instead. Regards, Sebastian
  4. I had to use mmcbkl2 as eMMC device. -Sebastian
  5. Hi, Might not be related or then it might. I am using the SolidRun debian image, and I was not either able to boot from eMMC, until I did update the SPL and u-boot.img from here https://github.com/SolidRun/u-boot-imx6.git. Also the uEnv.txt needs to point to the eMMC device. Since I had already fused the board, it wouldn't boot from SD anymore, so I did compile the SPL/U-Boot and placed them on a USB stick. Then I can choosed boot device from the u-boot (press key during boot) and could boot from SD, after that write the SPL/U-Boot from USB stick towards the eMMC. I used this as reference, http://forum.solid-run.com/viewtopic.php?f=8&t=3259&p=21981&hilit=spl#p21981 I noted that you have fused board and have not set the MAC address, the ethernet interface will most likely not be up before it is set. Regards, Sebastian
  6. Hi, Which distro/image did you use on your Edge board? -Seb.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines