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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,106
» Latest member: mecivietnam
» Forum threads: 16,362
» Forum posts: 117,531

Full Statistics

Latest Threads
Rock64 v2.0 u-boot SPI is...
Forum: General Discussion on ROCK64
Last Post: ju0n
Yesterday, 11:02 AM
» Replies: 0
» Views: 64
Libby - ebook reader that...
Forum: PineNote Software
Last Post: kiwigoldfish
07-04-2026, 04:41 PM
» Replies: 6
» Views: 4,021
Pinephone software
Forum: General Discussion on PinePhone
Last Post: Csanderson0313
07-04-2026, 08:23 AM
» Replies: 0
» Views: 103
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 208
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 112
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,581
Star64/Starpro64 kernel b...
Forum: General
Last Post: tgbgreen
06-30-2026, 12:17 PM
» Replies: 1
» Views: 2,193
Manjaro affected by Arch ...
Forum: General
Last Post: tantamount
06-28-2026, 10:45 AM
» Replies: 0
» Views: 264
Fix Bricked SPI Flash, Pi...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
06-27-2026, 05:00 PM
» Replies: 0
» Views: 190
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
06-27-2026, 04:09 PM
» Replies: 12
» Views: 19,666

 
  I2S Audio patches for Pine64+ uploaded to GitHub
Posted by: ramstadt - 01-17-2019, 08:31 PM - Forum: Linux on Pine A64(+) - Replies (1)

I took my work to enable audio over the I2S port and put it on github to share with everybody.  Enjoy if you want.  I started from the Armbian patches for the legacy kernel used for Ubuntu 16.04 xenial.  I only changed the DTS for the Pine64+ boards because that is what I am using.  I have a Pine64 512MB board, but haven't tried it, yet.  Enjoy: https://github.com/looperlative/linux-pine64-armbian


  How much force does it take to insert a SOPINE module?
Posted by: jbobspants - 01-17-2019, 12:15 PM - Forum: Clusterboard - No Replies

This question is specifically for the Clusterboard, and as dumb as it sounds, I'm serious here.

I've inserted countless sticks of RAM before, and while sometimes it takes a little force, I've never felt like I was about to break the motherboard trying to get them to snap in. My Clusterboard, on the other hand, takes so much force that I'm afraid the SOPINE module is going to fold in half.

Does anyone else have to push insanely hard to get their SOPINEs inserted? I've tried cleaning the slots with compressed air, and obviously I have the notch lined up...they won't go in backwards, but they really don't want to go in forwards, either.


For the record, I bought my Clusterboard from ameriDroid back in August. They have the disclaimer about being a pilot batch of boards with a pull-up wire glued on for the eMMC. I remember worrying that I was going to break something when I installed my first two SOPINEs back then, but I got them in and running. This week I pulled them out for some testing on the Baseboard, and now I don't think I can get them back into the Clusterboard at all. Maybe it's due to the temperature being several degrees cooler in my house this time of year, it's like the plastic has contracted or hardened to the point where the modules just won't go in.

I can't believe my board is any different from the rest of the batch, but it's surprising I can't find any posts at least mentioning this issue.

Thanks,
Jesse


  OpenBSD on Pinebook 1080p?
Posted by: binholz - 01-17-2019, 10:10 AM - Forum: BSD on Pinebook - Replies (29)

Has anyone tried OpenBSD on the Pinebook 1080p?  It looks like they support other PINE64 models, but no image is available, just some installation files on their mirror.


  IR sensor and Harmony remotes
Posted by: larsmu - 01-17-2019, 04:41 AM - Forum: General Discussion on ROCK64 - Replies (8)

Hi guys,

I'm looking for this problems for months now and it seems I can't find any solution to this problem.

I've bought the Rock64 especially because it has an infrared sensor build in to control it with my Harmony remote One.


Any solutions i've find doesn't work.
- program it as another media device that runs android.
- program it with the NEC code. I can't add that in the harmony software.
- program it as a pine64 device. That device doens't exist in the harmony software.

I think the only solution is to program it with the remote dat Pine64 offers but I can't find the original manifacturer or any other after sale brand that is known in the Harmony software.

I'm hoping some other members had the exact same problem and had their remote work with the Rock64.

Greetings


  Centos 7 for RockPro64
Posted by: Luke - 01-17-2019, 04:07 AM - Forum: Linux on RockPro64 - Replies (2)

Centos 7 images for the RockPro64 are available for download here


  Centos 7 for Pine A64
Posted by: Luke - 01-17-2019, 04:05 AM - Forum: Linux on Pine A64(+) - Replies (2)

Centos 7 images for Pine A64 are now available (both destkop and headless).


  How to port Postmarket OS from Pine64-LTS to Pinebook
Posted by: Surehand53 - 01-16-2019, 08:55 AM - Forum: General Discussion on Pinebook - No Replies

Hi

I just saw this article about postmarked OS and wondered how much effort it is to port something from Pine64-LTS to Pinebook?

What are the steps you would take?

Postmarket OS is build on Alpine Linux which makes itself super small and should be a good fit for smaller machines.

https://postmarketos.org/blog/2019/01/16...tmarketOS/


  GPIO specifications in device tree
Posted by: ramstadt - 01-16-2019, 01:48 AM - Forum: Linux on Pine A64(+) - Replies (1)

The CS4270 allows specifying a reset GPIO using the following code:

enum of_gpio_flags flags;
int gpio = of_get_named_gpio_flags(np, "reset-gpio", 0, &flags);

if (gpio_is_valid(gpio)) {
ret = devm_gpio_request_one(&i2c_client->dev, gpio,
     flags & OF_GPIO_ACTIVE_LOW ?
GPIOF_OUT_INIT_LOW : GPIOF_OUT_INIT_HIGH,
     "cs4270 reset");
if (ret < 0)
return ret;
}

I cannot figure out how to alter my device tree specification to specify PC11 as the reset line for my codec.  My codec looks like this:

codec0: i2s-codec@0x48 {
compatible = "cirrus,cs4270";
reg = <0x48>;
va-supply = <&va_reg>;
vd-supply = <&vd_reg>;
vlc-supply = <&vlc_reg>;
};

I'm currently using Armbian with the 3.10.107 kernel.

Thanks,
Bob


  Rock64 OMV help needed
Posted by: Osobigg - 01-16-2019, 12:14 AM - Forum: General Discussion on ROCK64 - Replies (5)

Hey Everyone, sorry in advanced if this seems overly negative, just fed up


I've been fighting with multiple images of OMV on a Rock64 4GB, both using 16GB MMC & SDHC cards from The Pine Store. & a connected 5TB 7200rpm powered external USB3.1 Gen 1 drive.
I have been using ayufan builds of OMV, both armhf and arm64, various builds and versions.
I've set the devices to never spin the drive down, or to sleep via the WebGUI power settings.

It becomes non-responsive within 24 hours, requiring a power cycle to be usable again. it's connected via gigabit ethernet.

All i want to do is use it with Transmission going through a VPN & to be a network share for media on my network.

I am not talented as bash commands.

Following the Techno Dad Life guides, trying to use the Docker/OpenVPN/Transmission solution, but that locks up the Rock almost immediately.

any advice? because i'm ready to go Office Space on this tiny little board. it won't be satisfying, just a waste of money.


  My other media board packed it in. Help?
Posted by: thatguyyouknowtheone - 01-15-2019, 06:55 PM - Forum: General Discussion on ROCK64 - No Replies

I am trying to build a NAS and my hard drive has USB 3.0 so Im looking for a board which has 3.0 as well as ethernet. This is about all I can find because there is no such thing from orange/raspberry pi. 

Will I run into any issues with this board. Im basically looking to follow the typical NAS youtube/google DIY guides and use SSH to access the board with rasbian microsd and following those steps. 

Ive never done this before and am not very techy. 

Are there any boards which have USB 3.0 ethernet and wifi antenna? 

Thx