Advertisement
Guest User

Untitled

a guest
May 6th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. ast# go 0x83000000
  2. ## Starting application at 0x83000000 ...
  3. Uncompressing Linux... done, booting the kernel.
  4. [ 0.000000] Booting Linux on physical CPU 0x0
  5. [ 0.000000] Linux version 4.6.0-rc3-00011-gea36074122d4-dirty (shenki@icarus) (gcc version 5.3.1 20160413 (Ubuntu/Linaro 5.3.1-14ubuntu2) ) #384 Fri May 6 14:30:57 ACST 2016
  6. [ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
  7. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
  8. [ 0.000000] Machine model: Palmetto BMC
  9. [ 0.000000] Ignoring memory block 0x40000000 - 0x50000000
  10. [ 0.000000] bootconsole [earlycon0] enabled
  11. [ 0.000000] Memory policy: Data cache writeback
  12. [ 0.000000] Kernel panic - not syncing: ERROR: Failed to allocate 0x2000 bytes below 0x0.
  13. [ 0.000000]
  14. [ 0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 4.6.0-rc3-00011-gea36074122d4-dirty #384
  15. [ 0.000000] Hardware name: ASpeed SoC
  16. [ 0.000000] [<c01077b0>] (unwind_backtrace) from [<c01052f8>] (show_stack+0x10/0x14)
  17. [ 0.000000] [<c01052f8>] (show_stack) from [<c016f2fc>] (panic+0xbc/0x24c)
  18. [ 0.000000] [<c016f2fc>] (panic) from [<c040ca78>] (memblock_alloc_base+0x34/0x40)
  19. [ 0.000000] [<c040ca78>] (memblock_alloc_base) from [<c0404938>] (early_alloc_aligned+0xc/0x2c)
  20. [ 0.000000] [<c0404938>] (early_alloc_aligned) from [<c040559c>] (paging_init+0x6f4/0x9bc)
  21. [ 0.000000] [<c040559c>] (paging_init) from [<c0402dd4>] (setup_arch+0x4d8/0x830)
  22. [ 0.000000] [<c0402dd4>] (setup_arch) from [<c0400994>] (start_kernel+0x90/0x3c0)
  23. [ 0.000000] [<c0400994>] (start_kernel) from [<80008074>] (0x80008074)
  24. [ 0.000000] ---[ end Kernel panic - not syncing: ERROR: Failed to allocate 0x2000 bytes below 0x0.
  25. [ 0.000000]
  26.  
  27.  
  28. If you see this, you've probably got the wrong device tree
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement