This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
products:sbc:vim2:development:linux:build-linux-kernel [2022/09/01 23:49] frank |
products:sbc:vim2:development:linux:build-linux-kernel [2022/09/02 02:34] (current) hyphop [Build] |
||
---|---|---|---|
Line 13: | Line 13: | ||
Choose your '' | Choose your '' | ||
- | ```sh | + | ```shell |
$ source setenv.sh | $ source setenv.sh | ||
``` | ``` | ||
Line 22: | Line 22: | ||
Follow these steps to change the default kernel configuration. | Follow these steps to change the default kernel configuration. | ||
- | ```sh | + | ```shell |
$ make kernel-config | $ make kernel-config | ||
$ make kernel-saveconfig | $ make kernel-saveconfig | ||
Line 31: | Line 31: | ||
Build the Linux Debian package. | Build the Linux Debian package. | ||
- | ```sh | + | ```shell |
$ make kernel | $ make kernel | ||
$ make kernel-deb | $ make kernel-deb |