新手入门
- 积分
- 7
- 金钱
- 7
- 注册时间
- 2021-9-28
- 在线时间
- 1 小时
|
1金钱
试验sd卡启动方式,提供的3个版本的uboot和image文件都试了,报错信息如下
[<c0349438>] (xilinx_dma_chan_reset) from [<c034a068>] (xilinx_dma_probe+0x7ec/0x950)
[<c034a068>] (xilinx_dma_probe) from [<c03bb15c>] (platform_drv_probe+0x50/0x9c)
[<c03bb15c>] (platform_drv_probe) from [<c03b9ca0>] (driver_probe_device+0x1ec/0x2b0)
[<c03b9ca0>] (driver_probe_device) from [<c03b9de0>] (__driver_attach+0x7c/0xa8)
[<c03b9de0>] (__driver_attach) from [<c03b84f0>] (bus_for_each_dev+0x7c/0x8c)
[<c03b84f0>] (bus_for_each_dev) from [<c03b9318>] (bus_add_driver+0x16c/0x1d4)
[<c03b9318>] (bus_add_driver) from [<c03ba564>] (driver_register+0xa0/0xe0)
[<c03ba564>] (driver_register) from [<c0101a54>] (do_one_initcall+0xfc/0x11c)
[<c0101a54>] (do_one_initcall) from [<c0900da4>] (kernel_init_freeable+0x188/0x1c8)
[<c0900da4>] (kernel_init_freeable) from [<c064c83c>] (kernel_init+0x8/0x108)
[<c064c83c>] (kernel_init) from [<c01070f0>] (ret_from_fork+0x14/0x24)
Code: e5933000 e0833002 e5936000 f57ff04f (e5903000)
---[ end trace 5c6b95c0e9931d8f ]---
Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
CPU1: stopping
CPU: 1 PID: 0 Comm: swapper/1 Tainted: G D 4.14.0-xilinx #2
Hardware name: Xilinx Zynq Platform
[<c010e894>] (unwind_backtrace) from [<c010aad0>] (show_stack+0x10/0x14)
[<c010aad0>] (show_stack) from [<c063bd28>] (dump_stack+0x80/0xa0)
[<c063bd28>] (dump_stack) from [<c010cff8>] (ipi_cpu_stop+0x3c/0x70)
[<c010cff8>] (ipi_cpu_stop) from [<c010d818>] (handle_IPI+0x64/0x84)
[<c010d818>] (handle_IPI) from [<c0101420>] (gic_handle_irq+0x84/0x90)
[<c0101420>] (gic_handle_irq) from [<c010b50c>] (__irq_svc+0x6c/0xa8)
Exception stack(0xef05ff80 to 0xef05ffc8)
ff80: 00000001 00000000 00000000 c0116880 00000000 00000000 ffffe000 c0a03c68
ffa0: c0a03cb4 413fc090 00000000 00000000 2ee9d000 ef05ffd0 c0107afc c0107aec
ffc0: 60000013 ffffffff
[<c010b50c>] (__irq_svc) from [<c0107aec>] (arch_cpu_idle+0x1c/0x38)
[<c0107aec>] (arch_cpu_idle) from [<c0149438>] (do_idle+0xf8/0x1a8)
[<c0149438>] (do_idle) from [<c0149620>] (cpu_startup_entry+0x18/0x1c)
[<c0149620>] (cpu_startup_entry) from [<001016cc>] (0x1016cc)
---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
|
|