Jump to content

Werner

Administrators
  • Posts

    5164
  • Joined

  • Last visited

Everything posted by Werner

  1. Hi, =y means the driver/functionality is directly compiled into the kernel =m means it will be built and made available as kernel module
  2. moved
  3. Just install docker from Debian/Ubuntu repo. Grabbing directly from docker is overrated imho unless you need very new features.
  4. Thought about bumping to rc3 yesterday but figured it wasn't worth it since there were no relevant changes.
  5. moved to tvboxes
  6. 1468 ### ip addr: 1469 p default qlen 1000 1471 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 1472 inet XXX.XXX.0.1/8 scope host lo 1473 valid_lft forever preferred_lft forever 1474 inet6 ::1/128 scope host noprefixroute 1475 valid_lft forever preferred_lft forever ult qlen 1000 1477 link/ether 6e:48:1c:02:bd:e7 brd ff:ff:ff:ff:ff:ff 1478 Either the logs are incomplete or the ethernet ports don't show up at all. Odd...
  7. No ETA from our side. Since Collabora is working on this I suggest to ask them
  8. Open as much topics as you need. That is what forums are for. I don't like those multiple pages long mega-threads anyways but for some reason some users seem to be fine with them. As for me at least I don't see how value information can be found within when there is a need to read page by page by page while with multiple topics you immediately see what's going on inside There should be as minimal adjustments needed as possible since this tool is undergoing major rewrite anyways so besides having it as a working proof-of-concept for the new version it would be a waste of time. Haha, true story. Anyway as bad as some rants (not only Igors ) read there is always some truth within and the truth often is either misunderstood or hurts or both. Therefore no further action is taken here besides asking everyone to calm down if necessary and keep it more constructive, alright? -> Oh boy, that was a lot of off-topic
  9. So when UART works you can use code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } armbianmonitor -U to print debug output to serial and then use a pastebin service of your choice to share the whole output.
  10. Better method would probably be using debug serial console to grab the output while the crash happens. https://debug.armbian.de
  11. Could be a loose connection/slack joint. Hard to tell remotely Yeah that one should do.
  12. I don't know. You can check by yourself (something like code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } apt-cache search linux*current-rockchip64) Well that would rather be a downgrade than an upgrade Anyway while switching kernel again would work the module you want to build and need the headers for will not.
  13. You need the kernel headers matching your kernel version. Older headers will not work. However we had (have?) some issues with the repository so you may need to switch to a different kernel version which also has the matching headers in the repo.
  14. There never was a cert since it is just a simple redirect to https://armbian.myspreadshop.net/ so feel free to use this address.
  15. If desktop version supports HDMI then CLI and minimal do as well.
  16. 1. Not using CP2102 as it cannot handle 1.5mbaud. CP2104 for example does. 2. not using random UART you find on the GPIO but using the actual debug UART connectors: https://wiki.friendlyelec.com/wiki/images/7/7c/NanoPi_NEO3-layout.jpg 3. @lpirl can be right too. I used to own a Neo3 just like yours but it died on me.
  17. Oddly there are no bcm2712 packages whatsoever in stable repo. At least not on my mirror. However there are current and edge packages in beta including headers. 13236 ./pool/main/l/linux-headers-current-bcm2712/linux-headers-current-bcm2712_24.2.0-trunk.480_arm64__6.6.13-S374f-D719f-P0000-Cb2aaH4168-HK01ba-Vc222-B4d80-R448a.deb 25531 ./pool/main/l/linux-6.6.13/linux-image-current-bcm2712_24.2.0-trunk.480_arm64__6.6.13-S374f-D719f-P0000-Cb2aaH4168-HK01ba-Vc222-B4d80-R448a.deb 120 ./pool/main/l/linux-dtb-current-bcm2712/linux-dtb-current-bcm2712_24.2.0-trunk.480_arm64__6.6.13-S374f-D719f-P0000-Cb2aaH4168-HK01ba-Vc222-B4d80-R448a.deb
  18. Yes, it is relevant. Without an sdcard with operating instructions (boot loader and OS to say) the board simply does absolutely nothing since there is no other storage on.
  19. Use legacy if you need those. Do not run bleeding edge stuff if you don't know how to deal with such issues.
  20. I don't know. However using the serial console you get an idea if the board is the issue or your usb-ethernet adapter.
  21. Your baudrate is wrong. Try 115200 instead of 15200 as suggested in the video.
  22. serial console is best way to debug boot and connectivity issues: https://debug.armbian.de
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines