palacaze / gentoo-nanopi-r4s

Gentoo Linux on Nanopi R4S installation guide
17 stars 3 forks source link

Patches created from d1988041d19d fails #2

Open ghost opened 2 years ago

ghost commented 2 years ago

I am unable to apply the patches created from the "Extracting the NanoPi specific patches" as they all fail. More generally can you explain how you found the commit in the following step?

# Find out which commit corresponds to the v5.10.2 merge
tag_5_10_2=d1988041d19d
cissusnar commented 2 years ago

@pogduhog In my suggestion, you can use the mainline kernel(5.15.x or later), It works fine too.

ghost commented 2 years ago

@cissusnar

Thank you for your prompt reply, I will test this now. I am generally curious how one might go about finding the appropriate commit as I have an interest in applying this methodology to other devices?

palacaze commented 2 years ago

@pogduhog you can use git describe --always <tag>

palacaze commented 2 years ago

@pogduhog In my suggestion, you can use the mainline kernel(5.15.x or later), It works fine too.

Thank you for the hint, I will need to update the guide.

cissusnar commented 2 years ago

@pogduhog In my suggestion, you can use the mainline kernel(5.15.x or later), It works fine too.

Thank you for the hint, I will need to update the guide.

Thanks your work :)