Changes between Version 19 and Version 20 of venice/bsp
- Timestamp:
- 08/25/2022 04:15:10 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/bsp
v19 v20 164 164 {{{#!bash 165 165 make -C linux menuconfig # make your changes 166 cp linux/.config linux/arch/arm64/configs/imx8mm_venice_defconfig 166 make -C linux savedefconfig # create a minimal 'defconfig' file in the linux kernel dir 167 diff linux/defconfig linux/arch/arm64/configs/imx8mm_venice_defconfig # show diffs (optional) 168 cp linux/defconfig linux/arch/arm64/configs/imx8mm_venice_defconfig # copy the modified defconfig over the one used for venice 167 169 }}} 168 170 * Build kernel tarball: