Search found 4 matches

by RoSenpai
03 Mar 2017, 18:08
Forum: BENQ Zowie Tweaking — Strobe Utility / Blur Reduction / DyAc
Topic: Firmware upgrade using Linux tool, requires no hardware
Replies: 577
Views: 830706

Re: Firmware upgrade using Linux tool, requires no hardware

I was about posting a full guide incluiding this, but I think is unfair since I just changed some permissions.
So please, go on.
The exact problem it solved was the Errno 5, and I think it should work too with Errno 6.

Also, you could update the svn co svn://flashrom.org/flashrom/trunk@1846 ...
by RoSenpai
03 Mar 2017, 13:12
Forum: BENQ Zowie Tweaking — Strobe Utility / Blur Reduction / DyAc
Topic: Firmware upgrade using Linux tool, requires no hardware
Replies: 577
Views: 830706

Re: Firmware upgrade using Linux tool, requires no hardware

I FUCKING FINALLY DID IT!

After a lot of tries, I changed the permissions on the flashrom folder.
My solution from /flashrom:

$cd ..
$sudo su
#chown -R root:root flashrom/
#chmod 777 -R flashrom/
#cd flashrom/

After that, go on with #sudo ./flashrom -p mstarddc_spi:dev=/dev/i2c-1:49 -c ...
by RoSenpai
01 Mar 2017, 13:00
Forum: BENQ Zowie Tweaking — Strobe Utility / Blur Reduction / DyAc
Topic: Firmware upgrade using Linux tool, requires no hardware
Replies: 577
Views: 830706

Re: Firmware upgrade using Linux tool, requires no hardware

Hi!

I'm upgrading my V3 XL2720Z to V5.

I followed all the steps posted on this forum, but I'm stuck at the moment.
This is my problem:

ubuntu@ubuntu:~/flashrom$ sudo ./flashrom -p mstarddc_spi:dev=/dev/i2c-1:49 -c "MX25L1605A/MX25L1606E" -w firmware.bin
flashrom v0.9.7-r1846 on Linux 4.4.0-31 ...