Hi,
I posted this to developer.planetcom.uk also posting here in case someone ran into this problem:
I'm stuck trying to flash Linux (or rather trying to read back the NVRAM partition - I haven't gotten to actual flashing yet).
I'm running into a BROM error, but it does not seem to be the same BROM error most people are running into.
I have no Windows devices so I only tried the Linux flash tool.
As far as I can tell I've read all available resources on this, but this is the first Android device I tried to flash so it's likely I'm missing something.
Some notes:
- I did try adding the udev rules as described at
https://forum.xda-developers.com/general/ro...t3160802/page16, one by one, on Ubuntu and Manjaro systems. Didn't help. I also added my user to the dialout (Ubuntu)/uucp (Manjaro) groups.
- I'm trying to flash the current Android+rooted Android+Debian TP firmware for X27 (I checked that my Gemini is X27) from here:
http://support.planetcom.co.uk/index.php/Gemini_Firmware- Post by user gidds here:
https://geminiplanet.com/2018/04/07/how-to-...ni/#comment-219 seems to be running into the same error.
I started out with the guide here:
http://support.planetcom.co.uk/index.php/Flashing_Guide, with a scatter file generated by the partition tool as referenced from here:
http://support.planetcom.co.uk/index.php/Gemini_Firmware .
I started by trying to backup the NVRAM partition as in the guide above, and went exactly according to the instructions ('click the Read Back button, connect your Gemini to your PC and restart the Gemini')
Upon the reboot I got a 'BROM' error as mentioned at the beginning of the guide, so I continued by following the linked forum topic '
https://forum.xda-developers.com/general/rooting-roms/tutorial-how-to-setup-spflashtoollinux-t3160802/page16'.
The error:
[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']
USB port is obtained. path name(/dev/ttyACM0), port name(/dev/ttyACM0)
USB port detected: /dev/ttyACM0
Connect BROM failed: STATUS_ERR
Disconnect!
BROM Exception! ( ERROR : STATUS_ERR (-1073676287) , MSP ERROE CODE : 0x00.
[/div]
Note that this is not the same error as described - in fact, looking at the STATUS_ERR value, it looks like some kind of uninitialized value/integer overflow?
This was on a Ubuntu 17.10 system.
I tried all the instructions from post
https://forum.xda-developers.com/showpost.p...p;postcount=153 (adding my user to the dialout group, and creating the udev rules, one by one) - with the difference that instead of downloading the logo file I always tested by trying to back up the NVRAM partition - with the same steps as before. I kept getting the same error. I also tried ideas posted later in that forum topic.
This same error I'm getting was also encountered by an Arch user on the next page in the same thread, and the solution for them was running as root. This did not work for me (tried sudo, running directly as root, as well as normal user - which should work since I added my user to the dialout group as mentioned above).
Following this I also tried all the same steps on another machine running Ubuntu 16.04 (where I added missing libpng to make the flash tool work) and on the original machine with Manjaro 17.1.10- where I used the Arch-specific instructions from the forum topic.
I also tried using USB 2.0 port on my PC as it was mentioned WRT some other issue but I don't see how that would affect this.
I keep getting exactly the same error in all these attempts, so the problem is probably somewhere else.
Currently I'm still stuck at the point where I'm trying to readback the NVRAM partition, with the same error as above - did not try to flash anything yet.
Sorry for the wall of text, tried to include all the details.
Did anyone run into this / am I doing anything wrong?