Guest User

Untitled

a guest
May 31st, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. ...
  2. [ 0.959684] Unpacking initramfs...
  3. [ 1.231110] LiteX SoC Controller driver initialized
  4. [ 1.846866] Initramfs unpacking failed: invalid magic at start of compressed archive
  5. [ 1.874914] Freeing initrd memory: 788K
  6. [ 3.156742] printk: console [liteuart0] enabled
  7. [ 3.156850] printk: console [liteuart0] printing thread started
  8. [ 3.156964] printk: bootconsole [liteuart0] disabled
  9. [ 3.157788] printk: bootconsole [liteuart0] printing thread stopped
  10. [ 3.464996] litesata 12003000.litesata: 250059350016 bytes; Samsung SSD 870 EVO 250GB
  11. [ 3.482152] litesata: litesata1 litesata2
  12. [ 3.493392] litesata 12003000.litesata: probe success; sector size = 512
  13. [ 3.638026] loop: module loaded
  14. [ 4.022588] liteeth 12001000.mac eth0: irq 1 slots: tx 2 rx 2 size 2048
  15. [ 4.074970] litex-mmc 12007800.mmc: LiteX MMC controller initialized.
  16. [ 4.096474] NET: Registered PF_INET6 protocol family
  17. [ 4.137850] Segment Routing with IPv6
  18. [ 4.139744] In-situ OAM (IOAM) with IPv6
  19. [ 4.141448] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  20. [ 4.158582] NET: Registered PF_PACKET protocol family
  21. [ 4.282196] Freeing unused kernel image (initmem) memory: 2132K
  22. [ 4.316272] Run /init as init process
  23. [ 4.316454] with arguments:
  24. [ 4.316530] /init
  25. [ 4.316616] with environment:
  26. [ 4.316682] HOME=/
  27. [ 4.316756] TERM=linux
  28. [ 4.730032] mmc0: new SDHC card at address d67d
  29. [ 4.748552] mmcblk0: mmc0:d67d SU32G 29.7 GiB
  30. [ 4.772872] mmcblk0: p1 p2
  31. # mount /dev/litesata1 /mnt
  32. # ls -alh /mnt
  33. drwxr-xr-x 2 0 0 4.0K Jan 1 00:00 .
  34. drwxr-xr-x 15 0 0 0 Jan 1 00:00 ..
  35. -rwxr-xr-x 1 0 0 14.7M May 29 2022 Image
  36. -rwxr-xr-x 1 0 0 93 Mar 11 2022 boot.json
  37. -rwxr-xr-x 1 0 0 112.3K May 29 2022 fw_jump.bin
  38. -rwxr-xr-x 1 0 0 733.8K Mar 11 2022 initrd_bb
  39. # time cp /mnt/Image /tmp/foo
  40. real 0m 4.77s
  41. user 0m 0.00s
  42. sys 0m 4.75s
  43. # date; cp /tmp/foo /mnt/; umount /mnt; date
  44. Thu Jan 1 00:01:44 UTC 1970
  45. Thu Jan 1 00:01:53 UTC 1970
  46. # mount /dev/litesata1 /mnt
  47. # md5sum /mnt/*; umount /mnt
  48. e0b85fc1925eddd2df45cd737fcf6cb7 /mnt/Image
  49. 846d19f4a54e11d9f7e9d01e12782068 /mnt/boot.json
  50. e0b85fc1925eddd2df45cd737fcf6cb7 /mnt/foo
  51. efab5e42ddd78ee443fc92665c1ba5c1 /mnt/fw_jump.bin
  52. 71a2ca4279841421f779512509ca2740 /mnt/initrd_bb
  53. #
  54. #
Add Comment
Please, Sign In to add comment