Go to advanced search

by BunBun
Sat Apr 13, 2013 7:43 pm
Forum: General discussion
Topic: Identifying RPI revision
Replies: 15
Views: 2849

Re: Identifying RPI revision

I had a downloader on my computer for fedora remix. I just let that go on the SD card and now

free -m
total 436mb

cat /proc/cpuinfo
Revision: 000f

Yay! Thanks guys.
by BunBun
Sat Apr 13, 2013 6:44 pm
Forum: General discussion
Topic: Identifying RPI revision
Replies: 15
Views: 2849

Re: Identifying RPI revision

cat /proc/cmdline | awk -v RS=" " -F= '/boardrev/ { print $2 }'

returns

0x2

uname -a

reterns

Linux raspberry 3.1.9adafruit+ #10 PREEMPT Thu Aug 30 20:07:05 EDT 2012 armv61 GNU/Linus

I am going to look for the latest release now and try that
by BunBun
Sat Apr 13, 2013 5:34 pm
Forum: General discussion
Topic: Identifying RPI revision
Replies: 15
Views: 2849

Identifying RPI revision

I ordered a RPI from newarc back in november. I got mine in a few weeks. When I ordered and when I got it everything indicated I was getting the 512mb version. Now not knowing anything about RPI's or linux at the time I did not know how to verify this. I think I got something wonky. The board looks ...

Go to advanced search