not logged in | [Login]
Here are some usefull alias for your .bashrc
alias pyb_reset="echo -e '\0004' >> /dev/ttyACM0" alias pyb_fixfs="/usr/sbin/fsck.vfat $(/sbin/blkid|grep '6ECE-436D'|cut -d':' -f1)"
To easy mount and access your pyboard, you can add something like this to your fstab:
UUID="6ECE-436D" /mnt/pyboard vfat user,rw,umask=000 0 0