Jump to content

Recommended Posts

Posted

The easiest route is to simply flash it to a microsd card and boot from it.

Once booted issue "armbian-install" to move the OS and boot loader to eMMC.

eMMC should be accessible directly if tools like rkdeveltool or whatever that is called is used. Never used that personally, seems tricky to use. Prefer first path.

Posted

Hi, you need the radxa dedicated tool to do it :

 

https://opensource.rock-chips.com/wiki_Rkdeveloptool

 

Once it is compiled and installed, you need to start the device in "maskrom mode", to do that, push the maskrom button located under the board near the hdmi output then power the device while holding the button. The led should turn and stays on.

 

To check if the device is ready, run the following command :

 

rkdeveloptool ld

 

it should print something like that :

DevNo=1 Vid=0x2207,Pid=0x350a,LocationID=302    Maskrom

 

it means the device is ready to receive data

 

then you need to upload the bootloader :

sudo rkdeveloptool db rk356x_spl_loader_ddr1056_v1.12.109_no_check_todly.bin

 

and finally you can upload the armbian img :

sudo rkdeveloptool wl 0 Armbian-XXX.img

 

make sure your device is properly cooled before doing those operations because heat can freeze the process.

 

you can find the loader and more info here https://docs.radxa.com/en/zero/zero3/low-level-dev/rkdeveloptool

 

there's a  windows version of rkdeveloptool too you can find on their website.

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