Giter Club home page Giter Club logo

Comments (3)

pacmac avatar pacmac commented on July 21, 2024

Just need to clarify on the steps to replicate:

  1. download and write latest ARCH image to disk.
  2. pacman-Syu to update to latest
  3. ls /dev/ (both spidev0.0 and spidev0.1 are loaded and active )
  4. install rpi-update ( wget https://raw.github.com/Hexxeh/rpi-update/master/rpi-update -O /usr/bin/rpi-update && chmod +x /usr/bin/rpi-update )
  5. update firmware ( REPO_URI=https://github.com/notro/rpi-firmware BRANCH=builtin rpi-update
    )
  6. reboot
  7. ls /dev/ (no spidev devices are loaded or active )

Thanks

from rpi-firmware.

notro avatar notro commented on July 21, 2024

The builtin kernel has CONFIG_BCM2708_SPIDEV disabled.
This is done to let fbtft_device add SPI devices before the SPI master driver is probed.

If you need spidev use spi-config: https://github.com/notro/fbtft-spindle/wiki/Appendix#spidev

from rpi-firmware.

pacmac avatar pacmac commented on July 21, 2024

Ahh, OK the lcd was not working and I was trying to debug, I wrongly assumed that if spidev.0 was not enabled that spi was not working, and that fbtft would not work.

I will close the issue, thanks for your help.

from rpi-firmware.

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.