All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacek Drewniak <yahuza.pl@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] enc28j60 ethernet module doesn't work on rpi0
Date: Tue, 24 Apr 2018 12:31:10 +0000	[thread overview]
Message-ID: <CAPzLZqQaSiPWqcW=JgbtwtvDHJYq171ydFXBeSCsiLZJhDfoXg@mail.gmail.com> (raw)

Hello everyone!

I have external enc28j60 connected through SPI to Raspberry Pi Zero but
there is no eth0 interface available.

*In this same hardware configuration eth0 works fine with Raspbian Lite.*

Steps, which I've made:
1. Clone buildroot from official repo
2. make raspberrypi0_defconfig
3. Add BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
4. Make and burn image into sd card
5. Add `enc28j60.dtbo` into overlays directory on boot partition
6. Add  dtparam=spi=on and dtoverlay=enc28j60 into config.txt

* Now I can see enc28j60 under: /proc/device-tree/soc/spi at 7e204000
* Driver module is present
under: /lib/modules/4.14.29/kernel/drivers/net/ethernet/microchip/enc28j60.ko

I have added eth0 to /etc/network/interfaces but during boot I can only get
message  `Starting network: ifup: ignoring unknown interface eth0` or
`Starting network: ip: SIOCGIFFLAGS: No such device`

Some facts:
- ifconfig -a shows only lo interface
- enc28j60.ko is not loaded during boot
- I can modprobe enc28j60.ko and it appears in lsmod but nothing else
happens (no eth0 in ifconfig)
- Here it is my dmesg: https://pastebin.com/Jy2H9KU1
- Modinfo output: https://pastebin.com/xkDPY5Zr

I found very similar story with happy end, but I have mdev enabled and it
still doesn't work.
http://buildroot-busybox.2317881.n4.nabble.com/Bug-9541-New-Platform-drivers-autoloading-from-info-in-device-tree-does-not-work-td153712.html

Best regards
Jacek Drewniak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20180424/29737e4b/attachment.html>

             reply	other threads:[~2018-04-24 12:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-24 12:31 Jacek Drewniak [this message]
2018-04-24 19:19 ` [Buildroot] enc28j60 ethernet module doesn't work on rpi0 Jacek Drewniak
2018-04-26 18:38   ` Jacek Drewniak
     [not found] <mailman.21.1524657611.10868.buildroot@busybox.net>
2018-04-27  7:59 ` Andreas Ziegler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPzLZqQaSiPWqcW=JgbtwtvDHJYq171ydFXBeSCsiLZJhDfoXg@mail.gmail.com' \
    --to=yahuza.pl@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.