mbonin / boot-unlocker-gnex

Automatically exported from code.google.com/p/boot-unlocker-gnex
1 stars 0 forks source link

PRIMECxx bootloaders don't work #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start with unlocked bootloader PRIMELCxx bootloader
2. Use BootUnlocker to lock the bootloader
3. Confirm that BootUnlocker shows "locked"
4. Reboot to bootloader

What is the expected output? What do you see instead?
Bootloader screen should show "LOCKED".  Instead is remained "UNLOCKED".

Please use labels and text to provide additional information.
Need to test the other way (locked -> unlocked); but this is dangerous if the 
app no longer works.
Also need to verify which bootloader versions experience this problem.  So far, 
issues reported in PRIMELC02 and PRIMELC03.

Original issue reported on code.google.com by jmason...@gmail.com on 22 Jul 2012 at 2:51

GoogleCodeExporter commented 8 years ago
This was actually a bug in 1.0.5 beta which caused data corruption on the param 
partition.  Bug fixed; issue closed.

Affected users should run the following command to repair their param partition:

echo -n "\x0\x0\x0\x0\x0f\x0" | dd obs=1 count=6 seek=124 
of=/dev/block/platform/omap/omap_hsmmc.0/by-name/param

Original comment by supp...@jmason888.com on 22 Jul 2012 at 6:12