Elyotna / linux

Hacking in a V4L2 M2M decoder for AMLogic SoCs
Other
18 stars 4 forks source link

How to migrate to Linux5.3 #4

Open hanguofu opened 4 years ago

hanguofu commented 4 years ago

I checked out your repository with cmd : git clone --single-branch --branch mjourdan/v5.3/aml/vdec https://github.com/Elyotna/linux.git

The first issue I ran into is the missing "config VIDEO_MESON_VDEC" section at drivers/media/platform/Kconfig . Of course , the vdec dir. under meson folder is missing too. Is there a patch to apply these changes ?

The second issue is : can I put the generated Image directly to the /boot dir. of balbes150's armbian 5.96 ( kernel 5.3 ) ? Armbian system usually put the zImage at /boot and dbt at /boot/dtb/ folder. If not , is there any linux distro. recommended for the generated kernel and dtb ?