Thanks.
We use the Revision string to determine the board type:
Our B+ card have this info:
Revision : 0010
Yours have:
Revision : 0013
So your card is a very new one not present in our script but it can
easily be added and we will include it in the next version which will
come out shortly.
If you are happy to edit a file yourself you need to edit this file:
/home/tc/www/cgi-bin/pcp-rpi-functions
Original:
Code:
--------------------
pcp_rpi_details() { case $(pcp_rpi_revision) in
*Beta) MODEL=B; PCBREV=Beta; MEMORY=256;;
*0002) MODEL=B; PCBREV=1; MEMORY=256;;
*0003) MODEL=B; PCBREV=1+; MEMORY=256;;
*0004) MODEL=B; PCBREV=2; MEMORY=256;;
*0005) MODEL=B; PCBREV=2; MEMORY=256;;
*0006) MODEL=B; PCBREV=2; MEMORY=256;;
*0007) MODEL=A; PCBREV=2; MEMORY=256;;
*0008) MODEL=A; PCBREV=2; MEMORY=256;;
*0009) MODEL=A; PCBREV=2; MEMORY=256;;
*0010) MODEL=B+; PCBREV=1.2; MEMORY=512;;
*0011) MODEL=CM; PCBREV=1.0; MEMORY=512;;
*000d) MODEL=B; PCBREV=2; MEMORY=512;;
*000e) MODEL=B; PCBREV=2; MEMORY=512;;
*000f) MODEL=B; PCBREV=2; MEMORY=512;;
*0012) MODEL=A+; PCBREV=1; MEMORY=256;;
*041) MODEL=2B; PCBREV=1; MEMORY=1024;;
*) MODEL=?; PCBREV=?; MEMORY=?;;
esac
--------------------
then add this line:
*0013) MODEL=B+; PCBREV=1.2; MEMORY=512;;
so it is like this
Code:
--------------------
pcp_rpi_details() { case $(pcp_rpi_revision) in
*Beta) MODEL=B; PCBREV=Beta; MEMORY=256;;
*0002) MODEL=B; PCBREV=1; MEMORY=256;;
*0003) MODEL=B; PCBREV=1+; MEMORY=256;;
*0004) MODEL=B; PCBREV=2; MEMORY=256;;
*0005) MODEL=B; PCBREV=2; MEMORY=256;;
*0006) MODEL=B; PCBREV=2; MEMORY=256;;
*0007) MODEL=A; PCBREV=2; MEMORY=256;;
*0008) MODEL=A; PCBREV=2; MEMORY=256;;
*0009) MODEL=A; PCBREV=2; MEMORY=256;;
*0010) MODEL=B+; PCBREV=1.2; MEMORY=512;;
*0011) MODEL=CM; PCBREV=1.0; MEMORY=512;;
*0013) MODEL=B+; PCBREV=1.2; MEMORY=512;;
*000d) MODEL=B; PCBREV=2; MEMORY=512;;
*000e) MODEL=B; PCBREV=2; MEMORY=512;;
*000f) MODEL=B; PCBREV=2; MEMORY=512;;
*0012) MODEL=A+; PCBREV=1; MEMORY=256;;
*041) MODEL=2B; PCBREV=1; MEMORY=1024;;
*) MODEL=?; PCBREV=?; MEMORY=?;;
esac
--------------------
Then before you reboot you save the changes by: sudo filetool.sh -b
If you are unhappy to make such changes you will need to wait a few
days.
Steen
piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://sites.google.com/site/picoreplayer/home
*Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer*
------------------------------------------------------------------------
sbp's Profile: http://forums.slimdevices.com/member.php?userid=37237
View this thread: http://forums.slimdevices.com/showthread.php?t=97803
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix