您尚未登录。

楼主 # 2023-07-18 03:45:39

Xiaoci
会员
注册时间: 2022-07-11
已发帖子: 24
积分: 15

安装教程无改动编译zimage有问题

https://whycan.com/t_8270.html
https://wiki.sipeed.com/soft/Lichee/zh/Zero-Doc/System_Development/kernel_build.html

我按照上面两个教程来编译zimage,指令大同小异
我先在我的sd卡上刷上晕哥的ov2640的固件
我再编译主线内核改名字替换晕哥的固件,我换了dts后没有异常,但是在换zimage时候出现了下面的报错怎么回事?
我在编译时候没有进行更改直接编译.
我使用lichee 的docker环境进行编译所以环境应该是没问题的


  Loading Device Tree to 42dfa000, end 42dffa6f ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.13.0-licheepi-zero+ (root@3a88685aeb4c) (gcc version 6.3.1 20170404 (Linaro GCC 6.3-2017.05)) #2 SMP Mon Jul 17 19:26:51 UTC 2023
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Lichee Pi Zero
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] percpu: Embedded 16 pages/cpu @c3c5f000 s33868 r8192 d23476 u65536
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 15494
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait panic=10 earlyprintk rw
[    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Memory: 52020K/62464K available (6144K kernel code, 217K rwdata, 1436K rodata, 1024K init, 262K bss, 10444K reserved, 0K cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xc4000000 - 0xff800000   ( 952 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc3d00000   (  61 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0700000   (7136 kB)
[    0.000000]       .init : 0xc0900000 - 0xc0a00000   (1024 kB)
[    0.000000]       .data : 0xc0a00000 - 0xc0a36680   ( 218 kB)
[    0.000000]        .bss : 0xc0a3d868 - 0xc0a7f06c   ( 263 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU event tracing is enabled.
[    0.000000]  RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000008] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000021] Switching to timer-based delay loop, resolution 41ns
[    0.000176] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.000396] Console: colour dummy device 80x30
[    0.000433] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.000449] pid_max: default: 32768 minimum: 301
[    0.000578] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000597] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.001192] CPU: Testing write buffer coherency: ok
[    0.001569] /cpus/cpu@0 missing clock-frequency property
[    0.001595] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.002052] Setting up static identity map for 0x40100000 - 0x40100060
[    0.002236] Hierarchical SRCU implementation.
[    0.002762] smp: Bringing up secondary CPUs ...
[    0.002778] smp: Brought up 1 node, 1 CPU
[    0.002789] SMP: Total of 1 processors activated (48.00 BogoMIPS).
[    0.002796] CPU: All CPU(s) started in SVC mode.
[    0.003550] devtmpfs: initialized
[    0.006389] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.006670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.006702] futex hash table entries: 256 (order: 2, 16384 bytes)
[    0.006865] pinctrl core: initialized pinctrl subsystem
[    0.007731] random: get_random_u32 called from bucket_table_alloc+0xf4/0x244 with crng_init=0
[    0.007868] NET: Registered protocol family 16
[    0.008285] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.009374] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.009391] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.021791] SCSI subsystem initialized
[    0.022079] usbcore: registered new interface driver usbfs
[    0.022148] usbcore: registered new interface driver hub
[    0.022237] usbcore: registered new device driver usb
[    0.022462] pps_core: LinuxPPS API ver. 1 registered
[    0.022473] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.022521] PTP clock support registered
[    0.022735] Advanced Linux Sound Architecture Driver Initialized.
[    0.024517] clocksource: Switched to clocksource arch_sys_counter
[    0.025282] simple-framebuffer: probe of 0.framebuffer failed with error -12
[    0.035441] NET: Registered protocol family 2
[    0.036026] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.036065] TCP bind hash table entries: 1024 (order: 1, 8192 bytes)
[    0.036088] TCP: Hash tables configured (established 1024 bind 1024)
[    0.036222] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.036272] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.036489] NET: Registered protocol family 1
[    0.037071] RPC: Registered named UNIX socket transport module.
[    0.037091] RPC: Registered udp transport module.
[    0.037098] RPC: Registered tcp transport module.
[    0.037104] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.039100] workingset: timestamp_bits=30 max_order=14 bucket_order=0
[    0.048031] NFS: Registering the id_resolver key type
[    0.048081] Key type id_resolver registered
[    0.048089] Key type id_legacy registered
[    0.049113] random: fast init done
[    0.052101] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.052125] io scheduler noop registered
[    0.052133] io scheduler deadline registered
[    0.052376] io scheduler cfq registered (default)
[    0.052388] io scheduler mq-deadline registered
[    0.052396] io scheduler kyber registered
[    0.056795] sun8i-v3s-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[    0.126253] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[    0.129710] console [ttyS0] disabled
[    0.149982] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 33, base_baud = 1500000) is a U6_16550A
[    0.733090] console [ttyS0] enabled
[    0.739768] libphy: Fixed MDIO Bus: probed
[    0.744193] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.750810] ehci-platform: EHCI generic platform driver
[    0.756312] ehci-platform 1c1a000.usb: EHCI Host Controller
[    0.761926] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
[    0.769875] ehci-platform 1c1a000.usb: irq 25, io mem 0x01c1a000
[    0.804548] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
[    0.811673] hub 1-0:1.0: USB hub found
[    0.815601] hub 1-0:1.0: 1 port detected
[    0.820100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.826391] ohci-platform: OHCI generic platform driver
[    0.831923] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
[    0.838640] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
[    0.846584] ohci-platform 1c1a400.usb: irq 26, io mem 0x01c1a400
[    0.919545] hub 2-0:1.0: USB hub found
[    0.923369] hub 2-0:1.0: 1 port detected
[    0.930890] udc-core: couldn't find an available UDC - added [g_cdc] to list of pending drivers
[    0.940586] sun6i-rtc 1c20400.rtc: rtc core: registered rtc-sun6i as rtc0
[    0.947480] sun6i-rtc 1c20400.rtc: RTC enabled
[    0.952016] i2c /dev entries driver
[    0.956902] input: ns2009_ts as /devices/platform/soc/1c2ac00.i2c/i2c-0/0-0048/input/input0
[    0.966378] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[    1.034763] sunxi-mmc 1c0f000.mmc: base:0xc4069000 irq:23
[    1.041804] usbcore: registered new interface driver usbhid
[    1.047473] usbhid: USB HID core driver
[    1.053097] NET: Registered protocol family 17
[    1.057774] Key type dns_resolver registered
[    1.062170] Registering SWP/SWPB emulation handler
[    1.073851] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
[    1.085265] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[    1.091033] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 3
[    1.102350] hub 3-0:1.0: USB hub found
[    1.106345] hub 3-0:1.0: 1 port detected
[    1.111409] using random self ethernet address
[    1.115962] using random host ethernet address
[    1.121350] usb0: HOST MAC c6:ed:0e:93:ba:40
[    1.125823] usb0: MAC 62:63:ff:04:f6:c6
[    1.129705] g_cdc gadget: CDC Composite Gadget, version: King Kamehameha Day 2008
[    1.137216] g_cdc gadget: g_cdc ready
[    1.141208] sun6i-rtc 1c20400.rtc: setting system clock to 1970-01-01 00:01:22 UTC (82)
[    1.149493] vcc3v0: disabling
[    1.152469] vcc5v0: disabling
[    1.155489] ALSA device list:
[    1.158454]   No soundcards found.
[    1.163783] Waiting for root device /dev/mmcblk0p2...
[    1.201553] mmc0: host does not support reading read-only switch, assuming write-enable
[    1.211358] mmc0: Problem switching card into high-speed mode!
[    1.217438] mmc0: new SDHC card at address 0001
[    1.222703] mmcblk0: mmc0:0001 SD16G 14.6 GiB
[    1.228784]  mmcblk0: p1 p2
[    1.255878] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
[    1.264869] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
[    1.282962] EXT4-fs (mmcblk0p2): recovery complete
[    1.287912] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    1.296094] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    1.303426] devtmpfs: mounted
[    1.307702] Freeing unused kernel memory: 1024K
FATAL: kernel too old
[    1.384701] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00
[    1.384701]
[    1.393844] CPU: 0 PID: 1 Comm: init Not tainted 4.13.0-licheepi-zero+ #2
[    1.400622] Hardware name: Allwinner sun8i Family
[    1.405360] [<c010e58c>] (unwind_backtrace) from [<c010b2b0>] (show_stack+0x10/0x14)
[    1.413108] [<c010b2b0>] (show_stack) from [<c06627bc>] (dump_stack+0x84/0x98)
[    1.420333] [<c06627bc>] (dump_stack) from [<c011b728>] (panic+0xdc/0x248)
[    1.427207] [<c011b728>] (panic) from [<c011e298>] (do_exit+0xa68/0xa98)
[    1.433903] [<c011e298>] (do_exit) from [<c011f114>] (do_group_exit+0x3c/0xd0)
[    1.441119] [<c011f114>] (do_group_exit) from [<c011f1b8>] (__wake_up_parent+0x0/0x18)
[    1.449037] Rebooting in 10 seconds..

离线

#1 2023-07-18 14:48:11

benlypan
会员
注册时间: 2021-07-08
已发帖子: 49
积分: 143.5

Re: 安装教程无改动编译zimage有问题

FATAL: kernel too old
你的 rootfs 说你的 Linux Kernel 版本太低了

离线

楼主 #2 2023-07-19 22:13:23

Xiaoci
会员
注册时间: 2022-07-11
已发帖子: 24
积分: 15

Re: 安装教程无改动编译zimage有问题

wc,这报错怎么这么细在前面的

离线

页脚

工信部备案:粤ICP备20025096号 Powered by FluxBB

感谢为中文互联网持续输出优质内容的各位老铁们。 QQ: 516333132, 微信(wechat): whycan_cn (哇酷网/挖坑网/填坑网) service@whycan.cn