Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cd /opt/linux
- cat > .config-fragment << EOF
- CONFIG_ARM64_VA_BITS_48=y
- EOF
- ./scripts/kconfig/merge_config.sh .config .config-fragment
- make -j4 Image.gz modules dtbs
- # follow the rest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement