(08-20-2019, 01:39 PM)rocksa Wrote: System does not boot
I don't know what else to do
The problem 99% is at uboot.
PLEASE HELP ME
Hello rocksa,
I don't know if I can help you..
Because I have not all info, and its a lot of it ..
A Lot changed since 4.4.X series..and also I have not yet build my kernel..
You need o "deeper" .config file for sure..
Code:
make menuconfig
But first you need to clean it..
issue:
Code:
make -h
find the board 'defconfig' file
The initial sequence..
Quote:make clean
make defconfig_board_name
make menuconfig
RockChip uses a different scheme for the bootloader..
I am not there yet, still coding my CI pipeline( then I need to glue it all together.. )..
What tells you the file:
Code:
cat /boot/efi/extlinux/extlinux.conf
# also
ls -la /{,boot}
adjust 'extlinux.conf' file for your needs..
Do you sure the modules are in '/lib/modules/$(uname -r)/kernel'
Code:
tree -L 3 /lib/modules/$(uname -r)/kernel
find /lib/modules/$(uname -r) -name \*.ko -exec ls -ltr {} \;
Regards,