Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Change fastboot flash command
Browse files Browse the repository at this point in the history
I followed this guide and it worked but I had to slightly change this 1 command or else there was this error:

```
$ sudo fastboot flash boot boot-linaro-sid-dragonboard-410c-933.img
fastboot: error: Couldn't parse partition size '0x'.
$
```
  • Loading branch information
Erikvv authored Mar 7, 2021
1 parent 198c01f commit 8a59e10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ de82318 fastboot
$ cd <extraction directory>

# Make sure you have properly unzipped the boot and rootfs downloads
$ sudo fastboot flash boot boot-linaro-jessie-qcom-snapdragon-arm64-**BUILD#**.img
$ sudo fastboot flash:raw boot boot-linaro-jessie-qcom-snapdragon-arm64-**BUILD#**.img
$ sudo fastboot flash rootfs linaro-jessie-developer-qcom-snapdragon-arm64-**BUILD#**.img
```
**Note**: Replace **BUILD#** in the above commands with the file-specific date/build stamp.
Expand Down

0 comments on commit 8a59e10

Please sign in to comment.