| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
Yesterday, 02:52 AM
» Replies: 0
» Views: 70
|
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 44
|
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,529
|
Star64/Starpro64 kernel b...
Forum: General
Last Post: tgbgreen
06-30-2026, 12:17 PM
» Replies: 1
» Views: 2,141
|
Manjaro affected by Arch ...
Forum: General
Last Post: tantamount
06-28-2026, 10:45 AM
» Replies: 0
» Views: 220
|
Fix Bricked SPI Flash, Pi...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
06-27-2026, 05:00 PM
» Replies: 0
» Views: 150
|
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
06-27-2026, 04:09 PM
» Replies: 12
» Views: 19,616
|
irradium (based on crux l...
Forum: Linux on Rock64
Last Post: mara
06-27-2026, 02:43 PM
» Replies: 13
» Views: 18,806
|
Android Gaming Image
Forum: Game Station Emulation
Last Post: Jacobgilbert
06-26-2026, 07:06 AM
» Replies: 52
» Views: 111,189
|
rAudio for Rock64 V2/Pine...
Forum: Linux on Rock64
Last Post: shinzuka
06-25-2026, 03:16 PM
» Replies: 11
» Views: 1,970
|
|
|
| So how's the BTO queue? |
|
Posted by: raindog308 - 07-03-2018, 11:49 AM - Forum: General Discussion on Pinebook
- Replies (4)
|
 |
Just curious...there was another thread but it dropped off back in May and it seemed like no one had received an update since December.
Several people said they'd put in multiple BTOs over last summer and never gotten any contact.
Are Pinebooks still being produced? I put my BTO in for a 14" a couple weeks ago and while I don't expect it tomorrow, if it's going to be six months without updates, I won't get my expectations up :-)
|
|
|
|
| Video Chat with Pine64 |
|
Posted by: mathiraj - 07-02-2018, 02:33 PM - Forum: General Discussion on PINE A64(+)
- No Replies
|
 |
Has anyone been able to successfully do video chat with Pine64?
I'm trying to setup my Pine64 board running Android 6 (https://github.com/ayufan-pine64/android-6.0/releases) to do video chat using Skype, Whatsapp, Duo and Hangout and face the following problems.
1) There is no audio with the PINE64 5 MEGAPIXEL CAMERA MODULE as this does not have microphone. Is there a way to add a microphone to this camera?
2) If i try to use my usb Logitech Webcam (which has a mic), i can not switch to it, but get an error that the "device is busy. It could be used by another app". I know that the webcam works correctly, but it doesn't work with Pine64
If anyone has successfully done this, can you please share your solutions?
Thank you in Advance...
|
|
|
|
| Using the Movidius NCS with rock64 |
|
Posted by: markjay - 07-02-2018, 09:51 AM - Forum: Rock64 Tutorials
- No Replies
|
 |
hello friends,
Although the movidius NCS doesn't officially support the rock64, I was able to modify the install scripts to get it working. I went with the Bionic-LXDE operating system (since it appears to be the most stable DE). Note that this is version 1 of the SDK. Future plans is to convert version 2 soon.
I created a github repo with instructions on how to set everything up
https://github.com/markjay4k/ncsdk-aarch64
basically just
Code: git clone https://github.com/markjay4k/ncsdk-aarch64.git
cd ncsdk-aarch64
sudo make install
source ~/.bashrc
sudo make api
If you want to install tensorflow, I made an aarch64 version
Code: git clone https://github.com/markjay4k/Tensorflow-1.9rc0-py36-aarch64.git
pip3 install Tensorflow-1.9rc0-py36-aarch64/tensorflow-1.9.0rc0-cp36-cp36m-linux_aarch64.whl
then, to build the examples, run
Also you can watch a video I made that goes through all the steps as well
https://www.youtube.com/watch?v=AXzIYk7-...ibk0h00410
good luck!!
Mark Jay
|
|
|
|
| If you've messed up your eMMC Card - Solved |
|
Posted by: gregb49 - 07-02-2018, 04:59 AM - Forum: Linux on Rock64
- Replies (11)
|
 |
