-
Notifications
You must be signed in to change notification settings - Fork 2
How to do a new bootable USB key for PC104
Brice edited this page Jun 13, 2018
·
4 revisions
Important : Use an USB key of 16 GB maximum (16 GB recommended). PC 104 doesn't support 32 GB and more.
- Format the USB key to be FAT.
- Download and unzip the new live image on the USB key formated (live images).
- Use the adapted script to create a boot :
3.1. for linux open a terminal in the USB key.
3.2. Log as root : su
3.3. bash utils/linux/makeboot.sh (put here as parameter the partition of the USB key)
You can see the name of the partition by opening "Disks" on linux. Then clic on the USB key, and take Device. For example the final command can be :
bash utils/linux/makeboot.sh /dev/sdc1
The script will ask you if you want to install MBR and others stuff. You can say Yes to all.
- Your USB key is ready, insert it in the iCub head
This manual is maintained to facilitate the life of our lab members in getting started with our robots. It is not an " official" guide and it is maintained at our best. If something does not work, please tell us or write an issue. Contributors: Serena Ivaldi