Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no README file in the firmware folder... #3

Open
Virtex7 opened this issue Dec 29, 2013 · 0 comments
Open

no README file in the firmware folder... #3

Virtex7 opened this issue Dec 29, 2013 · 0 comments

Comments

@Virtex7
Copy link

Virtex7 commented Dec 29, 2013

ive started to write some readme file as posted here:

README
All the following was done and tested under debian jessie (testing)
uname -a
3.11-2-amd64 #1 SMP Debian 3.11.10-1 (2013-12-04) x86_64 GNU/Linux

installing the arm toolchain (ubuntu/debian)

add repository from

https://launchpad.net/~terry.guo/+archive/gcc-arm-embedded
to your /etc/apt/sources.list

do the following:
apt-get update
apt-get install gcc-arm-none-eabi

done.

installing the libopencm3 (debian):

apt-get install python-yaml

git clone https://github.com/libopencm3/libopencm3.git
cd libopencm3/
PREFIX=arm-none-eabi make
sudo make DESTDIR=/usr/local/ install

this installs the lib in /usr/local/arm-non-eabi/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant