Menuconfig Hang for Kernel and U-Boot - 2021.2 English

PetaLinux Tools Documentation: Reference Guide

Document ID
UG1144
Release Date
2021-10-27
Version
2021.2 English

For petalinux-config -c, sometimes when the kernel and U-Boot BitBake try to open a new terminal inside, they fail. The following are the possible error messages:

  1. ERROR: Unable to spawn new terminal
  2. ERROR: Continuing the execution without opening the terminal

The solutions can be:

  1. Use ssh -X <hostname>.
  2. Uncomment the OE_TERMINAL line in <plnx-proj-root>/project-spec/meta-user/conf/petalinuxbsp.conf. You can set any terminal which suits you (possibles values could be auto, screen, tmux, xterm, and konsole). You have to change the OE_TERMINAL as it cannot get through default. For this, you must have the corresponding utility installed in your PC.