| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,671
» Latest member: Maryam6778
» Forum threads: 16,246
» Forum posts: 117,151
Full Statistics
|
|
|
Linux gkrellm launch |
|
Posted by: jhawk - 02-22-2017, 10:47 PM - Forum: Linux on Pine A64(+)
- Replies (1)
|
 |
I like to use Gkrellm2 on linux Desktop, the one plugin I use the most is gkrellmlaunch, it allows me to get everything done from a simple light weight interface. However, it is never included in distributions, I will attach same for access.
Here is a little script I fire from launch.
Code: #!/bin/bash
#
# updater designed to keep system at latest state & clean
#
echo 'The following will be completed, Autoremove will require response.'
echo
echo 'Update, Upgrade, Dist-Upgrade, Autoremove and Clean'
echo
read -n1 -r -p "Press SPACE to continue or Ctrl+C to exit ... " key
echo
if [ "$key" = '' ]; then
echo "Continuing ..."
fi
echo
sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y dist-upgrade && sudo apt-get autoremove && sudo apt-get clean
echo 'Have a nice day!'
|
|
|
|
| Slim line Pine Board |
|
Posted by: adamjedgar - 02-22-2017, 09:58 PM - Forum: General Discussion on PINE A64(+)
- No Replies
|
 |
What are the chances of Pine developing a much thinner board?
ie get rid of the double row full size USB hub and ethernet, as well as swapping the pin slots for ones with 90 degree facing ones?
The current board is incredibly thick when put inside a case...particularly when combined with touchscreen. This kind of configuration would want to replicate a relatively thin tablet configuration would it not?
|
|
|
|
| FreeBSD |
|
Posted by: ernie - 02-22-2017, 09:13 PM - Forum: Linux on Pine A64(+)
- No Replies
|
 |
Sorry, I am new to the forum, so I am starting this thread in the Linux section as I couldn't find a section for other operating systems.
I am running FreeBSD on a Pine 64 A+ 2GB board.
The image I am using is:
http://download.raspbsd.org/FreeBSD-aarc...06M.img.gz
It's designed to run headless, no HDMI yet.
I set it up using a serial FTDI converter hooked up to pins 7,8,9 of the Exp connector.
Then I added the FreeBSD 11 packages repo as per these instructions for a Pi3
http://www.raspbsd.org/raspberrypi.html
That all worked well, everything is running except on the serial console and in dmesg, I am getting spurious interrupts on irq 27 which I think is the SD card controller.
gic0: Spurious interrupt detected: last irq: 27 on CPU1
gic0: Spurious interrupt detected: last irq: 27 on CPU3
The messages only seem to occur when the SD card is being accessed. I tried a high speed SDHI card and it made no difference, the board is being powered off a 5A USB supply and drawing only about 100mA when the SD card is being accessed, so it doesn't seem to be a power issue.
Is anyone else running FreeBSD and getting the same spurious interrupts?
|
|
|
|
| improve web browsing speed |
|
Posted by: adamjedgar - 02-22-2017, 07:58 PM - Forum: General Discussion on PINE A64(+)
- No Replies
|
 |
Hi guys,
I have just purchased and setup a Pine A64+ 2GB model.
Current setup is using a micro USB power supply (samsung galaxy wall charger 5v 2.0 AMP)
Wireless USB mouse and keyboard
HDMI Belken cable to LG E2360 monitor.
O/S is - Remix OS 2.0 Image Release 20170105
I am quite impressed with initial setup...i was able to easily get system up and running.
A little question, i notice that on some websites google chrome seems to be very slow loading. Multitasking multiviewing seems to be slow as well.
what options are there for increasing performance?
|
|
|
|
| Editing SD card |
|
Posted by: simplexdan - 02-22-2017, 07:52 PM - Forum: Android on Pine A64(+)
- Replies (2)
|
 |
Can someone please tell me what software I can use to edit the one text file on Boot so I can make the video work? I do not have linux boot or computer to launch. I downloaded several things and all it did was brick my laptop. Don't want to do that again. Is there any reason we can't get an image with HDMI and LCD turned on out of the box? I'm learning a lot real fast, but this one has me stumped. Thanks!
|
|
|
|
| WiFi Adapter Broke??? |
|
Posted by: joshdude58 - 02-22-2017, 10:29 AM - Forum: Accessories
- Replies (3)
|
 |
I posted this in the general discussion thread; however, I am unsure if the post was removed (did not receive a notification) or if it did not post. I bought the WiFi adapter from Pine and accidentally broke it yesterday. There are two ends to it: the piece that attaches to the board and the black paper-like piece w/ adhesive (forgive me for my basic knowledge of the components). I accidentally detached the wire from where it was soldered onto the black paper-like piece while trying to unplug my pine and losing my grip. Is there any hope to fixing this (especially if I don't have a soldering iron)? I appreciate any help, thank you!
Also, I apologize if this is basic knowledge - I am very new to this whole micro computer thing, but I am really wanting to learn more about it. Thanks again!
|
|
|
|
| Read GPIO problem |
|
Posted by: shworker - 02-21-2017, 04:00 AM - Forum: Pi2, Euler and Exp GPIO Ports
- Replies (14)
|
 |
I use Pine64 A64-DB-Rev B board and Debian Jessie.
I need read some GPIO pins (69 and 233 on RPI connector) using sysfs. I use pullup resistors (10k) to 3.3v. Measure voltage on these pins. I get 3 v.
Set direction to 'in'.
But, reading /sys/class/gpio/gpioXX/value i always got 0 !
If switch direction to out, then back to in, reading get 1 !
Simple script to test:
Code: #!/bin/sh
SYSFSDIR=/sys/class/gpio
DOOR_PIN=69
UPLVLPIN=233
setup(){
if [ ! -d $SYSFSDIR/gpio$1 ] ; then
echo $1 > $SYSFSDIR/export
fi
# If comment out these 2 lines - always read 0 !
echo 'out' > $SYSFSDIR/gpio$1/direction
echo 'in' > $SYSFSDIR/gpio$1/direction
}
gpio_read(){
cat $SYSFSDIR/gpio$1/value
}
setup $DOOR_PIN
setup $UPLVLPIN
case "$1" in
door)
gpio_read $DOOR_PIN
;;
uplevel)
gpio_read $UPLVLPIN
;;
*)
usage
;;
esac
PS: Sorry for my bad english, my native language is Russian
|
|
|
|
| Homegear integration and CC1101 |
|
Posted by: Festyk - 02-19-2017, 02:42 PM - Forum: POT modules
- Replies (4)
|
 |
Hi,
I want to use Pine64 as a home-assistant.io server with homegear installed to control eq-3 max! thermostats. I managed to install all of the software but problem occurred after I connected CC1101 radio board to pine. I followed this diagram ti-cc1101.png which is for Raspberry but I found all of the pins with help from this site http://pixcl.com/wp/decaf-boards-and-the...rypie-2-3/
Unfortunately home-gear doesn't see the board and I can't figure out where is the problem. Do I need to change something in OS config or GPIO interface is not working in current development state?
Thanks in advance for any suggestions
|
|
|
|
FAN hook up (how?) |
|
Posted by: tdubduders - 02-18-2017, 11:37 PM - Forum: POT modules
- Replies (1)
|
 |
Hey guys,
I had an old laptop laying around and I decided to rip it open and get the little cpu fan out so I could possibly hook it up to the Pine64 board. NOw.....there doesn't seem to be a hook up for this kind of connection. I was wondering if there was a possibility for me to just take the connector off and connect the wires up somewhere to get the fan going.
The reason I want a fan in there is because the bloody thing seems to over heat a little and freeze. Right now I have it outside of the case and it hasn't froze yet, so that indicates to me, that it's been an over heating issue for the processor. Please refer to the picture below and tell me how I could go about connecting this little fan. It actually had a little heat sinc hooked up to it as well...I suppose I could put the heat sinc on as well if I wanted to improve cooling even more.
Thanks guys...
http://imgur.com/a/3lClT
|
|
|
|
|