[PATCH] misc/boot-image: fix uenv_exe_ftd bug.
Chris Johns
chrisj at rtems.org
Tue Jun 25 01:32:40 UTC 2019
Pushed. Thank you for the testing, finding this issue and providing a patch.
Nice work.
I would be good to know if RTEMS can be run on the BBB without an FDT when using
the Linux image output format.
Chris
On 24/6/19 9:40 pm, Nils Hölscher wrote:
> ---
> misc/tools/config/rtems-boot.ini | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/misc/tools/config/rtems-boot.ini b/misc/tools/config/rtems-boot.ini
> index 6370e35..4e5d600 100644
> --- a/misc/tools/config/rtems-boot.ini
> +++ b/misc/tools/config/rtems-boot.ini
> @@ -91,7 +91,7 @@ uenv_exe = boot_rtems=run rtems_banner;
> ${uenv_boot_exe}
> uenv_exe_fdt = boot_rtems=run rtems_banner;
> echo "Loading @KERNEL_IMAGE@";
> - ${uenv_fdt_load};
> + ${uenv_exe_load};
> ${uenv_fdt_load};
> ${uenv_boot_exe_fdt}
> uenv_net_dhcp = boot_rtems=run rtems_banner;
>
More information about the devel
mailing list