Hi Sam
 
> The FFOS can finally be brought up on Pandaboard.
> 
> However,
> 
> When i tried to flash the board,
> 
> the error occurred in the begging. 
> 
> Please take a look for the following messages.
> 
> sam@sam-PORTEGE-R700:~/Mozilla_panda/B2G$ sudo ./flash.sh 
> * daemon not running. starting it now on port 5037 *
> * daemon started successfully *
> error: device not found

The bootloader has a mode called 'fastboot' in which it allows for the
flashing of disk images to partitons. We run 'adb reboot
bootloader' to switch to fastboot mode for flashing the board. This is
where the message comes from. But the next line indicates that your
board already ran fastboot.

> 4C88000200000001      fastboot
> ...
> FAILED (remote failure)
> finished. total time: 0.004s
> erasing 'cache'...
> OKAY [102.702s]
> finished. total time: 102.702s
> sending 'userdata' (62053 KB)...
> OKAY [  3.714s]
> writing 'userdata'...
> OKAY [ 21.963s]
> finished. total time: 25.677s
> sending 'boot' (4010 KB)...
> OKAY [  0.244s]
> writing 'boot'...
> OKAY [  1.620s]
> finished. total time: 1.864s
> sending 'system' (84069 KB)...
> OKAY [  4.938s]
> writing 'system'...
> OKAY [ 30.873s]
> finished. total time: 35.812s
> rebooting...

That's interesting. What SD card do you use to get this performance?
When I do a full flash, it takes more like 30 minutes.

Best regards
Thomas

> 
> 
> You see the remote failure happened there. 
> 
> Could anyone tell me why this happened and how to fix it if possible?
> 
> 
> thank you
>  
> _______________________________________________
> dev-b2g mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-b2g

_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to