bft uses the echo command to verify that it has successfully broke into uboot. Unfortunately, not all uboot builds have echo built in. This was a problem on the AP143 developer board
bft should have a way of handling this situation. @mattsm suggested I use the version command instead. This would be a good work around in this case. Would there be a feasible situation where the version command wouldn't be built in? (Is that possible on uboot?) The key is we should have reliable solution to this so breaking into uboot is successful in almost all cases