benoitm974

test boot

Jan 11th, 2021
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. g12a_u215_v1#setenv bootargs "root=UUID=e139ce78-9841-40fe-8823-96a304a09859 rootwait rw console=ttyS0,115200n8" no_console_suspend fsck.repair=yes
  2. g12a_u215_v1#fatload usb 0:1 0x1080000 kernel
  3. reading kernel
  4. 11091069 bytes read in 337 ms (31.4 MiB/s)
  5. g12a_u215_v1#fatload usb 0:1 0x1000000 dtb/meson-sm1-x96-air-4g.dtb
  6. reading dtb/meson-sm1-x96-air-4g.dtb
  7. 47344 bytes read in 35 ms (1.3 MiB/s)
  8. g12a_u215_v1#fdt addr 0x1000000
  9. g12a_u215_v1#bootm 1080000 - 0x1000000
  10. avb2: 0
  11. ee_gate_off ...
  12. avb2: 0
  13. ## Booting kernel from Legacy Image at 01080000 ...
  14. Image Name:
  15. Image Type: AArch64 Linux Kernel Image (lzo compressed)
  16. Data Size: 11091005 Bytes = 10.6 MiB
  17. Load Address: 01b80000
  18. Entry Point: 01b80000
  19. Verifying Checksum ... OK
  20. Start read misc partition datas!
  21. info->magic =
  22. info->version_major = 1
  23. info->version_minor = 0
  24. info->slots[0].priority = 15
  25. info->slots[0].tries_remaining = 7
  26. info->slots[0].successful_boot = 0
  27. info->slots[1].priority = 14
  28. info->slots[1].tries_remaining = 7
  29. info->slots[1].successful_boot = 0
  30. info->crc32 = -1075449479
  31. active slot = 0
  32. active_slot is normal
  33. DTBO partition header is incorrect
  34. load dtb from 0x1000000 ......
  35. Amlogic multi-dtb tool
  36. Single dtb detected
  37. ## Flattened Device Tree blob at 01000000
  38. Booting using the fdt blob at 0x1000000
  39. No valid dtbo image found
  40. Uncompressing Kernel Image ... OK
  41. kernel loaded at 0x01b80000, end = 0x0326a008
  42. libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND
  43. [rsvmem] fdt get prop fail.
  44. Loading Device Tree to 000000001fff1000, end 000000001ffff8ef ... OK
  45.  
  46. Starting kernel ...
  47.  
  48. uboot time: 58431672 us
Add Comment
Please, Sign In to add comment