Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration for Raspberry Pi 3 Model B+ and update Readme #114

Open
wants to merge 1 commit into
base: driver-4.3.20
Choose a base branch
from

Conversation

daftano
Copy link

@daftano daftano commented Dec 2, 2018

Compiling on a Raspberry Pi 3 Model B+ with CONFIG_PLATFORM_ARM64=y causes
issues due to the CROSS_COMPILE value. It should be empty.

Compiling on a Raspberry Pi 3 Model B+ with CONFIG_PLATFORM_ARM64=y causes
 issues due to the CROSS_COMPILE value. It should be empty.

Make sure to change the configuration as follow:
  CONFIG_PLATFORM_I386_PC = n
  CONFIG_PLATFORM_ARM64_RPI = y
and
  CONFIG_PLATFORM_ARM_RPI = n
  CONFIG_PLATFORM_ARM64 = n

On Kali, to compile without dkms:
  ARCH=arm64 make
  make install
  modprobe 8812au

To enable monitor mode:
  ip link set wlan1 down
  iwconfig wlan1 mode monitor
  ip link set wlan1 up
@diederikdehaas
Copy link
Owner

I agree with your point, but not with the implementation.
I don't see a need to add a separate stanza for ARM64_RPI as I'm not aware that things are different on a 64-bit RPi from general ARM64. Therefor the only change needed (afaik) is clearing the CROSS_COMPILE variable in the ARM64 stanza.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants