super(moteType, sim);
}
protected boolean initEmulator(File fileELF) {
try {
mote = new JCreateNode();
registry = mote.getRegistry();
prepareMote(fileELF, mote);
mote.setFlash(new CoojaM25P80(mote.getCPU()));
} catch (Exception e) {
logger.fatal("Error when creating JCreate mote: ", e);