Hi Xabier,
On Wed, Dec 11, 2013 at 12:27 AM, <[email protected]> wrote: > > Hi, > > I'm Xabier from Ariadna Instruments company. > > I want a communication between the tablet and the bbb. > > I am following the steps on this page. https://code.google.com/p/rowboat/wiki/AccessoryDevKit > > And I have this error: > > xabi@ubuntu:/media$ dir > \floppy floppy0 tablet > xabi@ubuntu:/media$ cd tablet > xabi@ubuntu:/media/tablet$ dir > BeagleBoneAcc.tar.gz > xabi@ubuntu:/media/tablet$ tar -xzvf BeagleBoneAcc.tar.gz > BeagleBoneAcc/ > BeagleBoneAcc/MLO > BeagleBoneAcc/mkmmc-acc.sh > BeagleBoneAcc/app > xabi@ubuntu:/media/tablet$ dir > BeagleBoneAcc BeagleBoneAcc.tar.gz > xabi@ubuntu:/media/tablet$ cd BeagleBoneAcc > xabi@ubuntu:/media/tablet/BeagleBoneAcc$ dir > app mkmmc-acc.sh MLO > xabi@ubuntu:/media/tablet/BeagleBoneAcc$ sudo sh mkmmc-acc.sh /dev/sdd1 > [sudo] password for xabi: > mkmmc-acc.sh: 10: mkmmc-acc.sh: [[: not found Based on this, I'm going to guess that the script starts with #!/bin/sh rather than #!/bin/bash and that you're running the script on an ubuntu system which has /bin/sh symlinked to dash instead of bash. You can reconfigure sh by using: sudo dpkg-reconfigure dash -- Dave Hylands Shuswap, BC, Canada http://www.davehylands.com -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
