Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [...]
- [ 0.967604] Unpacking initramfs...
- [ 1.238658] LiteX SoC Controller driver initialized
- [ 1.856346] Initramfs unpacking failed: invalid magic at start of compressed archive
- [ 1.884682] Freeing initrd memory: 788K
- [ 3.144050] printk: console [liteuart0] enabled
- [ 3.144158] printk: console [liteuart0] printing thread started
- [ 3.144258] printk: bootconsole [liteuart0] disabled
- [ 3.144868] printk: bootconsole [liteuart0] printing thread stopped
- [ 3.462560] litesata 12003000.litesata: 250059350016 bytes; Samsung SSD 870 EVO 250GB
- [ 3.952708] litesata: litesata1 litesata2
- [ 3.964198] litesata 12003000.litesata: probe success; sector size = 512
- [ 4.106666] loop: module loaded
- [ 4.492552] liteeth 12001000.mac eth0: irq 1 slots: tx 2 rx 2 size 2048
- [ 4.542520] litex-mmc 12007800.mmc: LiteX MMC controller initialized.
- [ 4.564022] NET: Registered PF_INET6 protocol family
- [ 4.605110] Segment Routing with IPv6
- [ 4.606992] In-situ OAM (IOAM) with IPv6
- [ 4.608690] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
- [ 4.625660] NET: Registered PF_PACKET protocol family
- [ 4.750646] Freeing unused kernel image (initmem) memory: 2128K
- [ 4.784962] Run /init as init process
- [ 4.785138] with arguments:
- [ 4.785212] /init
- [ 4.785288] with environment:
- [ 4.785356] HOME=/
- [ 4.785426] TERM=linux
- [ 5.189944] mmc0: new SDHC card at address d67d
- [ 5.207776] mmcblk0: mmc0:d67d SU32G 29.7 GiB
- [ 5.230916] mmcblk0: p1 p2
- #
- # mount /dev/litesata1 /mnt
- [ 12.532412] /dev/litesata1: Can't open blockdev ### NOTE: maybe b/c the driver currently only supports reading?
- [ 12.654422] /dev/litesata1: Can't open blockdev
- [ 12.774310] /dev/litesata1: Can't open blockdev
- # ls /mnt
- Image boot.json fw_jump.bin initrd_bb
- # cat /mnt/boot.json
- {
- "initrd_bb": "0x82000000",
- "Image": "0x80200000",
- "fw_jump.bin": "0x80000000"
- }
- # md5sum /mnt/boot.json
- 846d19f4a54e11d9f7e9d01e12782068 /mnt/boot.json
- # md5sum /mnt/fw_jump.bin
- efab5e42ddd78ee443fc92665c1ba5c1 /mnt/fw_jump.bin
- #
Add Comment
Please, Sign In to add comment