life

Firefox OS, Keon 폰 펌웨어 업데이트 하기

눈침침 2013. 8. 8. 23:30

Firefox OS, Keon 폰 펌웨어 업데이트 하기

Keon Phone

요즘 Firefox SIG 모임으로, Keon 폰을 만지작 거릴 수 있게 되었습니다. 오늘은 Keon 폰에 펌웨어를 업데이트 해본 내용을 남겨 봅니다.

우선 참고 페이지 How to flash your keon into latest image 를 대충 살펴보고,

  1. 최신 이미지 다운로드 링크 <= 요기에서 최신 이미지 링크를 다운받고,
  2. Android SDK platform-tools 폴더를 PATH에 추가. PATH=$PATH:/Users/sangpire/play/android-sdk-macosx/platform-tools
  3. 그리고 다운로드 받은 이미지에서 압축을 풀고 해당 폴더에서 flash_mac.sh 을 실행.
rosebook:~ sangpire$ cd images-keon-2013-07-12.Gecko-6565d51.Gaia-054cdc2/
rosebook:images-keon-2013-07-12.Gecko-6565d51.Gaia-054cdc2 sangpire$ ls
AdbWinApi.dll       fastboot        recovery.img
AdbWinUsbApi.dll    fastboot.exe        system.img
adb         flash.bat       userdata.img
adb.exe         flash.sh
boot.img        flash_mac.sh
rosebook:images-keon-2013-07-12.Gecko-6565d51.Gaia-054cdc2 sangpire$ ./flash_mac.sh 
< waiting for device >
sending 'boot' (3424 KB)...
OKAY [  0.331s]
writing 'boot'...
OKAY [  0.628s]
finished. total time: 0.959s
sending 'userdata' (26364 KB)...
OKAY [  2.568s]
writing 'userdata'...
OKAY [  4.913s]
finished. total time: 7.481s
sending 'system' (137568 KB)...
OKAY [ 13.310s]
writing 'system'...
OKAY [ 26.134s]
finished. total time: 39.444s
erasing 'cache'...
OKAY [  0.006s]
finished. total time: 0.006s
rebooting...

finished. total time: 0.001s
rosebook:images-keon-2013-07-12.Gecko-6565d51.Gaia-054cdc2 sangpire$ 

짜잔!