PINE64
HOw do I verify my board is 2gb? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6)
+---- Forum: Ubuntu (https://forum.pine64.org/forumdisplay.php?fid=27)
+---- Thread: HOw do I verify my board is 2gb? (/showthread.php?tid=1516)



HOw do I verify my board is 2gb? - coolnine98 - 06-25-2016

I received my 2gb board and using linux xenial image and working great. But how do I verify that my board is 2gb or 2gb?  When I click on about my computer, I am not getting anything. 

Also, my package came without on off switch. So If I want to add on off switch, How do I add?

Thanks


RE: HOw do I verify my board is 2gb? - xalius - 06-25-2016

Are you running Mate? There is Mate System Monitor in the applications menu that gives you free RAM, free disk space etc...

As for the buttons, these for example look similar http://www.ebay.ca/itm/20pcs-Tact-Switch-Push-Button-6-6-5-6mm-6mm-5mm-H5mm-Right-Angle-QC-/130711178897


RE: HOw do I verify my board is 2gb? - martinayotte - 06-26-2016

You can check memory at the command line using "free" :

root@pineA64:~# free
             total        used        free      shared  buff/cache   available
Mem:        2036584      170428     1025420       27712      840736     1799342
Swap:             0           0           0


RE: HOw do I verify my board is 2gb? - coolnine98 - 06-27-2016

(06-26-2016, 07:24 AM)martinayotte Wrote: You can check memory at the command line using "free" :

root@pineA64:~# free
             total        used        free      shared  buff/cache   available
Mem:        2036584      170428     1025420       27712      840736     1799342
Swap:             0           0           0

Thanks.