Hallo ,
I’m trying to to do a factory reset .without success. The install is on the emmc, I have installed Mycroft on it, and it worked everything fine but the problem is the memory is too small on the emmc because of upgrade and so on.
What I did was,
- I did format a SD card and put the autorun File on it.
#!/bin/sh
if [ ! -f /tmp/run/mountd/mmcblk0p1/reset_once ]; then
firstboot
touch /tmp/run/mountd/mmcblk0p1/reset_once
reboot -f
fi
- when I started the respeaker vnc didn’t work, so I used the serial console, but when I type firstboot nothing happened.
Can you guys help me please how to wipe everything from the emmc, I really want to have it on factory reset so I can start from scratch.
I followed the instructions on this website <LINK_TEXT text=“https://github.com/respeaker/get_starte … tory-reset”>https://github.com/respeaker/get_started_with_respeaker/wiki/factory-reset</LINK_TEXT>
but I didn’t have any success maybe someone can explain it to me in a different way.
It would be nice if you had a factory reset image for the SD card,
where you just need to insert the SD card and then respeaker would be on factory reset .
Kind regards