How to build linux kernel?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to build linux kernel?

1,707件の閲覧回数
bladerunner1010
Contributor III

how to manual?

 

 

 

 

0 件の賞賛
返信
2 返答(返信)

1,673件の閲覧回数
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,694件の閲覧回数
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 件の賞賛
返信