I rebuilt the Bianbu kernel v1.0.13 to enable CONFIG_MTD_CMDLINE_PARTS=y
because I want to flash u-boot without using fastboot. Additionally, I added more drivers and networking modules. However, I am encountering numerous error messages in dmesg
:
[ 71.271014] i2c-spacemit-k1x d401d800.i2c: msg completion timeout
[ 71.278033] i2c-spacemit-k1x d401d800.i2c: bus reset, send clk: 0
[ 71.284390] i2c-spacemit-k1x d401d800.i2c: i2c transfer retry 1, ret -110 mode 0 err 0x0
Did I do something wrong, and how can I fix it?
FYI: The mtdparts
and flashing u-boot via flashcp
work well.