Giter VIP home page Giter VIP logo

Comments (4)

svpcom avatar svpcom commented on July 26, 2024

I don't have clean SD-image with WFB kernel, but build a custom kernel is not very hard. You need to download cross-tools from http://download.friendlyarm.com/nanopineo2

mkdir -p /opt/FriendlyARM/toolchain
tar xf gcc-linaro-6.3.1-2017.02-x86_64_aarch64-linux-gnu.tar.xz -C /opt/FriendlyARM/toolchain/
export PATH=/opt/FriendlyARM/toolchain/gcc-linaro-6.3.1-2017.02-x86_64_aarch64-linux-gnu/bin:$PATH
export GCC_COLORS=auto
export ARCH=arm64
export CROSS_COMPILE=aarch64-linux-gnu-
# Then download kernel sources
git clone https://github.com/friendlyarm/linux.git -b sunxi-4.14.y --depth 1
# Apply WFB patch
patch -p1 < wfb.patch
# Apply WFB default config for NEO2
cp .config.wfb .config
make oldconfig
# Build Image, dtb and modules
make Image dtbs modules
# Copy modules to SD card
make modules_install INSTALL_MOD_PATH=/media/SD/rootfs/

Then copy Image and dtbs to sd-card
See for details: http://wiki.friendlyarm.com/wiki/index.php/Mainline_U-boot_and_Linux

wfb.patch.txt
.config.wfb.txt

from wfb-ng.

svpcom avatar svpcom commented on July 26, 2024

As source SD image you can use official-ROMs/nanopi-neo2_sd_friendlycore-xenial_4.14_armhf_YYYYMMDD.img.zip from http://download.friendlyarm.com/nanopineo2 or armbian image for NEO2 (if you don't trust neo2 vendor images)

from wfb-ng.

Tyrrx avatar Tyrrx commented on July 26, 2024

what about this? make sunxi_arm64_defconfig ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu-
I tried to patch, which seemed to work fine but after i did an upgrade, i tried to set the txpower to 30 but it still was on 20 max.

from wfb-ng.

svpcom avatar svpcom commented on July 26, 2024

Does you card support 30dBm output? Was CRDA patch applied? Run: iw reg get

from wfb-ng.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.