So I got this running on a linux machine (VM) and i go ahead and run :
chmod a+x ubootwrite.py
then:
i ran ls -l to make sure the permissions were rightly assigned and it shows:
-rwxrwxr -x 1 myname myname filesize date
then i try to run the:
ubootwrite.py --write=mr33-uboot.bin
and i get an error saying "ubootwrite.py command not found"
I try the same command with the
./ubootwrite.py --write=mr33-uboot.bin
and get this error "/usr/bin/env: 'python2.7': not such file or directory.
Im not sure if anyone could help me here at this point.