orin_nano_4g_flash_fail.log : It is the print log of debug serial port during burning
flash_fail.log: It is the print log of the terminal that executes the burning instruction
Your kernel change affects other old modules and those old modules cannot load anymore. You should rebuild these old modules too if you changed kernel.
[ 3.279996] r8168: disagrees about version of symbol alloc_etherdev_mqs
[ 3.279999] r8168: Unknown symbol alloc_etherdev_mqs (err -22)
[ 3.280024] r8168: disagrees about version of symbol __skb_pad
[ 3.280025] r8168: Unknown symbol __skb_pad (err -22)
[ 3.280032] r8168: disagrees about version of symbol skb_copy_bits
[ 3.280033] r8168: Unknown symbol skb_copy_bits (err -22)
[ 3.280044] r8168: disagrees about version of symbol skb_put
[ 3.280045] r8168: Unknown symbol skb_put (err -22)
[ 3.280050] r8168: disagrees about version of symbol skb_tstamp_t
How to update modules? Replace the compiled modules with/lib/modules under rootfs.
I compiled using the kernel_strc/nvbuild. sh script as a reference. My compilation script is as follows:
Indeed, I remember that when jp5. * was compiled, it generated a/lib/modules folder and I replaced it directly. However, when jp6. * was compiled, I couldn’t find this folder and didn’t know where to find the replacement modules folder