Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. Trying ::1...
  2. Connected to localhost.
  3. Escape character is '^]'.
  4.  
  5. Hit any key to stop autoboot: 999
  6. end: 2.4.2 bootloader-interrupt (duration 00:00:01) [common]
  7. start: 2.4.3 bootloader-commands (timeout 00:02:57) [common]
  8. bootloader-commands: Wait for prompt ['zynq-uboot'] (timeout 00:02:57)
  9.  0
  10. setenv autoload no
  11. zynq-uboot> setenv autoload no
  12. bootloader-commands: Wait for prompt ['zynq-uboot', 'Resetting CPU', 'Must RESET board to recover', 'TIMEOUT', 'Retry count exceeded', 'ERROR: The remote end did not respond in time.'] (timeout 00:02:57)
  13. env set bootargs console=ttyPS0,115200 rw root=/dev/ram ${mtdparts} ubi.mtd=${active_sys} ubi.mtd=persistent loglevel=4
  14. zynq-uboot> setenv autoload noenv set bootargs console=ttyPS0,115200 rw root=/dev/ram ${mtdparts} ubi.mtd=${active_sys} ubi.mtd=persistent loglevel=4
  15. bootloader-commands: Wait for prompt Starting kernel (timeout 00:02:57)
  16. zynq-uboot> env set bootargs console=ttyPS0,115200 rw root=/dev/ram ${mtdparts} ubi.mtd=${active_sys} ubi.mtd=persistent loglevel=4
  17. bootloader-commands timed out after 177 seconds
  18. end: 2.4.3 bootloader-commands (duration 00:02:57) [common]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement