Open ClashTheBunny opened 2 years ago
Sorry I missed this! Your issue should be fixed now, the symlinks in the manifest weren't pointing at the right configs
Still failing after a repo sync
Start build kernel
#### build completed successfully (10 seconds) ####
HOSTCC scripts/basic/fixdep
HOSTCC scripts/kconfig/conf.o
YACC scripts/kconfig/zconf.tab.c
LEX scripts/kconfig/zconf.lex.c
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/conf
The base file '.config' does not exist. Exit.
make[1]: *** [scripts/kconfig/Makefile:110: rk356x_eink.config] Error 1
make: *** [Makefile:578: rk356x_eink.config] Error 2
#### failed to build some targets (2 seconds) ####
Build kernel failed!
Do I need to blow it away or make clean or something?
Here's the full build log after a repo sync: https://gist.github.com/442cb6542b7a21ff4cf476295b2a82aa
This started the kernel building, not sure if I'm going to get anything, but...
sudo apt install libssl-dev lz4 cpio rsync
cd kernel
curl https://gitlab.com/pgwipeout/quartz64_ci/-/raw/main/quartz64_defconfig?inline=false -o arch/arm64/configs/pinenote_defconfig
ARCH=arm64 make pinenote_defconfig
Actually, I think I want to use the defconfig for this kernel version like so:
cd kernel
ARCH=arm64 make rk356x_eink_defconfig
and then running build.sh again.
🥳 #### build completed successfully (03:05:31 (hh:mm:ss)) ####
🎉
I just tried this:
and got this when I got to the kernel section:
I installed the normal debian/ubuntu packages:
as well as:
on a fully up to date debian 11.