08-28-2021, 05:25 PM
(05-05-2021, 02:29 PM)krjdev Wrote: Sorry, for my late response.
(05-02-2021, 01:19 PM)Enig123 Wrote: BTW, for an already installed disk, is there a way to update u-boot without affecting a working os?
Of course. Simple build U-Boot and copy the two files (idbloader.img and u-boot.itb) to SD/MMC card where OpenBSD is installed:
Code:dd if=/path/to/idbloader.img of=/dev/sd0c bs=512 seek=64 conv=sync
Code:dd if=/path/to/u-boot.itb of=/dev/sd0c bs=512 seek=16384 conv=sync
Thanks. Do you know if OpenBSD support AES instructions on Rock64?