Re: [gem5-users] Enable Printing in Linux 4.3

2016-07-02 Thread Jason Lowe-Power
Hi, You should trying connecting to your guest running in gem5 with m5term. You can compile m5term by going to the gem5/util/term directory and typing "make". Then, after you run gem5, you can connect to the guest by using "m5term localhost 3456". Note: the port may change if it's already in use.

Re: [gem5-users] Enable Printing in Linux 4.3

2016-06-30 Thread Vanchinathan Venkataramani
Hi Jason I cannot see the output in system.terminal file. I am using the latest gem5 version. Best regards V Vanchinathan On Thu, Jun 30, 2016 at 10:03 PM, Jason Lowe-Power wrote: > Hello, > > These are not printed to stdout in full system mode, but are saved in the > terminal file (something

Re: [gem5-users] Enable Printing in Linux 4.3

2016-06-30 Thread Jason Lowe-Power
Hello, These are not printed to stdout in full system mode, but are saved in the terminal file (something like system.pc.com_1.terminal). You can also see the terminal output if you telnet into the guest system (e.g., using m5term in gem5/util/term). Cheers, Jason On Thu, Jun 30, 2016 at 4:48 AM

[gem5-users] Enable Printing in Linux 4.3

2016-06-30 Thread Vanchinathan Venkataramani
Hi all I am currently running Linux 4.3 for ARM64. Any commands in rcS using echo or printf in programs do not get printed. Is there some flag in the kernel or gem5 that I need to set for enabling these prints? Any help is really appreciated. Best regards V Vanchinathan