Skip to content

EvilSnowTech/build_catdrive_kernel_5.x

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linux kernel for catdrive

Porting the patch from hanwckf

steps

  1. add the mac address for catdrive for your own, such as (4C:65:A8:00:00:00)
--- a/linux-5.4.21/arch/arm64/boot/dts/marvell/armada-3720-catdrive.dts
+++ b/linux-5.4.21/arch/arm64/boot/dts/marvell/armada-3720-catdrive.dts
@@ -111,6 +111,7 @@
 
 &eth0 {
        phy-mode = "sgmii";
+       mac-address = [4C 65 A8 00 00 00];
        phy = <&phy0>;
        status = "okay";
 };

  1. mkdir output
  2. make

About

linux kernel 5.x for catdive (marvell armada-3720 )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.6%
  • C++ 1.3%
  • Assembly 1.2%
  • Objective-C 0.3%
  • Makefile 0.2%
  • Shell 0.2%
  • Other 0.2%