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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 28,530
» Latest member: MichaelPat
» Forum threads: 15,853
» Forum posts: 115,343

Full Statistics

Latest Threads
No HDMI Video - Anything ...
Forum: General Discussion on ROCKPRO64
Last Post: KC9UDX
27 minutes ago
» Replies: 2
» Views: 67
Pinetab 2 Not Powering On...
Forum: General
Last Post: tllim
6 hours ago
» Replies: 3
» Views: 173
Some Suspense.... Camerra...
Forum: Mobian on PinePhone
Last Post: biketool
Yesterday, 10:32 PM
» Replies: 3
» Views: 113
July 1 upgrade of Mobian ...
Forum: PinePhone Pro Software
Last Post: mburns
09-26-2024, 09:56 AM
» Replies: 3
» Views: 760
desktop and lockscreen
Forum: Mobian on PinePhone
Last Post: biketool
09-25-2024, 05:11 AM
» Replies: 0
» Views: 75
2024 Sep 21 - PinePhonePr...
Forum: General Discussion of PinePhone Pro
Last Post: biketool
09-25-2024, 04:16 AM
» Replies: 8
» Views: 2,413
bookworm vs trixie discus...
Forum: Mobian on PinePhone
Last Post: zetabeta
09-25-2024, 12:41 AM
» Replies: 36
» Views: 6,670
Can't install some softwa...
Forum: General Discussion on PineTab
Last Post: mikehenson
09-24-2024, 07:49 AM
» Replies: 2
» Views: 164
Testing Some More Games o...
Forum: General Discussion on Pinebook Pro
Last Post: pigkang
09-24-2024, 01:43 AM
» Replies: 5
» Views: 3,455
Developing on Mac (M3)
Forum: Development Discussion on PineTime
Last Post: oksalahti
09-23-2024, 01:27 AM
» Replies: 1
» Views: 93

 
  How to set HDMI output to less than 720p?
Posted by: Kattemageren - 06-14-2016, 05:24 PM - Forum: Android on Pine A64(+) - Replies (1)

Hi all, totally new here at the forum so bear with me !

I am so far very pleased with the Pine 64 but I have plans of hooking it up to an old TV through a HDMI to VGA converter. The problem is that the TV does not (of course) support 720p. 

So I am looking for some way of setting the HDMI output to, say, 800x600 or less? I have read posts about the build.prop file but no examples on actually doing this!

Could someone please help me out or maybe explain why this is possible / not possible? 

Thanks !


  longsleep installed headers for dkms usage
Posted by: Faye - 06-14-2016, 04:18 PM - Forum: Linux on Pine A64(+) - Replies (4)

I tried to build the realtek bluetooth driver by checking out the github for my version and applying the config.gz before running make modules and it still thinks the version is different.  Can you supply a kernel headers tarball for use with dkms?

I have fixed up the Makefile (I think) and created a dkms.conf file to allow for automatic module compilation but it complains about symbol versions not being identical.

Code:
ubuntu@fjords:~$ cat /usr/src/rtk_btusb-v0.8/Makefile
FW_DIR    := /lib/firmware/rtk_bt
MDL_DIR    := /lib/modules/$(shell uname -r)
DRV_DIR    := $(MDL_DIR)/kernel/drivers/bluetooth

ifneq ($(KERNELRELEASE),)

    obj-m := rtk_btusb.o
    KVER := $(KERNELRELEASE)
    KDIR := /lib/modules/$(KVER)/build

else
    PWD := $(shell pwd)
    KVER := $(shell uname -r)
    KDIR := /lib/modules/$(KVER)/build
endif

all:
    $(MAKE) -C $(KDIR) M=$(PWD) modules

clean:
    rm -rf *.o *.mod.c *.mod.o *.ko *.symvers *.order *.a

install:
    mkdir -p $(FW_DIR)
    cp -f rlt8723a_chip_b_cut_bt40_fw_asic_rom_patch-svn8511-0x0020342E-20121105-LINUX_USB.bin $(FW_DIR)/rtk8723a.bin
    cp -f rtl8723a_config.bin $(FW_DIR)/.
    cp -f rtk_btusb.ko $(DRV_DIR)/rtk_btusb.ko
    depmod -a $(KVER)
    @echo "install rtk_btusb success!"

uninstall:
    rm -f $(DRV_DIR)/rtk_btusb.ko
    dumped -a $(KVER)
    rm -f $(FW_DIR)/rtk8723a.bin
    echo "uninstall rtk_btusb success!"
ubuntu@fjords:~$ cat /usr/src/rtk_btusb-v0.8/dkms.conf 
MAKE="make all
INCLUDEDIR=/lib/modules/$kernelver/build/include"
MAKE_smp="make SMP=1 all
INCLUDEDIR=/lib/modules/$kernelver/build/include"
DEST_MODULE_LOCATION="/kernel/drivers/bluetooth/rtk_btusb"
PACKAGE_NAME="rtk_btusb"
PACKAGE_VERSION="v0.8"
REMAKE_INITRD="no"
MODULE_NAME="rtk_btusb.o"
CLEAN="make clean"
Of course I might just be using the wrong driver for the Pine64, I was basing it off the wlan driver.


  boot stuck
Posted by: george - 06-14-2016, 03:44 PM - Forum: Remix OS - Replies (1)

finally i got my 2GB pine with wifi module . i used 32g samsung evo . downloaded remix dd 2 and coudnt flash it using phoenix , i used win32 for flashing.
all what i got is remix logo and nothing else .
btw i plugged 2amps power supply. 


any help would be appreciated


  512 and 7" touch screen?
Posted by: ShreddinPB - 06-14-2016, 02:04 PM - Forum: POT modules - Replies (4)

Hi guys, I got the 512 and added on the 7" touch screen. I do not see a way to connect the two. I see a couple places where there should be connectors for this screen but there isnt one. Does the 512 not support the screen? I dont remember seeing anything when I selected my rewards that said the two wont work together.

Thanks!


Sad HDMI to DVI Color issues?
Posted by: leatherlips - 06-14-2016, 01:43 PM - Forum: HDMI Port - Replies (5)

I recently received my 64+ board and have loaded Debian on it successfully using an HDMI cable to my TV. 
I then tried the same HDMI cable connected to an HDMI to DVI Adapter to my computer monitor and while I can operate the system, it has a purple/pink tint to the entire screen. 
I've tried various cables with same result.  I tried the DVI connector with same HDMI cable on another system (lattepanda windows board) and it worked fine (no tint).

Is there a setting or something I need to set on this board to get it to work properly via a DVI connector?

Any help is appreciated.

THANKS


  Android can not see my bluetooth mouse
Posted by: Punkyclown - 06-14-2016, 01:32 PM - Forum: Android on Pine A64(+) - Replies (5)

Hi All, having an issue getting bluetooth to see my 3.0 mouse.  It see things like IT IS the remote device and it will connect
to, my Nexus player, my Macbook, and like that.  But doesn't seem to recognize an INPUT device.  Any suggestions?
Thanks for the help.
Brad Hansen


Question Play Store Searches
Posted by: pwneboi - 06-14-2016, 11:18 AM - Forum: Android on Pine A64(+) - No Replies

Is there a setting or some way to remove phone versions of applications from play store searches like I can do on the app store? Kind of a pain when you find 30 similarly named apps and don't want to wade through descriptions or install to find out it was designed for phone.


  Address Change
Posted by: monmoonmooonmoooon - 06-14-2016, 08:59 AM - Forum: Shipment Related Discussion - Replies (5)

Hey guys,

This is the thing, when I make the order I thought I will stay in my house, or it would arrive sooner.

I will change of house in the end of next month, Is possible to change the address?

Thanks


  <Noob - My experience setting up Remix OS
Posted by: BeerSnob - 06-14-2016, 08:56 AM - Forum: Getting Started - Replies (3)

In the box:
Pine 64 2GB
Wifi/BT POT
Power Supply
No name 16GB MicroSD card (blank) [Interestingly, my Backerkit page asked me what image I wanted pre-installed on my 8 GB card.  I chose Andriod, yet they sent me a blank 16 GB card.  I didn't realize it was 16 GB until I was "debugging" my booting issues with MiniTool Partition wizard and saw it was 16 not 8.]

Set up Equipment:
IBM Thinkcentre - Win7, Intel i5 (3.30Ghz), 8 GB RAM
USB 2.0 memory card reader
6 pack Cigar City Jai Alai

What I did:
Went to Wiki and followed the "Freshman" instructions which to paraphrase said:
Download H2testw to test authenticity on microSD - (Passed)
Install Win32 Disk Imager
Download the preferred image file listed below, extract and burn to micoSD card via Win32.
Once burnt, I plugged in card and fired up the Pine 64.  It only splashed the Pine 64 logo and power cycled over and over.

After hours of research and multiple cycles of re-partitioning the card and trying to re-burn the image I stumbled upon another set of set up instructions pointing me to the main Wiki page > 10. Software/Image Download > Software/Image Download > Remix OS Image Release.
At this point I did not realize I had a 16 GB card and picked the 8 GB image file.  (Not sure if I picked it 'cause it was the first one or because I had what I thought was an 8 GB card).  Either way, I kept burning the 8 GB img file to a 16 GB card and trying to boot with no luck.
After several days and hours of research and failed boot attempts, I somehow found my way to using PhoenixCard to burn the image but did not realize there was a dedicated, specific img for PhoenixCard.  Trying to burn the 16 GB DD via PhoenixCard kept giving an error - "Script NOT found! Please use a new version image!".  It took awhile but eventually realized there was a specific img for Phoenix listed below all the DD img's for Win32.
[Image: 06.14.2016-10.49.png]

So, finally seeing the light, I burnt the Phoenix img via Phoenix and attempted to boot.  Nope!  Same outcome as before.
After reading forum comments, I removed the wireless keyboard usb dongle, removed the wifi/BT POT and event the HDMI ...but still no boot.  While researching I read a lot of input about how important the I/O of the microSD card being used is, especially for Andriod.   So as a last ditch effort, I wrangled up a 32 GB SanDisk (used in my 4k DJI OSMO) I had around, tested it via H2testw and uploaded the img file to it via PhoenixCard.  Plugged it in...and bam! it boot right up.

People! - Ditch the SD card supplied by Pine!

Hours and I mean HOURS of headaches because the SD card supplied with Pine 64 Kickstarter package is worthless.
I have already Amazon ordered a Samsung 16 GB EVO SDHC card Link for $6.99.

I do have 1 post-boot problem though.  The outer corners of the desktop are beyond the view of the monitor.  Meaning I can barley see the bottom task bar or the minimize/close window icons in the upper right part of the screen.  In Settings / Screen Resolution, there is NO option to resize the screen or change the resolution.  Any ideas??!

Thanks, Fitz


  Compute module
Posted by: ktc - 06-14-2016, 07:41 AM - Forum: Pine A64 Projects, Ideas and Tutorials - Replies (1)

At some point of time there were ideas to build a compute module with this. Is it still in the works ?



What is the time frame ?