#!/bin/bash -x

export PATH=../brecis/tools/mipsisa32-brecis-uclinux/bin:$PATH
#---
mips-objcopy -O binary image.elf /tftpboot/${USER}/lineo.bin