After some problems with my 0.6.44 install, I decided to go for a fresh installation.
I tried to wipe my 64GB eMMC to carry out a fresh install but whatever I did, it was no longer accessible by Etcher in Win 10 or Linux (Xubuntu 18.04). I tried many things such as deleting partitions in gparted, but gparted could not delete partitions nor set up a new partition table.
Both Win10 and Linux insisted that the eMMC was only 32MB in size, so I was stuck, however I was able to load xenial mate image 0.5.15 onto a SD Card, and use the pin shorting method to get this onto the eMMC card, as described in the wiki article. Pine wiki rock software releases
That ran fine, so I knew that the eMMC card was not faulty, however I also knew that the update would break the OS, which it duly did.
Eventually, out of desperation, I flashed an SD Card with aufan's 0.6.44 image and running that, with the eMMC installed, I managed to do the following on the Rock 64
- Through gparted, I deleted the main root partition, the one that was over 50gb in size.
- I ran /usr/local/bin/rock64_reset_emmc.sh (sudo ./rock64_reset_emmc.sh) (I took a clue from the wiki - noobs - troubleshooting your device, although the advice was for the Pine64 and was about using /ussr/local/sbin/update_script.sh which was not available for the rock64 - yes I was getting desperate with what appeared to be a dead eMMC card)
I've no idea which of those sorted out the problem, but I was able to reinstall ayufan's
Code: bionic-lxde-rock64-0.6.44-239-arm64.img.xz
under Win10. Note, Etcher through Linux still insisted that the eMMC card was a 32mb card, but Win10 Etched saw it as a 64gb card with multiple drives.
I'm hoping that this might help someone else who thinks they might have destroyed their eMMC card. I'm assuming that I did some damage to the uboot(?) partition but, really, I have no idea what I did wrong except by trying to wipe everything off the eMMC Card in the first place.
I'm sure someone out there knows a simpler way to restore your eMMC card.
|
|
|
|
| NetBSD images for the pine (and other boards) |
|
Posted by: e-minguez - 07-02-2018, 04:53 AM - Forum: BSD on Pine A64(+)
- Replies (9)
|
 |
