You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.
Hello;
Help me please
I run Linux kernel for ARMv8, I opened two terminal;
I typed in the first terminal the following command:
sudo build / ARM / gem5.opt configs / example / arm / fs_bigLITTLE.py --cache --kernel = / media / ali / ali / gem5 / linux-arm64-gem5-gem5 / vmlinux --boot = / media / ali /ali/gem5/system/arm/aarch64_bootloader/boot_emm.arm64 --dtb = / media / ali / ali / gem5 / system / arm / dt / armv8_gem5_v1_big_little_2_2.dtb
I found the following result:
Global frequency set at 1000000000000 ticks per second
info: kernel located at: /media/ali/ali/gem5/linux-arm64-gem5-gem5/vmlinux
warn: Highest ARM exception-level set to AArch32 but bootloader is for AArch64. Assuming you wanted these to match.
Listening for system connection on port 5900
Listening for system connection on port 3456
0: system.remote_gdb.listener: listening for remote gdb #0 on port 7000
0: system.remote_gdb.listener: listening for remote gdb #1 on port 7001
warn: ClockedObject: More than one power state change request encountered within the same simulation tick
warn: ClockedObject: More than one power state change request encountered within the same simulation tick
info: Using bootloader at address 0x10
info: Using kernel entry physical address at 0x80080000
info: Loading DTB file: /media/ali/ali/gem5/system/arm/dt/armv8_gem5_v1_big_little_2_2.dtb at address 0x88000000
warn: Existing EnergyCtrl, but no enabled DVFSHandler found.
info: Entering event queue @ 0. Starting simulation...
warn: SCReg: Access to unknown device dcc0:site0:pos0:fn7:dev0
13711818000: system.terminal: attach terminal 0
and when I typed in the second terminal the following command:
telnet localhost 3456
I found this result without executing the kernel:
Trying 127.0.0.1 ...
Connected to localhost.
Escape character is '^]'.
==== m5 slave terminal: Terminal 0 ====
thanks
The text was updated successfully, but these errors were encountered:
Hello;
Help me please
I run Linux kernel for ARMv8, I opened two terminal;
I typed in the first terminal the following command:
sudo build / ARM / gem5.opt configs / example / arm / fs_bigLITTLE.py --cache --kernel = / media / ali / ali / gem5 / linux-arm64-gem5-gem5 / vmlinux --boot = / media / ali /ali/gem5/system/arm/aarch64_bootloader/boot_emm.arm64 --dtb = / media / ali / ali / gem5 / system / arm / dt / armv8_gem5_v1_big_little_2_2.dtb
I found the following result:
Global frequency set at 1000000000000 ticks per second
info: kernel located at: /media/ali/ali/gem5/linux-arm64-gem5-gem5/vmlinux
warn: Highest ARM exception-level set to AArch32 but bootloader is for AArch64. Assuming you wanted these to match.
Listening for system connection on port 5900
Listening for system connection on port 3456
0: system.remote_gdb.listener: listening for remote gdb #0 on port 7000
0: system.remote_gdb.listener: listening for remote gdb #1 on port 7001
warn: ClockedObject: More than one power state change request encountered within the same simulation tick
warn: ClockedObject: More than one power state change request encountered within the same simulation tick
info: Using bootloader at address 0x10
info: Using kernel entry physical address at 0x80080000
info: Loading DTB file: /media/ali/ali/gem5/system/arm/dt/armv8_gem5_v1_big_little_2_2.dtb at address 0x88000000
warn: Existing EnergyCtrl, but no enabled DVFSHandler found.
info: Entering event queue @ 0. Starting simulation...
warn: SCReg: Access to unknown device dcc0:site0:pos0:fn7:dev0
13711818000: system.terminal: attach terminal 0
and when I typed in the second terminal the following command:
telnet localhost 3456
I found this result without executing the kernel:
Trying 127.0.0.1 ...
Connected to localhost.
Escape character is '^]'.
==== m5 slave terminal: Terminal 0 ====
thanks
The text was updated successfully, but these errors were encountered: