Git Product home page Git Product logo

beaglebone-ubuntu-scripts's People

Contributors

gkaindl avatar robertcnelson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

beaglebone-ubuntu-scripts's Issues

Check free space

Need to make a check in bb-get-rcn-kernel-source.sh to check free space first.

I'm running this before hand.

apt-get clean

root@arm:/usr/share/locale# rm -rf [a-d]*

root@arm:/usr/share/locale# rm -rf [f-k]*

root@arm:/usr/share/locale# rm -rf [m-z]*

root@arm:/usr/share/locale# rm -rf el/ eo/ es/ et/ et_EE/ eu/ lg/ lt/ lv/

I ran watch du -sh /tmp and saw the size get up to
702M

I started with 1005M free and in the end I had 296M free

You can use this to check for freespace

df -h | awk '$1=="rootfs"{print$4}' | sed 's/\M//'

SPI doesn't work

Hello. I have used this script to enable the SPI on my beaglebone black with Debian. The spidev1.0 is present on /dev/, but if I short the pins 39 and 40, compile and run the spidev_test.c, the test fail. About the pin 0x190, there is in the script: <0x190> <0x13>, but in the page below, there is <0x190> <0x33>. I need some help to solve this.

http://elinux.org/BeagleBone_Black_Enable_SPIDEV

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.