top of page
  • Zach Pfeffer

Configure a U-Boot Autoboot Command in PetaLinux


This post shows where to define CONFIG_BOOTCOMMAND and CONFIG_BOOTDELAY in a PetaLinux Tools 2017.4 build.

Autoboot

At the end of:

project-spec/meta-user/recipes-bsp/u-boot/files/platform-top.h

List (for example):This survives petalinux-config, gets picked up by petalinux-build and is included when you package (and un-package) a BSP.

References

U-Boot

U-Boot lists how CONFIG_BOOTDELAY and CONFIG_BOOTCOMMAND work:

PetaLinux Tools

In the PetaLinux Tools Workflow Manual it lists:

bottom of page