S Cars Club Turbo Quattro
Пропустить
trawqu » Пт янв 05, 2018 11:26 pm
Tschako писал(а):This script captures the efs-persist image from a good working main unit to the SD Card. Than you can flash it to a unit with defective persist partition in the flash memory. Keep in mind: It makes no sense to capture a defective image for repair. Thats a script (run.sh) for it: #!/bin/ksh sdcard=`ls /mnt|grep sdcard.*t` echo Using card $sdcard dstPath=/mnt/$sdcard mount -u $dstPath echo remounted for full access $dstPath/utils/showScreen $dstPath/screens/scriptStart.png rm -f $dstPath/.done echo started > $dstPath/.started echo Copying efs-persist image to $dstPath cat /dev/fs0p3 > $dstPath/efs-persist.efs $dstPath/utils/showScreen $dstPath/screens/scriptDone.png echo done > $dstPath/.done rm -f $dstPath/.started Attention: Some units use fs1p3 as mount ID for persist partition. Then use this command instead: cat /dev/fs1p3 > $dstPath/efs-persist.efs Good Luck! Tschako
Tschako » Пт янв 05, 2018 2:54 pm
trawqu » Пт янв 05, 2018 1:48 pm
Tschako писал(а):Take any SD Script from this forum (seek) and hold the base script (run.sh), the copie_scr.sh and the dirs "screens" and "util", erase in the "run.sh" the original function call of the script and then put this command in it: "cat /dev/fs0p3 > /fs/sd0/efs-persist.efs" after that, youll find the file in the root of the SD
trawqu » Пт янв 05, 2018 1:46 pm
mr.jonny83 » Ср май 27, 2015 5:27 am
Tschako » Вт май 26, 2015 7:17 pm
mr.jonny83 » Вт май 26, 2015 7:04 pm
[Расширение txt было запрещено, вложение больше недоступно.]
mr.jonny83 » Сб май 23, 2015 9:02 pm
felixsin » Ср май 06, 2015 12:20 am
felixsin » Вт май 05, 2015 3:19 pm
Tschako » Вт май 05, 2015 1:47 am
felixsin » Вт май 05, 2015 12:43 am
Tschako » Пн май 04, 2015 9:54 pm
felixsin » Пн май 04, 2015 12:23 am
Tschako » Вс май 03, 2015 9:11 pm
felixsin » Сб май 02, 2015 1:24 pm
felixsin » Чт апр 30, 2015 1:19 am
Tschako » Ср апр 29, 2015 1:56 am
felixsin » Ср апр 29, 2015 12:43 am
Tschako » Ср апр 29, 2015 12:09 am
Вернуться к началу