Page 2 of 2
Re: Brick during OTN
Posted: Mon Jan 07, 2013 5:56 pm
by arris69
prairie wrote:arris69 wrote:
the kernel is original one, console unlock is during boot!
ok, I misunderstood how console unlock works.
you changed smthg in rootfs?
also the extensions are executed once.
when the bootloop started? on first boot after downgrade?
I didn't change anything, this happened on 1st reboot after download, where FW gets flashed to it's partition.
hm, strange then looks like for some reason the /mtd_rwarea/UPGRADE_START was not deleted ...
what's tv trys to do if you plug an usb-pen with an usb-update firm and then let it reboot?
Re: Brick during OTN
Posted: Mon Jan 07, 2013 6:08 pm
by prairie
arris69 wrote:
what's tv trys to do if you plug an usb-pen with an usb-update firm and then let it reboot?
I did try that, it doesn't pay attention to the usb.
Re: Brick during OTN
Posted: Mon Jan 07, 2013 9:12 pm
by arris69
prairie wrote:arris69 wrote:
what's tv trys to do if you plug an usb-pen with an usb-update firm and then let it reboot?
I did try that, it doesn't pay attention to the usb.
can you check this
viewtopic.php?f=24&t=5315#p38682 ? usb hotplug script is patched (run.sh on root of usb-pen) maybe it will be executed, then you can format /mtd_rwarea from here
Re: Brick during OTN
Posted: Mon Jan 07, 2013 11:06 pm
by prairie
yes, run.sh is executed from root of usb. What should I put in it? rm /mtd_rwarea/UPGRADE_START ?
edit:
whoohoo! Thanks arris and juuso, wiping out /mtd_rwarea did the trick. I wasn't sure how to format it so I just did rm -rf /mtd_rwarea in run.sh and after a couple of reboots I am back in business.
Re: Brick during OTN
Posted: Tue Jan 08, 2013 5:33 am
by juusso
well

Re: Brick during OTN
Posted: Tue Jan 08, 2013 11:42 pm
by prairie
It seems this modified FW is stable and robust to user mistakes

Thank you.