05-24-2018 01:56 AM
HI all,
I am using petalinux 2017.2 on ubuntu 14.04 LTS.
Whenever I run petalinux-config -c kernel , it does not open kernel configuration menuconfig. Instead it continues with sourcing bitbake and building kernel image.
When I ran petalinux-config -c rootfs , it nicely opens configuration menu window.
How to solve?
Thanks in Advance.
05-24-2018 02:04 AM
05-24-2018 02:25 AM
I tried. it does not work.
05-24-2018 03:00 PM
Hi
It is recommended to use Ubuntu 16.04 to for installing petalinux 2017.2
Refer to page 8 here
Best Regards
Shabbir
05-24-2018 08:45 PM
@shabbirk the problem persists even in ubuntu 16.04
05-26-2018 01:47 AM
You should be aware that the kernel menuconfig is opened in a separate console terminal. At least when running it in a GUI terminal. Could this be your problem?
05-26-2018 07:42 AM
@vanmierlo, is it any different from how petalinux-config or petalinux-config -c rootfs opens?
05-27-2018 10:31 AM
Yes. These two open the menu in the same terminal as where you typed the command. They do not open a new terminal window as the kernel configuration does.
05-27-2018 11:23 PM
@vanmierlo, I was not aware that kernel configuration opens in a new terminal window. It would open in the same console in petalinux 2015.4.
I am running petalinux-config -c kernel in /bin/bash. Is it a bash problem?
what is the solution for this then ?
05-28-2018 01:29 AM
I think bash is the recommended shell. But on Ubuntu you might have dash as sh and that could be problematic.
Further, are you using a terminal in the GUI or on a real console (e.g. Alt-F1) or via ssh/telnet?
05-28-2018 05:48 AM - edited 05-28-2018 05:48 AM
@vanmierlo I am using bash terminal in GUI.
05-28-2018 06:05 AM
I'm afraid I can't help you any further. That is the same as I use.
05-28-2018 06:48 PM
Hi @saklnt,
In order to isolate your issue I would suggest to ssh to your ubuntu machine using https://mobaxterm.mobatek.net/download-home-edition.html which allows X11 forwarding for meunconfig popup. If this works then we can isolate your problem on Ubuntu 16.04
05-30-2018 12:16 AM
@sandeepgNo, it does not work even in xterm ssh session. I checked with mobaxterm and x11 forwarding enabled.