avafinger / nanopi-a64-firmware

Nano Pi A64 firmware ( u-boot, kernel 3.10.104 / kernel 3.10.105 )
10 stars 5 forks source link

Kernel upgrades #2

Open michaeldg opened 6 years ago

michaeldg commented 6 years ago

Hi,

I found that the kernel and initrd resides in partition 1, an FAT partition. Is there a reason this partition is not mounted into /boot? I suppose that would make it possible to install the kernel through the deb packages.

I am sorry if this is a stupid question I have only just started to play with this stuff.

Cheers, Michaël

avafinger commented 6 years ago

Hi Michaël,

No specific reason, I have plans to use ext4 instead. Do you mind to push your kernel 4.4 to github? I will change FAT to ext4.

BR, @lex

avafinger commented 6 years ago

@michaeldg

New OS Image with EXT4 partition for the /boot is here: https://github.com/avafinger/nanopi-a64-firmware#install-new-image-with-some-fixesimprovement

Please, check if works for you.