On Wed, Jul 24, 2024 at 09:04:17AM +0200, Diogo wrote: > Hi Martin, > > Thank you for your suggestion. I was not aware of the installer for > SheevaPlug. > > Unfortunately, I can?t find the right documentation on how to use this file. > Shall I load it to uboot as netbsd.ub or what exactly? Note that I currently > do not have a running NerBSD system. Is that necessary?
It is just a kernel, you load the .ub image from u-boot and bootm it. Martin