Altera MAX10 10M50 Rev C linux issue

I’ve got dev kit and use tutorial https://rocketboards.org/foswiki/Documentation/AlteraMAX1010M50RevCDevelopmentKitLinuxSetupVLTS to run linux on dev kit.
With downloaded ghrd_10m50daf484c6ges.pof and vmlinux_rootfs.pof everything
works well. After Building POF with Nios II Linux MMU kernel image steps according
tutorial linux loading with panic:

Linux version 4.14.130-ltsi (tomikaji@tomikaji-N550JK) (gcc versio9
On node 0 totalpages: 65536
free_area_init_node: node 0, pgdat c869110c, node_mem_map c86b22e0
Normal zone: 512 pages used for memmap
Normal zone: 0 pages reserved
Normal zone: 65536 pages, LIFO batch:15
pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
pcpu-alloc: [0] 0
Built 1 zonelists, mobility grouping on. Total pages: 65024
Kernel command line: debug console=ttyS0,115200
PID hash table entries: 1024 (order: 0, 4096 bytes)
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Sorting __ex_table…
Memory: 121932K/262144K available (3200K kernel code, 134K rwdata, 692K rodata,)
NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
clocksource: nios2-clksrc: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_nss
Calibrating delay loop (skipped), value calculated using timer frequency… 150.)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
devtmpfs: initialized
cpu cpu0: Error -2 creating of_node link
random: get_random_u32 called from bucket_table_alloc+0xa4/0x284 with crng_init0
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 764s
futex hash table entries: 256 (order: -1, 3072 bytes)
NET: Registered protocol family 16
clocksource: Switched to clocksource nios2-clksrc
NET: Registered protocol family 2
TCP established hash table entries: 2048 (order: 1, 8192 bytes)
TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
TCP: Hash tables configured (established 2048 bind 2048)
UDP hash table entries: 256 (order: 0, 4096 bytes)
UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
NET: Registered protocol family 1
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
random: fast init done
workingset: timestamp_bits=30 max_order=15 bucket_order=0
jffs2: version 2.2. (NAND) �© 2001-2006 Red Hat, Inc.
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
io scheduler mq-deadline registered
io scheduler kyber registered
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
console [ttyS0] disabled
18001600.serial: ttyS0 at MMIO 0x18001600 (irq = 2, base_baud = 3125000) is a A2
console [ttyS0] enabled
18001530.serial: ttyJ0 at MMIO 0x18001530 (irq = 7, base_baud = 0) is a Altera T
loop: module loaded
libphy: Fixed MDIO Bus: probed
libphy: altera_tse: probed
altera_tse 400.ethernet (unnamed net_device) (uninitialized): MDIO bus altera_td
altera_tse 400.ethernet: Altera TSE MAC version 17.1 at 0x00000400 irq 3/4
IR NEC protocol handler initialized
IR RC5(x/sz) protocol handler initialized
IR RC6 protocol handler initialized
IR JVC protocol handler initialized
IR Sony protocol handler initialized
IR SANYO protocol handler initialized
IR Sharp protocol handler initialized
IR MCE Keyboard/mouse protocol handler initialized
IR XMP protocol handler initialized
NET: Registered protocol family 17
Freeing unused kernel memory: 2696K
This architecture does not have kernel memory protection.
FATAL: kernel too old
Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00

—[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00

random: crng init done

The only difference between tutorial and my build process is kernel socfpga-4.14.130-ltsi instead of socfpga-4.14.73-ltsi because i can’t find socfpga-4.14.73-ltsi version. Is any suggestion’s about what i’m doing wrong. thx.