avafinger / nanopi-m4-ubuntu-base-minimal

Nanopi M4 RK3399 base minimal image for development (mali fbdev / gbm) - Camera support
53 stars 10 forks source link

Pardon my ignorance, but how do I install this kernel? #5

Closed mikegleasonjr closed 5 years ago

mikegleasonjr commented 5 years ago

I am running the latest FriendlyElec distro on my M4.

When I install the .deb I have this error: ERROR: No kernel Image here!

Thank you

avafinger commented 5 years ago

This kernel image is not for FriendlyElec distro or any other distro. You need to flash this OS Image and then upgrade the kernel image.

Burn the SD card with this img: https://mega.nz/#!YLZhlYJb!uqvCIjpeBoGyfhaNYPJwb67kma7wmGTn5ZObe-CPrb4

Boot with this SD card, make your adjustments to connect to the internet (DHCP), you may need to update /etc/resolv.conf before you boot (edit the file and put your DNS resolver, check your /etc/resolv.conf from your current PC).

mikegleasonjr commented 5 years ago

Thanks!