Changes between Version 19 and Version 20 of venice/bsp


Ignore:
Timestamp:
08/25/2022 04:15:10 PM (2 years ago)
Author:
Tim Harvey
Comment:

updated kernel config instructions to use defconfig

Legend:

Unmodified
Added
Removed
Modified
  • venice/bsp

    v19 v20  
    164164{{{#!bash
    165165make -C linux menuconfig # make your changes
    166 cp linux/.config linux/arch/arm64/configs/imx8mm_venice_defconfig
     166make -C linux savedefconfig # create a minimal 'defconfig' file in the linux kernel dir
     167diff linux/defconfig linux/arch/arm64/configs/imx8mm_venice_defconfig # show diffs (optional)
     168cp linux/defconfig linux/arch/arm64/configs/imx8mm_venice_defconfig # copy the modified defconfig over the one used for venice
    167169}}}
    168170 * Build kernel tarball: