Jump to content

mihanson

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I just wanted to interject that I ran into the same (non?)-issue on the 25.8.1 trixie minimal image using a rpi400. armbianmonitor -u
  2. Yes, I did read that. I was also thinking maybe the decompression on-the-fly could be a point of failure. Just now, I installed USBImager and wrote the image to a uSD. No presets applied (.not_looged_in_yet) First boot went smoothly. I updated with armbian-upgrade and rebooted and all looked OK. 🤷🏻‍♂️ Since I changed 2 things (using USBImager and no presets) I can't say what helped.
  3. Thank you @Igor. I downloaded and confirmed sha on Armbian_25.8.1_Tritium-h5_trixie_current_6.12.35_minimal.img.xz. I confirmed my card with F3 and used the SD Format tool to format my uSD card. I wrote the image to my uSD card. $ sudo unxz -c Armbian_25.8.1_Tritium-h5_trixie_current_6.12.35_minimal.img.xz | dd of=/dev/sde bs=1M oflag=direct conv=fsync status=progress iflag=fullblock I then mounted the newly written uSD card and changed the verbosity to 7 in /boot/armbianEnv.txt and added my .not_logged_in_yet and .rootfs_resize to the /root directory of the uSD card. First boot started out well, but 30 seconds in, it hung. I pulled the power after 30 minutes. Here's the log from my serial console: After pulling the plug and re-plugging it in, Armbian booted, but it took a long time. I know the board is not fast, but I went to lunch and came back to finally see the auto log in root prompt. I ran armbian-upgrade and rebooted. This time it was much faster to get to the log in prompt. I'd say this is solved with the new Armbian image, but the hang up at 30 seconds and pulling of power is not ideal. I'm not sure what else I can give you to debug that.
  4. @laibsch thank you. @TonyMac32 any ideas? Update: The Bookworm minimal image does fully boot. Just not Trixie.
  5. I flashed a fresh image to my uSD card via dd. $ sudo unxz -c Armbian_25.5.1_Tritium-h5_trixie_current_6.12.30_minimal.img.xz | dd of=/dev/sdf bs=1M oflag=direct conv=fsync status=progress iflag=fullblock When I loaded the uSD into my Tritium-H5 all I got was just the red power light, but no activity. Tried a few different power supplies with the same result. I finally figured out that it appeared the bootloader was missing. I used Libre Tech's flash tool to flash their bootloader to my uSD card. Now I was able to get the Tritium-H5 outputting the boot sequesnce on the serial console. However, it stops at: I stumbled through the u-Boot recovery process and after remounting the partition r/w I got dpkg to install linux-u-boot-tritium-h5-current_25.5.1_arm64__2024.01-S866c-P42f9-Hc721-V3ed7-Bb703-R448a.deb However, when I rebooted the Tritium-H5 I was still stuck on the above spoiler. 👆 Am I doing something wrong? How can I get the Tritium-H5 to boot the Armbian image? Thanks!
  6. Does anyone have experience with getting Armbian working on an ODROID C5? Wiki Does the C4 image work on the C5?
  7. Ok, I see. Well, in that case all the needed files are already there. I don't know if the symlinks are needed (I suspect they are present for readability). If you wanted to make a small package for the RPi5 WiFi only, those are the files to add. Thanks for your patience and understanding.
  8. @Igor Pull request with the needed files. I have never worked with GitHub before, so I'm open to constructive criticism. Please excuse any mistakes. Based on my local install, I think these files are all that is needed.
  9. @Igor I believe these are the files needed, but I'm not 100% mihanson@rpi5-desktop:~ $ ls -l /lib/firmware/brcm/*raspberrypi,5* | grep -v zst lrwxrwxrwx 1 root root 13 Jan 18 20:58 /lib/firmware/brcm/BCM4345C0.raspberrypi,5-model-b.hcd -> BCM4345C0.hcd lrwxrwxrwx 1 root root 31 Jan 18 21:03 /lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,5-model-b.bin -> ../cypress/cyfmac43455-sdio.bin lrwxrwxrwx 1 root root 36 Jan 18 21:03 /lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,5-model-b.clm_blob -> ../cypress/cyfmac43455-sdio.clm_blob lrwxrwxrwx 1 root root 22 Jan 18 20:59 /lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,5-model-b.txt -> brcmfmac43455-sdio.txt mihanson@rpi5-desktop:~ $ ls -l /etc/alternatives/ | grep cyf lrwxrwxrwx 1 root root 51 Apr 10 2024 cyfmac43455-sdio.bin -> /lib/firmware/cypress/cyfmac43455-sdio-standard.bin
  10. Using the Armbian_24.11.1_Sweet-potato_bookworm_current_6.6.62_xfce_desktop.img I get the above error in /var/log/Xorg.0.log and no X server due to a missing drop-in file. The file is attached and should be dropped into /etc/X11/xorg.conf.d/ 10-meson.conf
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines