openbouffalo / buildroot_bouffalo

Linux Image for the BL808 CPU by Bouffalo Lab
126 stars 34 forks source link

There are tons of errors during M1s DOCK booting #85

Closed tankist-git-2 closed 4 months ago

tankist-git-2 commented 4 months ago

At first thank you very much for support M1s DOCK board. I've got one and it was quite useless until I found I can run this Linux image on my board! Unfortunatelly I noticed something annoying when loading the board. There are a lot of messages belong to SD-card during the boot:

[   17.789736] mmc0: Got data interrupt 0x00000002 even though no data operation was in progress.
[   17.790288] mmc0: sdhci: ============ SDHCI REGISTER DUMP ===========
[   17.790683] mmc0: sdhci: Sys addr:  0x51341040 | Version:  0x00000000
[   17.791081] mmc0: sdhci: Blk size:  0x00007200 | Blk cnt:  0x00000000
[   17.791479] mmc0: sdhci: Argument:  0xb3680000 | Trn mode: 0x00000023
[   17.791878] mmc0: sdhci: Present:   0x01f70000 | Host ctl: 0x00000006
[   17.792275] mmc0: sdhci: Power:     0x0000000f | Blk gap:  0x00000000
[   17.792672] mmc0: sdhci: Wake-up:   0x00000000 | Clock:    0x00000107
[   17.793070] mmc0: sdhci: Timeout:   0x0000000e | Int stat: 0x00000000
[   17.793467] mmc0: sdhci: Int enab:  0x02ff008b | Sig enab: 0x02ff008b
[   17.793867] mmc0: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[   17.794265] mmc0: sdhci: Caps:      0x25fc0080 | Caps_1:   0x00002f77
[   17.794663] mmc0: sdhci: Cmd:       0x00000d1a | Max curr: 0x00000000
[   17.795061] mmc0: sdhci: Resp[0]:   0x00000e00 | Resp[1]:  0x003c277f
[   17.795459] mmc0: sdhci: Resp[2]:   0x325b5900 | Resp[3]:  0x00400e00
[   17.795857] mmc0: sdhci: Host ctl2: 0x00004000
[   17.796136] mmc0: sdhci: ============================================

I attached a boot log for the board. It seems board is booting ok, but I can't do anything because of this spam messages. Could you tell me what is wrong?

m1s_boot_log.txt

tankist-git-2 commented 4 months ago

I found out this is not only my issue so I changed my SD-card to another one and the problem disappears.