Flashing Fairphone OS to phone from Raspberry Pi

Hello,
i have installed \e\ OS on my fairphone 3 using my Raspberry Pi. Now i want to go back to the stock rom. I have downloaded FP3-REL-Q-3.A.0054-20200929.092252-user-fastbootimage.7z. The manual says i have to use the FP3_flashall-file to install Fairphone OS. Unfortunately this file is a binary file for x86 CPUs (why did they do that? Absolutely unnecessary). I tried to flash the image files in the \e\OS style but get stuck at system.img:

# fastboot flash boot_a boot.img
target reported max download size of 534773760 bytes
sending 'boot_a' (65536 KB)...
OKAY [  2.247s]
writing 'boot_a'...
OKAY [  0.637s]
finished. total time: 2.883s
# fastboot flash vendor_a vendor.img
target reported max download size of 534773760 bytes
sending sparse 'vendor_a' 1/2 (516652 KB)...
OKAY [ 17.593s]
writing 'vendor_a' 1/2...
OKAY [  4.946s]
sending sparse 'vendor_a' 2/2 (102968 KB)...
OKAY [  3.514s]
writing 'vendor_a' 2/2...
OKAY [  0.993s]
finished. total time: 27.046s
# fastboot flash dtbo_a dtbo.img
target reported max download size of 534773760 bytes
sending 'dtbo_a' (8192 KB)...
OKAY [  0.311s]
writing 'dtbo_a'...
OKAY [  0.101s]
finished. total time: 0.412s
# fastboot flash vbmeta_a vbmeta.img
target reported max download size of 534773760 bytes
sending 'vbmeta_a' (8 KB)...
OKAY [  0.040s]
writing 'vbmeta_a'...
OKAY [  0.021s]
finished. total time: 0.061s
# fastboot flash system_a system.img
error: cannot load 'system.img': Value too large for defined data type

I think i have to add the -S option like in the \e\OS manual. But i can’t find the right value and get the same error message every time. Can anyone help?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.