Jump to content

Radxa Rock 5t idbloader.img and u-boot.itb Error


Recommended Posts

Posted

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

 

Posted

I also tried 

 

sudo dd if=official_rock5t_image.img of=working_idbloader.img bs=512 skip=64 count=8000
sudo dd if=official_rock5t_image.img of=working_u-boot.itb bs=512 skip=16384 count=8000
sudo dd if=working_idbloader.img of=armbian_image.img bs=512 seek=64 conv=notrunc
sudo dd if=working_u-boot.itb of=armbian_image.img bs=512 seek=16384 conv=notrunc

 

then burn the img into the SD card, also be able to boot.

I got the official image from https://github.com/radxa-build/rock-5t/releases

 

but there's another issue, the hardware acceleration does NOT work in armbian, Mali-G610 is not in use

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines