diff --git a/kernelmodules/readme.md b/kernelmodules/readme.md index fa6984d..5f8dda9 100644 --- a/kernelmodules/readme.md +++ b/kernelmodules/readme.md @@ -3,10 +3,10 @@ If your Raspberry Pi kernel is of a different version that the prebuilt modules present in this repository, here's how you can build your own.
    -
  1. Use this program to download the correct Raspberry Pi kernel source:
    +
  2. We will use rpi-source by notro to download the correct Raspberry Pi kernel source. Let's install it:
    sudo wget https://raw.githubusercontent.com/notro/rpi-source/master/rpi-source -O /usr/bin/rpi-source && sudo chmod +x /usr/bin/rpi-source && /usr/bin/rpi-source -q --tag-update
  3. - Get the kernel source:
    + Now get the current kernel source:
    rpi-source
    If there are errors, be sure to check rpi-source's wiki for help
  4. @@ -20,5 +20,5 @@ If your Raspberry Pi kernel is of a different version that the prebuilt modules cd ~/linux
    make M=drivers/usb/dwc2 CONFIG_USB_DWC2=m -
  5. Your module dwc2.ko should now be present in ~/linux/drivers/usb/dwc2
  6. +
  7. Your module dwc2.ko should now be present in ~/linux/drivers/usb/dwc2