Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Oct 2016 14:12:58 -0700
From:      Oleksandr Tymoshenko <gonzo@bluezbox.com>
To:        freebsd-arm@freebsd.org
Subject:   Re: Raspberry Pi 3 support
Message-ID:  <815A1DB5-1592-4E4F-A12C-99EAAC4684C0@bluezbox.com>
In-Reply-To: <5F2E0B05-0A54-4BD6-9CFE-4DFF5FEF07DC@bluezbox.com>

index | next in thread | previous in thread | raw e-mail


> On Oct 13, 2016, at 10:43 PM, Oleksandr Tymoshenko <gonzo@bluezbox.com> wrote:
> 
> Hello,
> 
> 
> - bootcmd for EFI would look like:
>    fatload mmc 0 ${loadaddr} loader.efi; bootefi ${loadaddr} 0x100
>    where 0x100 is FDT blob address matching the value of device_tree_address
>    parameter in config.txt

I stand corrected. boot1.efi should be placed on FAT partition and used in this command,
not loader.efi

Actually the right way to do this is to copy boot1.efi to EFI/BOOT/bootaa64.efi
Then no custom boot command is required. Board will just boot.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?815A1DB5-1592-4E4F-A12C-99EAAC4684C0>