parser=argparse.ArgumentParser(description='Tool to boot AVM EVA ramdisk images.')
parser.add_argument('ip',type=str,help='IP-address to transfer the image to')
parser.add_argument('image',type=str,help='Location of the ramdisk image')
parser.add_argument('--offset',type=lambdax:int(x,0),help='Offset to load the image to in hex format with leading 0x. Only needed for non-lantiq devices.')