9
0
Fork 0

sysmobts: Always attach as ubi1 to avoid clash with the system

This commit is contained in:
Holger Hans Peter Freyther 2016-06-11 11:12:22 +02:00
parent ae9ef45dd2
commit ccabbeb6c2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ if test -e /dev/nand0.rescue.ubi; then
exit 0
fi
ubiattach -d 0 /dev/nand0.rescue
ubiattach -d 1 /dev/nand0.rescue
if [ $? != 0 ]; then
echo "failed to run ubiattach for rescue"
exit 1