Tool/software:
Hello TI
After applying the patch below " am62x_falcon_mode_9.2_changes.patch",
In the first power on kernel log shows below Call trace issue below (how to fix it? it seems it shows only in the first boot):
OK ] Started NFS status monitor for NFSv2/3 locking..
[ 66.893915] vmap allocation for size 126976 failed: use vmalloc=<size> to increase size
[ 66.902005] warn_alloc: 2 callbacks suppressed
[ 66.902021] modprobe: vmalloc error: size 122880, vm_struct allocation failed, mode:0xcc0(GFP_KERNEL), nodemask=(null),cpuset=/,mems_allowed=0
[ 66.919626] CPU: 0 PID: 752 Comm: modprobe Tainted: G O 6.1.33-g40c32565ca #1
[ 66.928154] Hardware name: Texas Instruments AM625 SK (DT)
[ 66.933634] Call trace:
[ 66.936077] dump_backtrace.part.0+0xdc/0xf0
[ 66.940367] show_stack+0x18/0x30
[ 66.943688] dump_stack_lvl+0x68/0x84
[ 66.947357] dump_stack+0x18/0x34
[ 66.950675] warn_alloc+0x10c/0x1a4
[ 66.954168] __vmalloc_node_range+0x590/0x6e0
[ 66.958524] module_alloc+0xec/0x100
[ 66.962107] load_module+0xa10/0x1c70
[ 66.965777] __do_sys_finit_module+0xa8/0x100
[ 66.970137] __arm64_sys_finit_module+0x20/0x30
[ 66.974671] invoke_syscall+0x48/0x114
[ 66.978424] el0_svc_common.constprop.0+0xd4/0xfc
[ 66.983131] do_el0_svc+0x30/0xd0
[ 66.986448] el0_svc+0x2c/0x84
[ 66.989507] el0t_64_sync_handler+0xbc/0x140
[ 66.993781] el0t_64_sync+0x18c/0x190
[ 66.997606] Mem-Info:
[ 66.999918] active_anon:84 inactive_anon:6300 isolated_anon:0
[ 66.999918] active_file:6603 inactive_file:22682 isolated_file:0
[ 66.999918] unevictable:0 dirty:60 writeback:0
[ 66.999918] slab_reclaimable:4178 slab_unreclaimable:5558
[ 66.999918] mapped:4190 shmem:2279 pagetables:340
[ 66.999918] sec_pagetables:0 bounce:0
[ 66.999918] kernel_misc_reclaimable:0
[ 66.999918] free:440406 free_pcp:2553 free_cma:32273
=============Info===========
1. SDK: 9.0
2. After applying the patch, build and write xxx.rootfs.wiz.xz to SD Card (using Ethcher tool)
3. Copy tispl-falcon.bin to the SD card and then plug in the SD card to the board and power on the board
Below kernel log, first boot (issue exists) and then second boot (no issue).
