Setup WiFi
configure_edison --wifi
For the complete article look at the Intel page
Access Edison mass storage from within Edison
Here are the commands to make the USB disk available:
rmmod g_multi
mkdir /update
losetup -o 8192 /dev/loop0 /dev/disk/by-partlabel/update
mount /dev/loop0 /update
Now you can see the content in the folder /update
To reverse the procedure which makes is available on the host machine again:
cd /
umount /update
modprobe g_multi
Disconnect the USB cable and re-connect it again. Now the drive should re-appear on the host machine.
You need to do this procedure again and again because there can only be one master over the storage. The g_multi driver does not have support for simultaneous access.
Flashing the board
TODO:
TODO:
TODO:
GATT service
TODO:
Blink the led
TODO: