Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Why projects like PinePho...
Forum: General Discussion on PinePhone
Last Post: Gary2003
3 hours ago
» Replies: 5
» Views: 4,918
|
Unable to make or recieve...
Forum: General Discussion on PinePhone
Last Post: tracyanne
Today, 02:09 AM
» Replies: 0
» Views: 294
|
Brand new sealed Pinetime...
Forum: General Discussion on PineTime
Last Post: elver
09-10-2025, 06:41 AM
» Replies: 0
» Views: 1,025
|
Call recording?
Forum: PinePhone Pro Software
Last Post: biketool
09-09-2025, 04:14 AM
» Replies: 7
» Views: 7,590
|
Thoughts after a year wit...
Forum: General Discussion on Pinebook Pro
Last Post: Frank23t
09-08-2025, 10:30 PM
» Replies: 4
» Views: 2,838
|
more mobile linux on redd...
Forum: General Discussion on PinePhone
Last Post: biketool
09-08-2025, 12:03 PM
» Replies: 2
» Views: 2,546
|
Anyone selling a Pinebook
Forum: Pinebook Hardware and Accessories
Last Post: ams
09-08-2025, 09:26 AM
» Replies: 2
» Views: 2,876
|
Having trouble reading MP...
Forum: Getting Started
Last Post: Alex92
09-05-2025, 08:49 PM
» Replies: 1
» Views: 3,952
|
Special keys stopped work...
Forum: General Discussion on PineNote
Last Post: cheepeero
09-05-2025, 07:32 PM
» Replies: 0
» Views: 3,073
|
Booting Issues
Forum: PineNote Software
Last Post: vlagged
09-04-2025, 12:52 PM
» Replies: 20
» Views: 11,036
|
|
|
Rock64 scipy, numpy, scikit-image, matplotlib issue with pip3 |
Posted by: ictele - 02-05-2019, 05:41 PM - Forum: General Discussion on ROCK64
- No Replies
|
 |
Hi all,
If you met such issue, hope you will share your ways.
Board : Rock64
OS : bionic-lxde-rock64-0.7.8-1061-arm64.img
Python 3.6.7
While installing scipy, numpy, scikit-image, matplotlib with pip3 command, speed is very slow and I found they were compiling with cc. But while I compiled scipy from source, some modules are not imported successfully (imsave, imread in scipy).
Did anyone know how to install these lib with pre-built distribution?
Thanks!
|
|
|
Video Blurry |
Posted by: Hailstrom - 02-05-2019, 08:39 AM - Forum: Android on RockPro64
- Replies (9)
|
 |
Anyone know how to get the video stablized on Android 8.1? Picture fluctuates between clear and blurry. I've set the screen size and font size but it's nothing like setting the resolution.
Thanks in advance.
|
|
|
Rock64 Stereo Audio DAC add-on board |
Posted by: Hukmut - 02-04-2019, 09:09 PM - Forum: Rock64 Hardware and Accessories
- Replies (3)
|
 |
Hi folks! Total newbie here. Got 2 Rock64. One with 4g, the other, 1g. Then I got the stereo audio DAC board. Been having a fairly good time messing around with the Rock64s, but, I cannot seem to find ANY information regarding the DAC board. And since I am a TOTAL newbie, what the heck is a DAC and PLEASE don't start spewing all of those three or four letter acronyms describing what it is, what it has, or what it does. All that is just wasted on me.
Just please just tell me what I can do with it. Currently I have it stuck on top of the 1g board (properly on the right pins) just waiting for it to do whatever it is that it does. There is just no documentation, that I have found, that actually delves into how to use it. If there is anyone "out there" who can point me the right direction, I will be grateful. Thank you all for this forum.
Experience is what you get when you didn't get what you wanted.
|
|
|
How to get a minimal Debian system started? |
Posted by: musbur - 02-04-2019, 01:23 PM - Forum: Linux on Rock64
- Replies (3)
|
 |
Hi guys,
I'm trying to migrate my homemade headless NAS/mediaserver from an old Odroid U2 board to the Rock64. However, I haven't found any micro SD card image that boots into a system that I can reach via the network. The board just doesn't show up in the overview of my router, nor can I find it using nmap from my desktop PC.
I've tried various images from ayufan's site (haven't found any other), but to no avail. I'm well familiar with tools such as xz and dd, and I know that micro SD cards aren't the most reliable of media. But I can mount the partitions of the flashed SD card just fine on my desktop PC, so that is not it.
So, any hints on how to proceed? I haven't tried to connect the board to a HDMI monitor (it's a bit awkward), but I think any system should at least be pingable via the network.
Thanks!
|
|
|
flash image to sd/emmc through ethernet |
Posted by: LMM - 02-04-2019, 07:36 AM - Forum: General Discussion on ROCK64
- No Replies
|
 |
Hello every body,
I followed the tutorial "Step by step guide PXE diskless configuration (with pxe-boot)", and it worked -almost- fine with debian image (error because root account disabled ... no console) but not with ubuntu container image (error during boot) . Then I have a question, is there a way to :
0. make a network directory with a minimal system and create a directory containing an image
1. boot the system with pxe-boot from ethernet
2. get the information on hardware (and specifically sd/emmc card)
3. flash the image saved on a network on it
4. reboot
?
Thank you for your help
My network is compound of :
- a rockpro64 (with eventually a ssd on the pcie)
- 3 rock64
- 2 networks (one local and one access to internet)
|
|
|
C++ GPIO seg fault on Rock64 using Pine64-CPP |
Posted by: Jeff R - 02-04-2019, 05:23 AM - Forum: General Discussion on ROCK64
- Replies (1)
|
 |
I'm trying to run the example.cpp that comes with Pine64-CPP from https://github.com/databit/Pine64-CPP
I am throwing segmentation faults when I run.
Initializationsucceeds:
The man-setup() call initialzes the board. I traced the success path to the following if statement in the setup() function in gpio.cpp
if((uint64_t)gpio_mem % PAGE_SIZE)
And I also traced the successful "this->gpioMap =" statement to the one that uses SUNXI_GPIO_BASE
In the example code, I initialize the pin with
man->pinMode (PI_GPIO_24, OUTPUT);
The pinMode function in gpio.cpp, launches _setPullupdn with gpio=78 and pud = 1. As expected
Inside _setPullupdn, the following is set
bank= 2
index = 0
offset = 28
The segmentation fault seems to come from this line in gpio.c
regval = *(&pio->PULL[0] + index);
I have a 4 GB Rock64 running armbian bionic desktop from https://www.armbian.com/rock64/
sudo cat /sys/kernel/debug/gpio gives me
GPIOs 0-31, platform/pinctrl, gpio0:
gpio-0 ( |vcc_host_5v ) out hi
gpio-2 ( |? ) out lo
gpio-30 ( |vcc_sd ) out lo
GPIOs 32-63, platform/pinctrl, gpio1:
gpio-50 ( |mdio-reset ) out hi
GPIOs 64-95, platform/pinctrl, gpio2:
GPIOs 96-127, platform/pinctrl, gpio3:
GPIOs 510-511, platform/rk8xx-gpio, rk8xx-gpio, can sleep:
gpio-510 ( |? ) out lo
gpio-511 ( |? ) out lo
Anyone have any thoughts?
Thanks.
|
|
|
12V Molex for powering rockpro64 |
Posted by: smx - 02-04-2019, 04:21 AM - Forum: General Discussion on ROCKPRO64
- Replies (4)
|
 |
Hey,
I plan to use rockpro64 as a storage server with up to 10 HDDs with this controller :
https://www.amazon.de/DeLock-Express-int...K77PQW1J14
I want to build it everything in a normal ATX-Case with a ATX powersupply, for now my question :
Can I use the standard 12V Molex with 11A to power the RockPro64 with this pcie controller, or I need to reduce the amps?
The HDD´s will be powered directly from the powersupply.
The PCIe lane of rockpro64 should provide in total 2GB/s bandwidth, so for every port I could get 200MB/s in the theory. It would be enough if I get at least the maximum speed of a gigabit lan connection.
If somebody have any hint, you´re welcome
|
|
|
Rock64 and USB 3.0 HDD + USB 2.0 CC2531 doungle |
Posted by: ABoosh - 02-03-2019, 09:27 PM - Forum: Rock64 Hardware and Accessories
- Replies (3)
|
 |
Hello.
I have Rock 64 with connected HDD to USB 3.0 and CC2531 doungle (Zigbee sniffer) to USB 2.0
In this configuration HDD works fine, but CC2531 work very bad - working distance to Zigbee devices is 2-3 meters (must be 10-15).
Then I disconnect HDD from USB 3.0 - CC2531 work fine! Zigbee devices connect at 10-15 meters from Rock64.
I try connect CC2531 to USB 3.0 (HDD is OFF) - and in this configuration also all working fine.
But I need connect HDD and CC2531 simultaneous...
Whats problem can be?
|
|
|
|