Re: [gem5-users] scp between gem5 simulated linux system and real linux system

2016-06-24 Thread Jason Lowe-Power
Hi Liyang, You're correct that you can't use scp because gem5 doesn't have an ethernet connection to the outside world. What we usually do to get data onto the disk images is mount the disk image on the host machine and make modifications, then boot the disk image with gem5. You can use the pytho

[gem5-users] scp between gem5 simulated linux system and real linux system

2016-06-24 Thread 李阳
Dear everyone, My status: I have launched the aarch64-ubuntu system successfully based on gem5 and logined into the system. And then I need to copy the armv8 binary on the linux host (debian) to gem5 simulated aarch64 system. However, the scp command didn't work and I found that the gem5 simulated