Search the Community
Showing results for tags 'rock-5t'.
-
Trying the Armbian Radxa Rock5T 25.5.1 / 6.1.115 Ubuntu server image for the Rock5T and I can't get the Quectel M2 EM12-G WWAN card to be recognized at all. I was previously running the Joshua Reik image and the card showed in lsusb on that image and worked, but I can't figure out why it's not working on this image. I'm kind of new to all this. I did find this similar thread but never found a resolution. https://forum.radxa.com/t/rock-5b-wwan-support-hardware-bug/25780 Hopefully someone can help as to what could be going on. Edit: Armbian Monitor Here: https://paste.armbian.com/avusulewax
-
I got a radxa rock 5t and trying to install armbian(https://www.armbian.com/radxa-rock-5t), arimbian NOT boot and I can see the indicator light on the board is showing a steady green light. I boot with the official image https://docs.radxa.com/en/rock5/rock5t/low-level-dev/maskrom/linux and insert the sd card(with armbian img), and run such command, then I can boot armbian from SD card sudo dd if=/dev/mmcblk0 of=working_idbloader.img bs=512 skip=64 count=8000 sudo dd if=/dev/mmcblk0 of=working_u-boot.itb bs=512 skip=16384 count=8000 sudo dd if=working_idbloader.img of=/dev/mmcblk1 bs=512 seek=64 conv=notrunc sudo dd if=working_u-boot.itb of=/dev/mmcblk1 bs=512 seek=16384 conv=notrunc BTW, it seems there's no rock-5t tag, so I selected the 5b one