Do you mean when android is running? Because the code below looks like it will attach both to the simulator.
Ali On Apr 16, 2013, at 12:33 AM, huangyongbing <[email protected]> wrote: > Hi all, > > I create two images for ARM platform using the following codes. But > I don’t know how to mount the second image into the Android system. Anyone > can help? Thanks. > > self.cf0 = CowIdeDisk(driveID='master') > self.cf2 = CowIdeDisk(driveID='master') > self.cf0.childImage(mdesc.disk()) > self.cf2.childImage(disk("second.img")) > > try: > self.realview.ide.disks = [self.cf0, self.cf2] > except: > self.realview.cf_ctrl.disks = [self.cf0, self.cf2] > > Best regards, > > Yongbing Huang > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
