Skip to content

Commit

Permalink
recipes-kernel/linux: Add reComputer Industrial J4012 ethernet driver
Browse files Browse the repository at this point in the history
Adds in the LAN743x driver for the non-PoE ethernet port on the Seeed
Studio reComputer Industrial J4012

Signed-off-by: Alexandru Costache <alexandru@balena.io>
Changelog-entry: recipes-kernel/linux: Add reComputer Industrial J4012 ethernet driver
  • Loading branch information
acostach committed Oct 24, 2024
1 parent 5048f6e commit b9a13ff
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ BALENA_CONFIGS[joystick] = " \
CONFIG_INPUT_JOYSTICK=y \
"

BALENA_CONFIGS:append:jetson-orin-nx-seeed-j4012 = " lan743x "
BALENA_CONFIGS[lan743x] = " \
CONFIG_LAN743X=m \
"

L4TVER=" l4tver=${L4T_VERSION}"

KERNEL_ARGS = " firmware_class.path=/etc/firmware fbcon=map:0 "
Expand Down

0 comments on commit b9a13ff

Please sign in to comment.