drtyhlpr / rpi23-gen-image

Advanced Debian "stretch" and "buster" bootstrap script for RPi 0/1/2/3 and QEMU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build kernel arm64 with QEMU - Can't find default configuration "arch/arm64/configs/vexpress_defconfig

tswaehn opened this issue · comments

It looks like there is no kernel config vexpress_defconfig for arm64 only for arm32. Is it easy to create the config and derive from arm32?

I am looking at this repo: https://github.com/raspberrypi/linux

Does anybody have experience on this?

is it not enough to change target architecture from 32 to 64?
Have a look here
https://github.com/M0Rf30/qemu-kernels-rpi-arch-arm
for precompiled kernels and a how to do
can't check what he is doing with his config, but he is coping vexpress_defconfig to arm64 :)

should be fixed. please reopen is problem still exists.