mindboards / ev3sources

LEGO MINDSTORMS EV3 source code
http://botbench.com/blog/2013/07/31/lego-mindstorms-ev3-source-code-available/
446 stars 178 forks source link

Can not format SD card #26

Closed 1plus4 closed 10 years ago

1plus4 commented 10 years ago

In format_sdcard.sh file, when fdisk command is run(70th line of format_sdcard.sh), fdisk.cmd file is passed as argument. In fdisk.cmd file, it seems that initial sector is configured 1(10th line of fdisk.cmd), but initial sector is not always 1(for example, default: 2048). Perhaps you shoud modify line feed in 10th line of fdisk.cmd to configure default parameter.

botbench commented 10 years ago

This should be fixed in your commit :)