Tool/software:
Hi TI experts
I found that log info from dmesg: KASLR disabled due to lack of seed. And this messge is from
kaslr_init function in ti-linux-kernel-6.6.58/arch/arm64/kernel/kaslr.c file
I am sure that I have enabled CONFIG on KASLR, and add /chosen/kaslr-seed node in device tree.
/chosen {
kaslr-seed = <0x10000000>;
};
};
Entered into rootfs: type the command that cat /proc/sys/kernel/random/entropy_avail, and the result is 256
We want to KASLR enabled
How can We do ?
Thanks, support us