Advertisement
Guest User

Untitled

a guest
May 4th, 2013
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. U-Boot# setenv serverip 192.168.0.5; setenv ipaddr 192.168.0.6; tftp 0x80200000 uImage; tftp 0x80F80000 am335x-boneblack.dtb; bootm 0x80200000 - 0x80F80000
  2. link up on port 0, speed 100, full duplex
  3. Using cpsw device
  4. TFTP from server 192.168.0.5; our IP address is 192.168.0.6
  5. Filename 'uImage'.
  6. Load address: 0x80200000
  7. Loading: #################################################################
  8. #################################################################
  9. #################################################################
  10. #################################################################
  11. #################################################################
  12. #################################################################
  13. #################################################################
  14. #################################################################
  15. #################################################################
  16. #################################################################
  17. #################################################################
  18. #################################################################
  19. #################################################################
  20. #################################################################
  21. #################################################################
  22. #################################################################
  23. #################################################################
  24. #################################################################
  25. #################################################################
  26. #################################################################
  27. #################################################################
  28. #################################################################
  29. #################################################################
  30. #################################################################
  31. ###########################################
  32. 619.1 KiB/s
  33. done
  34. Bytes transferred = 8206328 (7d37f8 hex)
  35. link up on port 0, speed 100, full duplex
  36. Using cpsw device
  37. TFTP from server 192.168.0.5; our IP address is 192.168.0.6
  38. Filename 'am335x-boneblack.dtb'.
  39. Load address: 0x80f80000
  40. Loading: #####
  41. 508.8 KiB/s
  42. done
  43. Bytes transferred = 23469 (5bad hex)
  44. ## Booting kernel from Legacy Image at 80200000 ...
  45. Image Name: Linux-3.8.11-bone16
  46. Image Type: ARM Linux Kernel Image (uncompressed)
  47. Data Size: 8206264 Bytes = 7.8 MiB
  48. Load Address: 80008000
  49. Entry Point: 80008000
  50. Verifying Checksum ... OK
  51. ## Flattened Device Tree blob at 80f80000
  52. Booting using the fdt blob at 0x80f80000
  53. Loading Kernel Image ... OK
  54. OK
  55. Using Device Tree in place at 80f80000, end 80f88bac
  56.  
  57. Starting kernel ...
  58.  
  59. Uncompressing Linux... done, booting the kernel.
  60.  
  61. Error: unrecognized/unsupported machine ID (r1 = 0x00000e05).
  62.  
  63. Available machine support:
  64.  
  65. ID (hex) NAME
  66. ffffffff Generic OMAP4 (Flattened Device Tree)
  67. ffffffff Generic AM33XX (Flattened Device Tree)
  68. ffffffff Generic OMAP3-GP (Flattened Device Tree)
  69. ffffffff Generic OMAP3 (Flattened Device Tree)
  70. 0000060a OMAP3 Beagle Board
  71. 00000a9d IGEP OMAP3 module
  72. 00000928 IGEP v2 board
  73. 00000ae7 OMAP4 Panda board
  74.  
  75. Please check your kernel config and/or bootloader.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement