On 03/10/16 02:57, PINTU KUMAR wrote: > Hi, > > Thank you for your reply. > > Right now, I am trying only on Raspberry Pi 2 hardware. For Beagle bone may > be I will try later. > > Right now, I cannot use Yocto, so I am using GBS build. > > Right now, I don't want to use Micro profile (as its usage is limited). > > > > I guess, to just get a shell (login prompt) on the virtual terminal, I don't > need to modify any source code and build it. > > It should work with any profile, and pre-built image I choose. > > Do, I need to make any changes in systemd-services on the target itself?
I fiddled with this some once (to be able to change without having a console on a running system so you could actually run systemctl), and I *think* that you can get it by editing this file: /lib/systemd/system-preset/90-systemd.preset and change the place where it says disable console-getty.service to say enable instead. let us know if it works. _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
