element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Cirrus Logic Audio Card on the Raspberry Pi 2 with Ubuntu
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 1 reply
  • Subscribers 663 subscribers
  • Views 311 views
  • Users 0 members are here
  • raspberry_pi
  • raspeberry_pi_accessories
Related

Cirrus Logic Audio Card on the Raspberry Pi 2 with Ubuntu

Former Member
Former Member over 10 years ago

I use Ubuntu MATE 15.04 https://ubuntu-mate.community/t/ubuntu-mate-15-04-for-raspberry-pi-2/517

Compared to raspbian, Ubuntu needs additonal steps and some folder paths and filenames are different.


Compiling the Kernel on the Pi 2

 

Compile the kernel on the Raspberry Pi 2 where Ubuntu is installed. You can find the building instructions in this link

https://github.com/CirrusLogic/rpi-linux/wiki/Building-the-code (follow the local build way not cross-compiling)

You may have to install some programs first (e.g. sudo apt-get install gcc) and don´t forget to expand your file system or you may run out of free space.

Ater compiling don´t copy the kernel7.img file to the boot folder. Ubuntu has this file in /boot/firmware where you also will find config.txt and the overlays folder.

I would recommend to make a backup of the original kernel7.img before replacing it with the new file.

  • Sign in to reply
  • Cancel
  • Former Member
    Former Member over 10 years ago

    Some settings have to be like in raspbian, but the filenames are different for the black list settings there is /etc/modprobe.d/rpi2.conf

    I edited it to look like this:

    #blacklist snd_soc_pcm512x_i2c

    blacklist snd_soc_pcm512x

    #blacklist snd_soc_tas5713

    #blacklist snd_soc_wm8804

    blacklist snd_bcm2835

     

    softdep arizona-spi pre: arizona-ldo1

    softdep spi-bcm2708 pre: fixed

     

    The settings in the config.txt file are the same as in raspbian, but the file is /boot/firmware/config.txt

     

    Additionally I needed to add a group for the GPIO connection:

    sudo groupadd -f --system gpio

    and I added the user to this group

     

     

     

    Also I created the files /lib/udev/rules.d/60-python3-pifacecommon.rules and /lib/udev/rules.d/60-python-pifacecommon.rules (I don´t know if it´s nessessary to have both of them). Both contain the same text:

    KERNEL=="spidev*", GROUP="spi", MODE="0660"

    SUBSYSTEM=="gpio*", PROGRAM="/bin/sh -c 'chown -R root:gpio /sys/class/gpio &&

    chmod -R 770 /sys/class/gpio; chown -R root:gpio /sys/devices/virtual/gpio &&

    chmod -R 770 /sys/devices/virtual/gpio'"

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube