Code Monkey home page Code Monkey logo

boticize's Introduction

Boticize

Scripts for adding Botic support into Debian based distribution

Installation

Make sure that there is at least 200MB of free space on the root filesystem of BBB.

df -h /

If there is not enough space, resize/extend partition if possible. Check the manual of your distro for the instructions.

Then proceed with executing following 5 scripts:

Check the time on the BBB, change it manually if it does not match

bash 00-checktime.sh

Add a Botic repository:

bash 01-addrepos.sh

Install packages from Botic repository:

bash 02-install.sh

Enable shutdown on Power button press:

bash 03-enablepm.sh

Enables time update from network, fixes CPU frequency to 1GHz:

bash 04-customsw.sh

Verify configuration before the reboot

Locate the correct boot configuration file, check if there is a line starting with dtb=

nano /boot/uEnv.txt

If the "dtb=" is not there, then check also the alternative location:

mount /boot/uboot

nano /boot/uboot/uEnv.txt

In the uEnv.txt file check the following, and fix if needed:

Kernel selection:

uname_r=4.5.0-botic7-rc1

Configuration file for normal Botic driver version:

dtb=am335x-boneblack-botic.dtb

Configuration file for Botic driver with I2C control of ESS Sabre32 ES9018 DAC (stereo only) via isolated I2C header of Hermes-BBB:

dtb=am335x-boneblack-botic-sabre32.dtb

Reboot and the final check

sync

reboot

After the reboot, login again and check the kernel version:

root@botic:~# uname -r

4.5.0-botic7-rc1

And the presence of Botic audio device (in following example the sabre32 is configured):

root@botic:~# aplay -l

**** List of PLAYBACK Hardware Devices ****

card 0: Botic [Botic], device 0: external sabre32-hifi-0 []

Subdevices: 1/1

Subdevice #0: subdevice #0

boticize's People

Contributors

miero avatar

Watchers

 avatar  avatar

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.