How to build linux kernel?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to build linux kernel?

1,715 次查看
bladerunner1010
Contributor III

how to manual?

 

 

 

 

0 项奖励
回复
2 回复数

1,681 次查看
yipingwang
NXP TechSupport
NXP TechSupport

After recompile Linux with the following command.

$ flex-builder -c linux

Please execute the following command to regenerate bootpartition tarball boot_LS_arm64_lts_5.10.tgz with the latest Kernel image.

$ flex-builder -i mkbootpartition -a arm64

0 项奖励
回复

1,702 次查看
kikote
Contributor II

Most probably hostname is changed in booting userspace ( /etc/inittab, /etc/init.d/Sxx scripts ...)
If I were you, my first check would be grep for 'hostname' command in generated rootfs tree

The hostname in kernel has lowest priority, in buildroot is default '(none)'

0 项奖励
回复