Thanks to @jmcneill for creating the builds!!!
Code: sudo dd if=./NetBSD-evbarm-aarch64-201811042130Z-pine64.img of=/dev/sdb
First boot
- Plug the microsd into the pine
- Boot the pine and wait for a couple of reboots (disk expansion)
- Login as root (no password)
- Configure password for root user
- Create user (in my case, 'edu') and add it to the wheel group
Code: useradd -m -G wheel edu
passwd edu
- Edit /etc/wpa_supplicant.conf with the appropriate ssid/psk:
Code: ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
ssid="my favourite network"
key_mgmt=WPA-PSK
psk="hunter2"
}
- Editing /etc/rc.conf to enable wpa_supplicant at boot. Notice my usb wireless adapter is urtwn0 (ifconfig will show you all the adapters):
Code: wpa_supplicant=YES
wpa_supplicant_flags="-i urtwn0 -c /etc/wpa_supplicant.conf"
- Start wpa_supplicant service:
Code: chmod 600 /etc/wpa_supplicant.conf
/etc/rc.d/wpa_supplicant start
Update to latest current
As root user:
Code: # Create a temporary directory
mkdir -p /root/tmp/kernel
cd /root/tmp/kernel
# Backup the current NetBSD kernel
cp /netbsd /onetbsd
# Download a full tar with kernel and dtb files
ftp https://nyftp.netbsd.org/pub/NetBSD-daily/HEAD/latest/evbarm-aarch64/binary/sets/kern-GENERIC64.tgz
tar xzvf /root/tmp/kernel/kern-GENERIC64.tgz
# Overwrite the current NetBSD kernel and dtb files
cp ./netbsd /netbsd
cp sun50i-a64-pine64* /boot/dtb/allwinner/
# Reboot
reboot
After reboot
Code: mkdir -p /root/tmp/sets
cd /root/tmp/sets
# Download and untar all sets
for x in base comp games man misc modules tests text xbase xcomp xfont xserver; do ftp https://nyftp.netbsd.org/pub/NetBSD-daily/HEAD/latest/evbarm-aarch64/binary/sets/$x.tgz; done
for x in base comp games man misc modules tests text xbase xcomp xfont xserver; do tar -C / -zxvpf $x.tgz; done
Update the /etc/ configuration
Code: for x in etc xetc; do ftp https://nyftp.netbsd.org/pub/NetBSD-daily/HEAD/latest/evbarm-aarch64/binary/sets/$x.tgz; done
etcupdate -s etc.tgz -s xetc.tgz
Verify everything works, then clean up and reboot
Code: rm -Rf /root/tmp
reboot
Based on @jmcneill instructions:
Code: <jmcneill> Updated sets are on the autobuild server: http://nycdn.netbsd.org/pub/NetBSD-daily/HEAD/latest/evbarm-aarch64/binary/sets/
<jmcneill> Backup current (working) kernel: cp /netbsd /onetbsd
<jmcneill> Then take "./netbsd" from kern-GENERIC64.tgz and put it as /netbsd
<jmcneill> and you probably want to update the dtb in /boot/dtb/allwinner/ to match
<jmcneill> (latest dtb is in that same file)
<jmcneill> reboot with the new kernel, make sure it works..
<jmcneill> (you need to be running the new kernel for this latest step -- old kernel may not support new userland)
<jmcneill> then extract sets..
<jmcneill> for x in base comp games man misc modules tests text xbase xcomp xfont xserver; do tar -C / -zxvpf $x.tgz; done
<jmcneill> note that I skipped the debug sets (they are big) and etc/xetc sets (we upgrade those separately)
<jmcneill> To see what sets you have installed, ls /etc/mtree/set.*
<jmcneill> Then to update etc and xetc: etcupdate -s etc.tgz -s xetc.tgz
Source https://gist.github.com/e-minguez/0f637c...ddbc5575f5
|
|
|
|
| Selling 14" Pinebook ($90+Shipping) |
|
Posted by: Nierika - 07-01-2018, 09:12 PM - Forum: General Discussion on Pinebook
- Replies (4)
|
 |
I've had my Pinebook since July of last year but haven't been using it as much as I thought I would.
I have a 14" Pinebook with 16 GB eMMC that has seen maybe 15 hours of use since I received it. The screen has one dead pixel (it arrived like that from the factory) but other than that is in great condition.
I'm located in the US in Philadelphia and could meet locally or ship. I can provide pictures upon request as well as proof of purchase.
$90 + Actual Shipping Costs (Send me a message with your shipping address and I can look up costs)
(I had posted a thread earlier looking for a trade, but didn't get any bites. If that may interest you check out the original thread here: https://forum.pine64.org/showthread.php?tid=5975)
|
|
|
|
| Randomly dropping Internet connection |
|
Posted by: Frogmella - 07-01-2018, 08:05 AM - Forum: General Discussion on ROCK64
- No Replies
|
 |
Running under the Android OS. v7, I think.
My Rock 64 often will not make an ethernet connection to my router during boot up or alternatively it connects initially but then drops its connection randomly, while streaming video, and then will not reconnect on reboot.
Other devices on the network, computers/phones have no problem with their connection, either wired (computers) or wireless(phones only).
I've swapped over cables and wall blocks without any change. These experiments suggest the problem lies with the Rock64 itself as its connective hardware has been substituted for known good items and the problem persists.
Its a bit of a nuisance.
Can anyone suggest a solution before I run off and buy a wireless dongle?
Thanks in advance as always.
|
|
|
|
|