Advertisement
RobertBerger

BBB gold test

Jul 4th, 2017
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. U-Boot => setenv bootcmd 'dhcp; setenv serverip 192.168.42.141; run loadkernel; run loadinitrd; run loadfdt; run nfsargs; bootz 0x82000000 0x83000000 0x88000000'
  2. bootloader-commands: Wait for prompt U-Boot (timeout 00:01:59)
  3. setenv bootcmd 'dhcp; setenv serverip 192.168.42.141; run loadkernel; run loadinitrd; run loadfdt; run nfsargs; bootz 0x82000000 0x83000000 0x88000000'
  4. run bootcmd
  5. U-Boot => run bootcmd
  6. Changing prompt to boot_message ['Booting Linux', 'Resetting CPU']
  7. bootloader-commands: Wait for prompt ['Booting Linux', 'Resetting CPU'] (timeout 00:01:59)
  8. run bootcmd
  9. BOOTP broadcast 1
  10. BOOTP broadcast 2
  11. BOOTP broadcast 3
  12. BOOTP broadcast 4
  13. BOOTP broadcast 5
  14. BOOTP broadcast 6
  15. BOOTP broadcast 7
  16. BOOTP broadcast 8
  17. BOOTP broadcast 9
  18. BOOTP broadcast 10
  19. BOOTP broadcast 11
  20. BOOTP broadcast 12
  21. BOOTP broadcast 13
  22. BOOTP broadcast 14
  23. BOOTP broadcast 15
  24. BOOTP broadcast 16
  25. BOOTP broadcast 17
  26. BOOTP broadcast 18
  27. BOOTP broadcast 19
  28. BOOTP broadcast 20
  29. BOOTP broadcast 21
  30. BOOTP broadcast 22
  31. BOOTP broadcast 23
  32. BOOTP broadcast 24
  33. BOOTP broadcast 25
  34. BOOTP broadcast 26
  35. BOOTP broadcast 27
  36. BOOTP broadcast 28
  37. BOOTP broadcast 29
  38. Retry time exceeded; starting again
  39. *** ERROR: `ipaddr' not set
  40. *** ERROR: `ipaddr' not set
  41. *** ERROR: `ipaddr' not set
  42. bootloader-commands timed out after 113 seconds
  43. end: 2.4.3 bootloader-commands (duration 00:01:53)
  44. uboot-retry failed: 1 of 1 attempts. 'bootloader-commands timed out after 113 seconds'
  45. bootloader-commands timed out after 113 seconds
  46. end: 2.4 uboot-retry (duration 00:02:00)
  47. uboot-action failed: 1 of 1 attempts. 'bootloader-commands timed out after 113 seconds'
  48. bootloader-commands timed out after 113 seconds
  49. end: 2 uboot-action (duration 00:02:00)
  50. Cleaning after the job
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement