not logged in | [Login]

alias

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)"
alias pyb_flushfirmware="dfu-util -d 0483 -c 1 -i 0 -a 0 -D $1"

fstab

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