avidgaq.blogg.se

Download openelec for raspberry pi 2
Download openelec for raspberry pi 2












download openelec for raspberry pi 2

  • Copy DRIVER_ROOT/RT2870STA.dat to TMPDIR2/etc/Wireless/RT2870STA/RT2870STA.dat.
  • Copy DRIVER_ROOT/os/linux/mt7601Usta.ko to TMPDIR2/lib/modules/x.x.x/kernel/drivers/net/wireless.
  • Create directories for the following operations (as root) if needed.
  • Since the file system is read-only, rsync (as root) the contents to another dir sudo rsync -avp TMPDIR TMPDIR2.
  • Take the SYSTEM image file from your SD card, and mount it with sudo mount -t squashfs SYSTEM TMPDIR.
  • download openelec for raspberry pi 2

  • Run make, which should result in a kernel object DRIVER_ROOT/os/linux/mt7601Usta.ko.
  • LINUX_SRC_MODULE = LINUX_ROOT/kernel/drivers/net/wireless/
  • Change DRIVER_ROOT/Makefile to look as below (around line 198).
  • The compile tools should be available for running.
  • Add RPI_TOOLS_ROOT/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-圆4/bin to your PATH.
  • Copy OPENELEC_ROOT/project/RPi/config/ to KERNEL_ROOT/.config.
  • Make sure you have changed directory to the KERNEL_ROOT folder.
  • Apply the patch to KERNEL_ROOT: patch -p1 < OPENELEC_ROOT/projects/RPi/patches/linux/linux-01-RPi_support.patch.
  • Download the approriate kernel version from here, and unzip it.
  • Clone the OpenELEC repository: git clone.
  • Clone the Raspberry Pi tools repository: git clone.
  • Note your OpenELEC kernel version, via SSH uname -a.
  • Download the the driver source from here (version v3.0.0.4 from ) and unzip it.
  • Install the dependencies: apt-get install build-essential squashfs-tools git.
  • I'm not a pro in building modules, but this has worked for me.

    download openelec for raspberry pi 2

    Common build tools are assumed, plus squashfs-tools).

    download openelec for raspberry pi 2

    It works under Ubuntu 14.04 for OpenELEC nightly with kernel version 3.15. This guide shows you how to cross compile the driver and integrate it in an existing OpenELEC installation. Some attempts such as modprobe rt2x00usb did not work as expected because it's a totally different chipset.īus 001 Device 004: ID 148f:7601 Ralink Technology, Corp. I was hoping it would work out-of-the-box, but that wasn't true. I bought (a few) Wireless-N WiFi adapters from Ebay to enable WiFi on my OpenELEC-featured Raspberry Pi.














    Download openelec for raspberry pi 2