| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,672
» Latest member: pavlo
» Forum threads: 16,248
» Forum posts: 117,153
Full Statistics
|
| Latest Threads |
Running Pinebook (non-Pro...
Forum: Pinebook Hardware and Accessories
Last Post: guidol
9 hours ago
» Replies: 0
» Views: 34
|
No touch KB after update(...
Forum: Mobian on PinePhone
Last Post: biketool
10 hours ago
» Replies: 0
» Views: 38
|
compass pdf link expired:...
Forum: General Discussion on PinePhone
Last Post: biketool
Yesterday, 12:56 PM
» Replies: 3
» Views: 122
|
Pinebook Pro for sale
Forum: General Discussion on Pinebook Pro
Last Post: rfm83
Yesterday, 09:22 AM
» Replies: 0
» Views: 70
|
What is wrong with the Mo...
Forum: General Discussion on PinePhone
Last Post: Mahgue
Yesterday, 05:13 AM
» Replies: 0
» Views: 56
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
11-07-2025, 01:12 PM
» Replies: 12
» Views: 5,856
|
Wake up Call
Forum: General Discussion on PinePhone
Last Post: biketool
11-06-2025, 06:18 AM
» Replies: 6
» Views: 379
|
Reinstallation Arch Linux...
Forum: General Discussion on PineTab
Last Post: victor_yeh
11-05-2025, 11:17 PM
» Replies: 0
» Views: 87
|
I think you can try compi...
Forum: General Discussion on Pinebook Pro
Last Post: wangyukunshan
11-05-2025, 02:25 AM
» Replies: 0
» Views: 126
|
Second screen mirroring
Forum: General
Last Post: OpalTromp
11-04-2025, 09:53 PM
» Replies: 2
» Views: 1,768
|
|
|
How to go about setting up your own Jenkins build system for pine64 / pinebook images |
|
Posted by: pfeerick - 05-28-2017, 11:05 PM - Forum: General Discussion on PINE A64(+)
- Replies (2)
|
 |
This is basically a place to try and document what I have done, and find out what I need do in order to get this working. I've flagged it as pine64 and pinebook related as ayufan's builds support both at this point in time.
So, what am I trying to do? Basically, I have crappy internet, and come computers around which are more than capable of grunting their way through compiling and building images for the pine64 / pinebook. This would also let me look into customising the images, and doing some work on them myself... maybe. I've played with docker a little bit, and have used Travis CI in the past, so thought how hard could this be? Famous last words.
I decided one of my pine64 servers could be the jenkins boss, so loaded jenkins 2.46 (as it's the LTS version) on that that. Easy peasy, had everything up and running in under 20 minutes. Set up a build node or two on the ubuntu x64 boxes, so that they could be responsible for the actual builds, so the pine64 only had to manage them from afar. Since the Jenkins file in the repo wanted a node with both the docker and linux-build tags, I made sure one of them had that, was running LTS 16.04, and had docker on it, and had actually also manually build the build-environment docker on it also (but that was more to test if it was working than actually configure anything, and I did end up deleting it at one point just in cause it was the cause of the issue).
I then setup the new pipeline, configured it as a pipeline script from SCM -> Git -> https://github.com/ayufan-pine64/linux-build and left pretty much everything else as defaults. Tried running the pipeline, had to double back and install the AnsiColor plugin, and then the build ran. It downloaded the repo file, logged into the build node, and started building the docker container without any dramas. So it gets to the end of the docker build, and promptly and consistently dies. I'll include some logs below, but does anyone (especially ayufan or tkaiser) have any ideas what I'm doing wrong? Am I missing some blindingly obvious configuration step that I should have known about before attempting any of this?
I even setup jenkins on the same machine that was doing the build, and set it as the docker/build node, tried playing with docker plugins with no luck, and installed blue ocean just incase it was related to a plugin it added.
I *think* the issue is related to this entry in the log, but I'm not sure, and I don't know how to correct it, hence this post. asus-h55d is the host-name of the node which the build was slaved out to, and it's this line that stands out as different from the logs from ayufan's builds.
Code: [Pipeline] withDockerContainer
15:33:39 asus-h55d does not seem to be running inside a container
This is the plain text build log: http://sprunge.us/LaPW
This is the log that blue ocean shows, which rather helpfully doesn't actually show why the environment stage failed: http://sprunge.us/IiVU
Can anyone help?
|
|
|
|
Remix OS 2.0 [20170105] Waaaa??? |
|
Posted by: veronicasmithen03 - 05-26-2017, 02:58 PM - Forum: Remix OS
- Replies (1)
|
 |
So I haven't seen it mentioned in this section that on the Wiki page there is a newer Remix OS release dated 2017/01/05. What exactly is the difference/advantage to running that version over the latest version discussed here? I don't see any mention of it here, so I am unsure whether there is any difference/advantage?
It's getting a bid odd having multiple versions of the same OS, in different places. Some of the OS's on the Wiki page seem to be the "wrong" version. Example - people are being told to use the Android 6 img that's from ayufan on the forum/github, but there are three android v6 builds there - two of them being newer than ayufan's builds.
Cheers
|
|
|
|
| Enabling wolfson wm8960 i2c/i2s sound codec |
|
Posted by: saro - 05-26-2017, 07:23 AM - Forum: Pine A64 Hardware, Accessories and POT
- Replies (5)
|
 |
Hi,
I'm trying to use the chip wolfosn wm8960, that is connected with I2C interface and I2S bus.
Polling it on the I2C bus, the peripheral is recognized with address 0x1a on i2c-1, but nothing related to this device like sound card found.
Another preliminary step follewed is the kernel compilation, making by activation the driver wm8960 found in sound/soc/devices/ like built-in and enabling all voices found in "--- ASoC support for SUNXI" of menuconfig.
At this step, applying the new kernel, I don't found any peripheral with arecord -l or aplay -l or with pactl command and there isn't any row in the syslog/kernlog that show me that the wm8960 device is found.
There are few references for this codec, but I'm trying to follow the guide posted for another soc (i.MX6) in which the device driver already built-in inside the kernel source tree, showed at: https://community.nxp.com/docs/DOC-106295
Another link (for i-MX6) report also that:
Code: WM8960
Driver location: linux/sound/soc/codecs/wm8960.c
Machine driver location: linux/sound/soc/imx/imx-wm8960.c
1.In Kernel Configuration, go to
Device Drivers --> Sound card support --> Advanced Linux Sound Architecture --> ALSA for SoC audio support --> SoC Audio for Freescale i.MX CPUs -->
2.Select <*> SoC Audio support for IMX boards with WM8960
In this case, I found
Code: linux/sound/soc/codecs/wm8960.c
but nothing related to
Code: Machine driver location: linux/sound/soc/imx/imx-wm8960.c
I have to specify, for example, some configuration in the dts device tree?
Is impossible to see the peripheral because there isn't the imx-wm8960.c machine based driver file matching the pine64 board?
Can someone help me, please?
Thanks in advance.
|
|
|
|
| Audio Extractor |
|
Posted by: Ralck - 05-24-2017, 09:40 PM - Forum: Pine A64 Hardware, Accessories and POT
- Replies (1)
|
 |
Hey all,
First, I apologize if this is not in the right section. Please move it if there is a better section!
Second, I did a search and from what I could tell, there was only one other thread regarding using an audio extractor and they never mentioned if they tried it or if it worked.
I recently bought one of those cheap audio extractors off Ebay to try to get optical audio to my receiver. It doesn't have an option to pull the audio directly out of the HDMI signal. Unfortunately, I cannot seem to get the device to work with the Pine. It doesn't appear to ever negotiate the HDMI signal or something so it displays no video and no sound. As a test, I used my laptop and it is able to display video and extract audio (albeit at only 2 channels) just fine. Has anyone been successful in getting one of these devices to work?
I'm trying to use Android TV to use the Pine as an HTPC replacement. I have never been able to get the analog audio jack to work either, if that makes any difference. I bought my Pine (1GB model) through the kickstarter campaign.
Thanks in advance!
|
|
|
|
Nginx proxy on Remix OS -- possible? |
|
Posted by: mitchmitchell - 05-24-2017, 09:20 AM - Forum: Remix OS
- Replies (1)
|
 |
Hello,
I have Remix OS on my Pine64+ set up to act as a proxy for my security camera dvr setup because the dvr is very insecure. I'm using IP Cam by Robert Chou as a front end which at least closes the glaring holes in the dvr, but I'd like to add an additional layer of security in front of that by using nginx as a proxy with password protection before the IP Cam webserver can be accessed.
Is it possible to install and configure nginx on Remix OS?
Thanks!
Mitch
|
|
|
|
|