Jump to content

Werner

Administrators
  • Posts

    5340
  • Joined

  • Last visited

Everything posted by Werner

  1. @NicoD do you still have your m4v2 and may verify uart connection and working debug console? thx in advance
  2. Hm as for me I only have standard jumper wires for debugging my stuff. last but not least because it does not connect 5 volts which isn't necessary anyways for serial interaction and reduces the risk of frying a board by connecting this wrongly.
  3. Well the other variant of course is that it might be connected wrongly . Tried to flip RX and TX lines? common mistake having these mixed up. If it boots from sdcard there MUST be ouput to the debug serial.
  4. This output isn't related to uboot. So I assume you don't get any output whatsoever which means broken/missing boot loader. I'd try to boot from fresh sdcard and then start investigating.
  5. Have you simply tried either + or +2E images if they work?
  6. https://debug.armbian.de
  7. I'd do the following: Boot any image that works for your and check if /dev/mtd0 is present. Then simply overwrite it with dd if=/dev/zero of=/dev/mtd0. May take a few minutes. This type of memory is rather slow at writing.
  8. Wipe SPI/eMMC before trying to boot vendor/legacy/3rd party OS from microsd again.
  9. https://docs.armbian.com/Developer-Guide_Build-Preparation/
  10. We cannot afford to provide pre-made images in every kernel-userspace combination for every board. The amount of resources necessary could be just insane. However that is what the build framework is made for so you can choose exactly what you want and build it by yourself. https://github.com/armbian/build
  11. Providing logs with armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed.
  12. 6.10 is, as the name implies, bleeding edge, so do not expect stuff to work. Mainline support for rk3588 is still in development. In theory though HDMI should work already, however might not have been tested on this device yet and there are caveats. Anyway if you prefer a working system, get an image with vendor 6.1.y kernel. Regarding the ssh stuff I think @Alessandro Lannocca did some work on SSH, either you grabbed an image where fixes were ongoing or you found another bug that needs attention.
  13. Might be a known similar issue where when using armbian-install on OPi5 the contents of /boot is not copied to the nvme and therefore booting fails. However copying everything manually and adjusting the blkid it works just fine.
  14. In theory everyone can create fake Armbian images since it is open source. This is why authenticity is important. Debug boot issues: https://debug.armbian.de
  15. Those images are fake https://docs.armbian.com/User-Guide_Getting-Started/#how-to-check-download-authenticity
  16. You can use the build framework to build images for any board with any kernel and any desktop you want. https://github.com/armbian/build/
  17. Which is exactly the same as armbian-config but with code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } sed 's/armbian/orangepi/g'
  18. https://docs.armbian.com/Developer-Guide_Welcome/#command-line-syntax-has-changed This also kind of applies here: https://zuckerbude.org/armbian-using-kernel-config/
  19. Hi, Armbian by itself does not accept new boards without funding/agreement. However anybody can contribute code via pull request and add community support for it. https://docs.armbian.com/Process_Contribute/
  20. moved. question is too unspecified.
  21. do-release-upgrade most likely will not allow you to update to Noble until this date. None. Lunar is EOL, repository has been removed.
  22. Make sure to - write SPI during the mentioned armbian-install process - that /boot directory has been populated on the NVMe. If not mount and copy files from sd manually there.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines