megabigbug |
2011-08-10 14:04 |
boot freeze on second dot
Hello,
I flashed my N900 following this tutorial: http://www.youtube.com/watch?v=O54KdLvTA2U and the maemo wiki http://wiki.maemo.org/Updating_the_tablet_firmware
here is the script I made:
Code:
#!/bin/bash
echo "~~> press 'u' on the N900"
echo "~~> insert the battery"
echo "~~> release 'u' on the N900 when flashing starts"
sudo ./flasher-3.5 -F ../RX-51_2009SE_20.2010.36-2_PR_COMBINED_MR0_ARM.bin -f
echo "~~> press 'u' on the N900"
echo "~~> press enter"
echo "~~> release 'u' on the N900 when flashing starts"
read
sudo ./flasher-3.5 -F ../RX-51_2009SE_10.2010.13-2.VANILLA_PR_EMMC_MR0_ARM.bin -f
echo "~~> press 'u' on the N900"
echo "~~> press enter"
echo "~~> release 'u' on the N900 when flashing starts"
read
sudo ./flasher-3.5 -F ../RX-51_2009SE_20.2010.36-2_PR_COMBINED_MR0_ARM.bin -f -R
echo "~~> the previous command always fails the first time, press enter again"
read
sudo ./flasher-3.5 -F ../RX-51_2009SE_20.2010.36-2_PR_COMBINED_MR0_ARM.bin -f -R
echo "~~> remove usb cable"
All worked fine, except the last reboot.
The device displays the nokia logo, dots, and it freezes on the second dot.
I also tried to enable R&D mode but it doesn't change anything.
Any idea where is the problem ?
|