Jump to content

Capeschae

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by Capeschae

  1. Started to test on Armbian_23.5.1_Orangepizero2_jammy_current_6.1.30.img.xz. Currently running as a SAMBA server. - Reboot OK - Power down OK - LAN OK - USB hard drive OK - HDMI NOT OK (don't know if this can be turned on somehow) Seems to be running stable for now. @Werner: Thank you for providing this with the "ugly EOL-kernel". Seems to run nice as a SAMBA server. I will test some more, like update/upgrade and tightvncserver to see if things keep running smooth. Nice to see the OrangePi zero 2 running on 6.1.30.
  2. LAN working on Minix NEO X7. For now I gave up on trying to find the IO-pin that controls the LAN power on the Minix NEO X7 board. By making a hardware modification, involving removing a voltage controller (because unfortunately 1 pin broke during the modification) and placing a wire to get the LAN power supply from another voltage controller, I got LAN up and running. I will leave it running for a couple of days to see if nothing breaks. I can state that the drivers for the Realtek 8152B USB ethernet adapter are working.
  3. In a dmesg from a Minix Neo X7 running NETBSD that I found here, it says that LAN works. I find following info regarding GPIO: gpio: 0x0000a000 0x00000104 -> 0x0000010c gpio: 0x0000a004 0x00000104 -> 0x0000010c gpio: 0x0003e000 0x00000000 -> 0x80000000 gpio: 0x0003e004 0x00000000 -> 0x80000000 gpio: 0x00080000 0x00000000 -> 0x04000000 gpio: 0x00080004 0x00000000 -> 0x04000000 gpio: 0x0000a000 0x0000010c -> 0x4000010c gpio: 0x0000a004 0x0000010c -> 0x4000010c gpio: 0x00080000 0x04000000 -> 0x04000400 gpio: 0x00080004 0x04000000 -> 0x04000400 Does anybody know how this relates to the GPIO settings in our Armbian DTS? In the DTS there are only gpio0 to gpio3 with different address ranges.
  4. Minix Neo X7 LAN via RTL8152: It seems that the RTL8152 is not powered on after booting. I cannot measure any supply voltages to the chip. When booting from Android NAND the supply voltages are there. I expect that there will be a GPIO that switches the voltage regulator and I'm going to look into this. But it will be a search for the needle in the haystack.
  5. @BOBAH Just FYI. It seems that the dts editor in armbian-config uses the "first" dtb it finds in the /root/dtb folder. Because there were multiple dtb files in my dtb folder a different one was picked than the one I have configured in my extlinux.conf file. Removing all but one dtb files from the /root/dtb folder did the trick. After this I edited the clock rates to try to get LAN working, as you mentioned before. Unfortunately, but as expected, this did not have any results for my Minix NEO X7.
  6. Thanks for pointing me in the right direction! It seems that the dts editor in armbian-config uses the "first" dtb it finds in the /root/dtb folder. Because there were multiple dtb files in my dtb folder a different one was picked than the one I have configured in my extlinux.conf file. Removing all but one dtb files from the /root/dtb folder did the trick.
  7. When using the dts editor in armbian-config, a different dts is shown than the one that I defined in extlinux.conf. For my RK3188 based minix neo X7, I decompiled an existing dtb from boot/dtb into a dts file using dtc on my Linux computer. I edited this into a new dts and compiled it into a dtb. I placed this under the name rk3188-x7.dtb in my boot/dtb folder, referenced to it in extlinux.conf and my system booted using this dtb (checked in dmesg). However, when I try to use armbian-config to edit my dtb/dts, it shows a different dts. Any idea how or where to change this so I can easily work on my dts?
  8. Yes, I understand. That is what I tried to do, but the dts that is shown in the text editor is not the same as the dts that I refer to in /boot/extlinux/extlinux.conf. The dts that I can edit in armbian-config is for "BQ Edison2 Quad-Core" and is different than the one I use. So I was wondering which one will be used when I edit.
  9. @BOBAH I just installed vncserver to have an easier way to edit the dts. However, when I go into the editor I find a different dts that does not reflect my modifications, to be the current dts. It is different than the one I referred to in extlinux.conf (FDT /boot/dtb/X7alpha1.dtb), which is from a dts modified to get my system run stable. Any idea which DTS is used?
  10. This is the output for "lsusb -t" on the ARMBIAN system: /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=dwc2/1p, 480M |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M |__ Port 3: Dev 3, If 0, Class=Vendor Specific Class, Driver=rt2800usb, 480M |__ Port 4: Dev 4, If 0, Class=Mass Storage, Driver=usb-storage, 480M /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc2/1p, 480M Currently an external Wifi adapter and an external HDD are connected to the USB. It seems like the internal LAN adapter is not recognised or the corresponding drivers are not available.
  11. ifconfig does NOT contain eth0, only "lo" and "wlan0"(external USB-Wifi) In dmesg I find that the USB devices found include the internal USB Hub (USB2514B) and the EXTERNAL WLAN stick (Ralink RT3571). The internal LAN via USB (8152B) is NOT detected during boot. Hardware is OK as it works properly with my original Minix X7 firmware. Also , when using lsmod there is no 8152B.
  12. Whatever I try I get errors like: could not open moddep file '/lib/modules/3.0.36+/modules.dep.bin' Errors always refer to version 3.0.36+. When checking my version I get: root@debian:/lib/modules# uname --kernel-name --kernel-release --machine Linux 3.0.36+ armv7l HOWEVER... In /lib/moddules I found following folders: root@debian:/lib/modules# ls 3.2.0-4-vexpress 3.4.79-r0-s-rm1+ But no 3.0.36+. Might there be files in those folders that could help for a kernel configuration analysis?
  13. So, if it is supported in the build, it actually should work without any entry in the dts file. That makes sense as it is recognised as a USB device. Should any LAN references in the dts be removed? Could the LAN references in the dts somehow interfere?
  14. No succes: root@debian:~# cat /proc/config.gz > config.gz cat: /proc/config.gz: No such file or directory root@debian:~# Might some info from dmesg help?
  15. Here you go: root@debian:~# lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 002: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub Bus 002 Device 003: ID 0bda:8152 Realtek Semiconductor Corp. root@debian:~#
  16. I just reflashed my Minix X7 to the old Debian Wheezy. Unfortunately the lsmod command does not give any info: root@debian:~# lsmod Module Size Used by root@debian:~# Anything else I can do?
  17. Unfortunately the Minix X7 seems to use internally some kind of LAN via USB, based on the Realtek8152B. I doubt if this solution will work for the X7. At this moment I have no idea how to bind the 8152B in the dts to make it work. The strange thing is that I have an old Debian Wheezy that functions properly with internal LAN, but this build is not stable for long term use. The (older) Armbian version (also by Balbes) that I use now is running for days without problems, although LAN, audio, internal WiFi and reboot are not working. Momentarily I use Wifi via a USB adapter.
  18. Tested the latest builds (21.08 Bullseye and Focal) on a virgin OrangePi Zero 2 and they are not booting at all. The Armbian_21.08.1_Orangepizero2_buster_legacy_4.9.280.img.xz from the archive boots properly. An interesting observation was that Etcher (Windows 10) took an extremely long time to decompress the new image (noticed this with the Bullseye image). It finally did and flashed the image to the SD-card but these images do not boot at all. Even the red light on the board won't light. When using Etcher to flash the Buster image everything was proceeding swiftly, as expected.
  19. Hi Billyme, After looking into the dts file ( de-compiled dtb file), I found a power supply configuration that was set too low (1.1Volt instead of 1.2 Volt) for the IT66121FN HDMI chip. I changed this, compiled it into a dtb file and now everything seems to run stable for hours. However, a lot of things don't run yet. No audio, no Bluetooth, no internal WiFi and no internal LAN. Unfortunately I have no schematic diagrams or address map of the Minix Neo X7, so it's educated guessing and "changeneering". I don't know if will succeed to get these working in the future, but for me this is more fun than solving a sudoku. I will first run my X7 for a couple of days to see if there are no drawbacks. I will let you know. @balbes150 Please let me know if you want me to change this to a new thread. Thanks for providing this fantastic new Armbian for our RK3188 devices!
  20. Sometimes it goes black, but more often I get a sort of vertical lines, as if some pixels of a line are repeated in every line all over the screen. When I only connect using SSH this also occurs sooner or later. Normally within 30 minutes or less. Also the system is hanging; there is no connection anymore over SSH. The only solution is rebooting. As mentioned before this can happen during booting of the system or later, f/I after login. I never have this when running the android from NAND. Does anyone have an idea what might be causing this?
  21. On my Minix Neo X7 I was able to get images of Armbian Hirsute up and running, after changing 'rk3188-ugoos-ut2.dtb' into 'rk3188-rbox-cs968.dtb' in the '/boot/extlinux/extlinux.conf' file. However, all of these cause my X7 to hang sooner or later. This can differ from hanging during the boot procedure to hanging after using the system for about 30 minutes. I even played an mp4 video once. I tested several uSD cards and adapters from SanDisk to Samsung evo plus, from 4GB to 128GB. All with the same result. When booting my X7 to run the X250 Android image from NAND, it runs for hours and hours, so I guess I can rule out a hardware issue. Is there some way to flash the Armbian Hirsute image to NAND to see if that might run it more stable?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines