Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,548
» Latest member: rapstar915
» Forum threads: 16,209
» Forum posts: 116,954

Full Statistics

Latest Threads
Brand new sealed Pinetime...
Forum: General Discussion on PineTime
Last Post: elver
Yesterday, 06:41 AM
» Replies: 0
» Views: 688
Call recording?
Forum: PinePhone Pro Software
Last Post: biketool
09-09-2025, 04:14 AM
» Replies: 7
» Views: 7,216
Thoughts after a year wit...
Forum: General Discussion on Pinebook Pro
Last Post: Frank23t
09-08-2025, 10:30 PM
» Replies: 4
» Views: 2,441
Why projects like PinePho...
Forum: General Discussion on PinePhone
Last Post: biketool
09-08-2025, 12:51 PM
» Replies: 4
» Views: 4,439
more mobile linux on redd...
Forum: General Discussion on PinePhone
Last Post: biketool
09-08-2025, 12:03 PM
» Replies: 2
» Views: 2,230
Anyone selling a Pinebook
Forum: Pinebook Hardware and Accessories
Last Post: ams
09-08-2025, 09:26 AM
» Replies: 2
» Views: 2,510
Having trouble reading MP...
Forum: Getting Started
Last Post: Alex92
09-05-2025, 08:49 PM
» Replies: 1
» Views: 3,612
Special keys stopped work...
Forum: General Discussion on PineNote
Last Post: cheepeero
09-05-2025, 07:32 PM
» Replies: 0
» Views: 2,746
Booting Issues
Forum: PineNote Software
Last Post: vlagged
09-04-2025, 12:52 PM
» Replies: 20
» Views: 10,615
Experimental Mobian kerne...
Forum: PinePhone Pro Software
Last Post: teekay
09-04-2025, 01:40 AM
» Replies: 11
» Views: 4,948

 
  Android SDK support and Customization
Posted by: biplab777 - 12-28-2018, 01:22 AM - Forum: Android on Pine A64(+) - Replies (1)

Hi,

I have referred wiki (http://wiki.pine64.org/index.php/PINE_A6..._Main_Page) and interested on PINE A64-LTS as it supports Android 7.
Our yearly production will be around 2000 units.

Queries:
1. Till which year you can support us on PINE A64-LTS ?
2. Do you provide Android SDK for Android 7x to customize the same from our side ? Does it require any license for commercialization ?
3. What is the PCB size and cost (for 1K unit)
4. What are the compliance (CE/FCC/UL/RoHS etc.) you have?
5. Is it possible to provide over the air (OTA) OS upgrade for future android release ?
6. What kind of support option you have ?
7. What is the lead time to order first 100 units ?

Thanks a lot in advance!
-Biplab Kundu


  Custom Kernel for ROCK64
Posted by: mayst - 12-27-2018, 11:31 AM - Forum: Getting Started - Replies (2)

Dear Pine Users,

thank you for providing the discussion group for the ROCK64 platform. I tried to use a custom compiled kernel for several days now. Unfortunately, every attempt results in a system that does not boot.

The most promising way seemed to me the following with a newly installed distribution via Etcher. I took the Ubuntu 18.4. Desktop variant. Then I have executed the following commands on-board:

-----------------
sudo dpkg-reconfigure keyboard-configuration

sudo dpkg-reconfigure tzdata

sudo apt update

sudo apt upgrade

sudo apt -y install cmake build-essential python-minimal bison flex bc libssl-dev libncurses5-dev lzop make u-boot-tools binfmt-support ninja-build libfl-dev python python2.7 swig libpython-dev flash-kernel

sudo reboot

mkdir workspace

cd workspace

git clone https://github.com/ayufan-rock64/linux-m...kernel.git

cd linux-mainline-kernel

make rockchip_linux_defconfig

make -j4

sudo make modules_install

sudo make dtbs_install

sudo make install
-----------------

After this, the platform will not reboot. I just get a black screen. The LEDs of the ROCK64 just light up a few seconds. Then only the green LED remains.

I have checked the file /boot/extlinux/extlinux.conf
If I remove the entries for the newly installed kernel, the platform boots with the old kernel again (4.4.).
By the way, why do I have /boot/extlinux/extlinux.conf and /boot/efi/extlinux/extlinux.conf?

I hope, you can give me a hint, what is missing or how I can debug this issue, since I do not see any output, also not from u-boot.

Best regards,

   Stefan May


  Bluetooth - how to connect headphones?
Posted by: jschall - 12-27-2018, 10:48 AM - Forum: General Discussion on Pinebook - Replies (3)

I am running Q4OS with the Openbox window manager.

What is the best/easiest way to pair and connect to Bluetooth headphones?


  Unable to run hello-world docker container on Pine64
Posted by: kamtschatka - 12-26-2018, 05:07 PM - Forum: Ubuntu - Replies (2)

Has anyone managed to run docker images on pine64?

I have managed to get docker running by following this guide: https://docs.docker.com/install/linux/docker-ce/ubuntu/
The problem is then that I get this message:

Quote:no matching manifest for unknown in the manifest list entries

Has anyone encountered this problem before?

I have also seen some mentions of a linux image for container(basically i want to run kubernetes on pine64, but i can't even get docker to run properly). From what I could see this is discontinued?


  android impression
Posted by: pas059 - 12-26-2018, 09:01 AM - Forum: Android on Rock64 - Replies (1)

Hi,
Just for giving my first (and last) impression on Android on rock64. To try it, i flash android 8.1 on a SD card.

First remark is that my screen (1920x1200) is not recognized, fortunately, a standard TV is. Then, after booting, i was able to change the language, but my Azerty keyboard was still not recognized; apparently Android only knows qwerty keyboard. To be able to use my keyboard, i had to install a software found on the net (thanks to google), even if android says that this software can record keyboard entries, password,... Angry .
The good thing, is that everything seems to work (wifi dongle, wireless usb keyboard+mouse). The videos (youtube,...) seems to be more quicker than with ubuntu 18.04. The bad thing is the UI: what an horrible UI which is absolutly not practical. I really think that android is not made for a device like an SBC with standard keyboard.

So,  end of my android experience on rock64. Smile 
regards


  Download RetroPie for your Rock64
Posted by: CiniCraft - 12-26-2018, 07:33 AM - Forum: General Discussion on ROCK64 - Replies (3)

Just committed this today:
https://github.com/MattAndrzejczuk/Retro...K64-PINE64

This git repo is essentially a vast sh script that tells your Ubuntu OS which packages are needed to be installed in order to get all the top emulators out there i.e. Sega Genesis, SNES, N64 etc... fully running on your ARM device.

This setup script is expecting you to already be running Ubuntu 16 or later.

Once the installer finished, start playing games by entering:

Code:
$ emulationstation 

Just noticed last week there's not that much info on Rock64 and emulation so hopefully this helps everybody hit the ground running.


  Armbian kernel errors
Posted by: S265 - 12-26-2018, 12:30 AM - Forum: General Discussion on PINE A64(+) - No Replies

Pine64 running Armbian with kernel 3.10.107-pine64


Hi all. After installing Armbian from here 
https://www.armbian.com/pine64/,
I came across some errors appearing in the logs - see attached. Had a look at the Armbian forum which has a lot of traffic, mostly about other hardware brands, so I came here. Can anyone comment on the problem? or interpret their importance?

My use case is creating a PBX box running voip. This is available through the Debian repos.



Attached Files Thumbnail(s)
   

  How to check eMMC?
Posted by: ame - 12-26-2018, 12:10 AM - Forum: Getting Started - Replies (5)

Hello everyone,

I just signed up as I recently received an 11" PineBook. I'm quite pleased with what I got for my money, and I have a few things I'd like to do with it.

My first question is how to verify that the 16Gb eMMC is present, and how to use it? I opened the back of the laptop and I can see the eMMC module is physically there, however the OS is warning me that I am low on disk storage, and 'df' shows that I have very little storage available.

Thanks.


  how to use the eDP port to drive a display?
Posted by: nemster - 12-25-2018, 04:44 PM - Forum: General Discussion on ROCKPRO64 - No Replies

has anyone had success with using the eDP port?

i tried connecting a VVX10F011B00 http://www.panelook.com/VVX10F011B00_Pan...21047.html
display. however nothing happens.

since i do not have a datasheet i cant find out whether the display is kaputt, its incompatible or if i need to do something in software.

any hints appreciated


  1wire DS18b20 on Rock64?
Posted by: mypineme - 12-23-2018, 12:32 PM - Forum: Rock64 Hardware and Accessories - Replies (6)

Has anyone got DS18b20 to work on rock64? If you can point in the right direction, I would appreciate that very much. I've been searching and cant find anything other the a post for pine64 that said that I need to use pin 12.