Advertisement
Guest User

Untitled

a guest
Dec 26th, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. john@T410:~/CHIP-tools$ sudo ./chip-update-firmware.sh -f
  2. [sudo] password for john:
  3. fastboot enabled
  4. ROOTFS_URL=http://opensource.nextthing.co.s3.amazonaws.com/chip/buildroot/stable/73/images
  5. BUILD=73
  6. BR_URL=http://opensource.nextthing.co.s3.amazonaws.com/chip/buildroot/stable/73/images
  7. BR_BUILD=73
  8. /home/john/CHIP-tools/.firmware/images/rootfs.ubi exists... comparing to http://opensource.nextthing.co.s3.amazonaws.com/chip/buildroot/stable/73/images/rootfs.ubi
  9. MD5: 413fedd904a90d449d8ea608dd6898ec
  10. S3_MD5: 413fedd904a90d449d8ea608dd6898ec
  11. file already downloaded
  12. /home/john/CHIP-tools/.firmware/images/sun5i-r8-chip.dtb exists... comparing to http://opensource.nextthing.co.s3.amazonaws.com/chip/buildroot/stable/73/images/sun5i-r8-chip.dtb
  13. MD5: 09707eb7aa4709365cc14aa0314e4716
  14. S3_MD5: 09707eb7aa4709365cc14aa0314e4716
  15. file already downloaded
  16. /home/john/CHIP-tools/.firmware/images/sunxi-spl.bin exists... comparing to http://opensource.nextthing.co.s3.amazonaws.com/chip/buildroot/stable/73/images/sunxi-spl.bin
  17. MD5: 1dd925fa15a21bc60dd2172fe3ac40ad
  18. S3_MD5: 1dd925fa15a21bc60dd2172fe3ac40ad
  19. file already downloaded
  20. /home/john/CHIP-tools/.firmware/images/uboot-env.bin exists... comparing to http://opensource.nextthing.co.s3.amazonaws.com/chip/buildroot/stable/73/images/uboot-env.bin
  21. MD5: 6f2b79a781f9f490911012ec3aa653e9
  22. S3_MD5: 6f2b79a781f9f490911012ec3aa653e9
  23. file already downloaded
  24. /home/john/CHIP-tools/.firmware/images/zImage exists... comparing to http://opensource.nextthing.co.s3.amazonaws.com/chip/buildroot/stable/73/images/zImage
  25. MD5: 91614d8d67bd87987ea5bc958e61cfc3
  26. S3_MD5: 91614d8d67bd87987ea5bc958e61cfc3
  27. file already downloaded
  28. /home/john/CHIP-tools/.firmware/images/u-boot-dtb.bin exists... comparing to http://opensource.nextthing.co.s3.amazonaws.com/chip/buildroot/stable/73/images/u-boot-dtb.bin
  29. MD5: a9051ff21d462ecc66d7ee9ded2ebe0a
  30. S3_MD5: a9051ff21d462ecc66d7ee9ded2ebe0a
  31. file already downloaded
  32. BUILDROOT_OUTPUT_DIR = /home/john/CHIP-tools/.firmware
  33. fastboot enabled
  34. == preparing images ==
  35. filesize= 3537408
  36. PADDED_SPL_SIZE=0x000000c4
  37. 36+1 records in
  38. 37+0 records out
  39. 606208 bytes (606 kB) copied, 0.000959429 s, 632 MB/s
  40. 11+0 records in
  41. 11+0 records out
  42. 180224 bytes (180 kB) copied, 0.0157818 s, 11.4 MB/s
  43. Image Name: flash CHIP
  44. Created: Sat Dec 26 19:49:08 2015
  45. Image Type: ARM Linux Script (uncompressed)
  46. Data Size: 744 Bytes = 0.73 kB = 0.00 MB
  47. Load Address: 00000000
  48. Entry Point: 00000000
  49. Contents:
  50. Image 0: 736 Bytes = 0.72 kB = 0.00 MB
  51. == upload the SPL to SRAM and execute it ==
  52. waiting for fel...OK
  53. == upload spl ==
  54. == upload u-boot ==
  55. == upload u-boot script ==
  56. == execute the main u-boot binary ==
  57. == waiting for fastboot ==
  58. waiting for fastboot.................................TIMEOUT
  59. flashing.......................................................................................................TIMEOUT
  60. ERROR: could not flash
  61. john@T410:~/CHIP-tools$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement