FreeBSD Wandboard r270855

A new FreeBSD Wandboard build is available here and the boot log is here. This build uses U-Boot 2014.07.

Similar Posts

2 Comments

  1. Did you intentionally remove i2c support from r270855?

    root@wandboard:/dev # ofwdump -a | grep i2c
    Node 0x143c: i2c@021a0000
    Node 0x14a8: i2c@021a4000
    Node 0x1518: i2c@021ac000

    root@wandboard:/dev # kldstat -v | grep iic
    130 i2c/iicbus
    58 iichb/ofw_iicbus
    57 iicbb/ofw_iicbus
    16 iichb/iicbus
    15 iicbus/iic

    root@wandboard:/dev # ls -l /dev/iic*
    ls: No match.

    Same board with r268304

    root@wandboard:~ # ofwdump -a | grep i2c
    Node 0x1538: i2c@021a0000
    Node 0x15d0: i2c@021a4000
    Node 0x1668: i2c@021a8000

    root@wandboard:~ # kldstat -v | grep iic
    131 i2c/iicbus
    13 iichb/iicbus
    12 iicbus/iic
    55 iichb/ofw_iicbus
    54 iicbb/ofw_iicbus

    root@wandboard:~ # ls -l /dev/iic*
    crw——- 1 root wheel 0x20 Jul 6 01:29 /dev/iic0
    crw——- 1 root wheel 0x21 Jul 6 01:29 /dev/iic1
    crw——- 1 root wheel 0x22 Jul 6 01:29 /dev/iic2

    Just curious. I guess it’s time to try out crochet.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.