top of page

Configure a U-Boot Autoboot Command in PetaLinux

  • Writer: Zach Pfeffer
    Zach Pfeffer
  • Apr 27, 2018
  • 1 min read

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:

© 2025 by Centennial Software Solutions LLC.

bottom of page