How to run FreeBSD on new boards built on Rockchip 35XX..

Hi,

Well have been busy with other stuff for a while but thought I'd chime in anyways as I was pointed at this discussion.
I have uploaded the latest of what I use here on various RK3566/RK3568 boards for quite some time:

I'll try to answer questions etc as best I can, but still busy here so patience :)
 
Thanks Soren.

I wanted to mention on the EDK2 bootloader the offset needs to be larger than u-boot size of 16M (on rockchip).
EDK2 images seem to need 20M and flashing that to most FreeBSD arm images will destory the partition scheme.

I have been leaving 32M free space for EDK2 images.

gpart create gpt da0

gpart add -t efi -s 50M -b 65536 da0

My point is you cannot flash EDK2 bootloader to RockPro64 Image. The image is setup for 16M free space. Not 20M.
 
Back
Top