[gem5-users] ARM FS emulation with nic support

2022-06-29 Thread wasd003
Hi, I'm trying to get nic supported on ARM full system emulation with the help of gem5-dist.sh. But I've gotten following error during the boot process: *build/ARM/mem/xbar.cc:430: fatal: testsys.iobus has two ports responding within range [0x2f00:0x2f04]: * *testsys.realview.cf_ctrl.pio*

[gem5-users] Re: ARM FS emulation with nic support

2022-06-30 Thread wasd003
t; > > configs/example/fs.py ? > > > > You would also need to add the ethernet controller as a PCI device to > starter_fs.py (it is a one-liner change, add IGbE_e1000(InterruptLine=1, > InterruptPin=1) to the system.pci_devices list. > > > > Let me know if it w

[gem5-users] Re: ARM FS emulation with nic support

2022-07-02 Thread wasd003
info so they recognized each other on > that level, same as how you setup a real machine network. > > Best, > Heng > > On Jun 30, 2022, at 23:06, wasd003 wrote: > > Thanks for your help, with starter_fs.py I can create eth0 successfully. > However, in my scenario, I need to