JosefZIla / chip-arch

7 stars 4 forks source link

writing UBI fails #2

Open martinnnnnnn opened 7 years ago

martinnnnnnn commented 7 years ago

For me, the install script always failed when it started to write UBI at sudo fastboot -i 0x1f3a -u flash UBI ubi.img.sparse

I was able to fix it by including the following lines before fastboot starts to write UBI.

echo "Erasing UBI" sudo fastboot -i 0x1f3a -u erase UBI

Foryah commented 7 years ago

I had the exact same issue and this fixed it ! Thanks a lot !