You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When flash a partition with 'sparse="true"' flag, no error returned.
But device can't boot up successfully and it reports corresponding partition mount failed.
According to the Windows tool, it has split image up into 4 partitions and then write 1 by 1.
It seems we don't obtain such mechanism.
Test log as below from windows QFIL:
xml:
QFIL log:
INFO: File system.img is a sparse file, being split up into 4 separate XML tags
......
INFO: system.img is a sparse image
INFO: Looking for file 'system.img'
INFO: system.img is a sparse image
INFO: Looking for file 'system.img'
INFO: system.img is a sparse image
INFO: Looking for file 'system.img'
INFO: system.img is a sparse image
INFO: Looking for file 'system.img'
......
system.img is a sparse image
{ (68.80 MB) 140912 sectors needed at location 3031040 on LUN 0}
{ (8.00 KB) 16 sectors needed at location 3293184 on LUN 0}
{ (8.00 KB) 16 sectors needed at location 3293320 on LUN 0}
{ (119.97 MB) 245696 sectors needed at location 3297336 on LUN 0
The text was updated successfully, but these errors were encountered:
When flash a partition with 'sparse="true"' flag, no error returned.
But device can't boot up successfully and it reports corresponding partition mount failed.
According to the Windows tool, it has split image up into 4 partitions and then write 1 by 1.
It seems we don't obtain such mechanism.
Test log as below from windows QFIL:
xml:
QFIL log:
INFO: File system.img is a sparse file, being split up into 4 separate XML tags
......
INFO: system.img is a sparse image
INFO: Looking for file 'system.img'
INFO: system.img is a sparse image
INFO: Looking for file 'system.img'
INFO: system.img is a sparse image
INFO: Looking for file 'system.img'
INFO: system.img is a sparse image
INFO: Looking for file 'system.img'
......
system.img is a sparse image
{ (68.80 MB) 140912 sectors needed at location 3031040 on LUN 0}
{ (8.00 KB) 16 sectors needed at location 3293184 on LUN 0}
{ (8.00 KB) 16 sectors needed at location 3293320 on LUN 0}
{ (119.97 MB) 245696 sectors needed at location 3297336 on LUN 0
The text was updated successfully, but these errors were encountered: