Git Product home page Git Product logo

cubieboard.org's People

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cubieboard.org's Issues

How to Enable Bluetooth device/controller in Cubienoard (A80)

How to Enable Bluetooth device/controller in Cubienoard (A80)
I am vary beginner to cubieboard4 (A80) as well as Linux. As per the cubieboard4 specification it is having bcm40183b2 (bluetooth 4.0 and WiFi) chip and it is connected through Uart2.
I can see this in /lib/firmware/ap6330/. And it is having dabian linux 3.4.39.

If I do lsmod I am able to see bnep,hidp,hci_uart,rfcomm, bluetooth modules.

But If I do
$hcitool dev
Devices:

I am not able to see any controller. Please any one guide me how to enable bluetooth controller for cubieboard4 (A80).

And if i do
$rfkill list it is showing
0: rtl8723bs: Bluetooth
Soft blocked: no
Hard blocked: no

Now again I am confused here. Because rtl8723bs is realtek wifi and BT chip set. But cubieboard4 (A80) spec is telling it is having bcm40183b2 chipset.

Please tell me cubieboard4 is having which chipset?
and how to enable bluetooth controller for cubieboard4 (A80)?

building error with mali module

Hi ,

Could you please help me with solving this building issues? (probably with mali module)
I tried to follow the steps on this link (http://docs.cubieboard.org/tutorials/cb2/development/building_your_own_android_image)
to build android image for cubieboard2, every thing went not bad till compiling mali module, I came across an error with following logs:

      CC [M]  /home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3/modules/mali/DX910-SW-99002-r3p2-01rel0/driver/src/devicedrv/ump/common/ump_kernel_common.o
       arm-linux-gnueabi-gcc: error: directory: No such file or directory

I tried both the the souce code packages cubieboard2_android_SDK_v1.03 and cubieboard2_android_SDK_v1.05 ,the same error always happened.
If I removed the whole "mali" folder and skipped building this module, I can successfully finished the building, and I can see "INFO: build u-boot OK.
INFO: build rootfs ...
INFO: skip make rootfs for android
INFO: build rootfs OK.
INFO: build lichee OK. "

So to summarize, I guess problem lied on the mali source code, could you kindly help check it?

Thanks!

Brs

building logs:

MODPOST 1 modules
make[1]: Leaving directory /home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3' cp example.ko /home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3/output/lib/modules/3.3/ make: Leaving directory/home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3/modules/example'
build nand library /home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3/modules/nand/lib
build nand with existing library
make: Entering directory /home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3/modules/nand' /home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3 cp libnand libnand.a make -C /home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3 M=/home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3/modules/nand make[1]: Entering directory/home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3'
LD [M] /home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3/modules/nand/nand.o
Building modules, stage 2.
MODPOST 1 modules
LD [M] /home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3/modules/nand/nand.ko
make[1]: Leaving directory /home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3' cp nand.ko /home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3/output/lib/modules/3.3/ make: Leaving directory/home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3/modules/nand'
make: Entering directory /home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3/modules/mali' /home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3 make -C DX910-SW-99002-r3p2-01rel0/driver/src/devicedrv/ump CONFIG=ca8-virtex820-m400-1 BUILD=release KDIR=/home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3 make[1]: Entering directory/home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3/modules/mali/DX910-SW-99002-r3p2-01rel0/driver/src/devicedrv/ump'
make -C /home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3 M=/home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3/modules/mali/DX910-SW-99002-r3p2-01rel0/driver/src/devicedrv/ump modules
make[2]: Entering directory /home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3' CC [M] /home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3/modules/mali/DX910-SW-99002-r3p2-01rel0/driver/src/devicedrv/ump/common/ump_kernel_common.o arm-linux-gnueabi-gcc: error: directory: No such file or directory arm-linux-gnueabi-gcc: error: directory": No such file or directory make[3]: *** [/home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3/modules/mali/DX910-SW-99002-r3p2-01rel0/driver/src/devicedrv/ump/common/ump_kernel_common.o] Error 1 make[2]: *** [_module_/home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3/modules/mali/DX910-SW-99002-r3p2-01rel0/driver/src/devicedrv/ump] Error 2 make[2]: Leaving directory/home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3'
make[1]: *** [all] Error 2
make[1]: Leaving directory /home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3/modules/mali/DX910-SW-99002-r3p2-01rel0/driver/src/devicedrv/ump' make: *** [build] Error 2 make: Leaving directory/home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3/modules/mali'
ERROR: build kernel Failed
yank@yank-ThinkPad-T420:~/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee$ vi /home/yank/work/linux-sunxi/android/a20_android4.2.2_v1.3/lichee/linux-3.3/modules/mali/DX910-SW-99002-r3p2-01rel0/driver/src/devicedrv/ump/common/ump_kernel_common.c

Gamepad doesn't work on Cubietruck

I would like to know if there is a gamepad/joypad/game controller that really works on CT with Android...
I have a common USB dualshock gamepad, also tried a Sixaxis PS3, installed USB/BT Joystick Center, and no luck...
Tested on all nand 1.01 versions of http://dl.cubieboard.org/software/a20-cubietruck/android...
I read that with Gamepad IME and joydev.ko file may work, but dont know where to get a compatible one.
Can you please help? If you can compile a joydev.ko file or make an image with gamepad enabled it will be much appreciated.
Thank you.

Video: H.264 / AVC 1569 kbit/sec Audio: MPEG-4 AAC does not work.

In XBMC and flash player in browser on Android, in XBMC on linux Video: H.264 / AVC 1569 kbit/sec Audio: MPEG-4 AAC does not work.
sample: https://drive.google.com/file/d/0B5rEsasQxLy_aVozZWxEeXdlNGs/edit?usp=sharing
General
Complete name : play_2dbm2dgl54vt9.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 27.2 MiB
Duration : 2mn 14s
Overall bit rate : 1 703 Kbps
Writing application : Lavf54.50.102

Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 2mn 14s
Bit rate : 1 570 Kbps
Width : 1 280 pixels
Height : 720 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 24.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.071
Stream size : 25.1 MiB (92%)
Writing library : x264 core 129 r2230 1cffe9f
Encoding settings : cabac=1 / ref=1 / deblock=1:0:0 / analyse=0x3:0x113 / me=hex / subme=2 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=0 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=0 / threads=48 / lookahead_threads=8 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=1 / keyint=24 / keyint_min=2 / scenecut=40 / intra_refresh=0 / rc_lookahead=10 / rc=crf / mbtree=1 / crf=22.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00

Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 2mn 14s
Bit rate mode : Constant
Bit rate : 128 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 44.1 KHz
Compression mode : Lossy
Stream size : 2.04 MiB (7%)

https://code.google.com/p/seppius-xbmc-repo/downloads/detail?name=repository.seppius.zip&can=2&q= for XBMC, video plugin - fs.ua. Great plugin for site http://brb.to but playing any video does not work 8(

cannot run arduino ide on lubuntu destkop(cb1)

hardware:
cb1

os:
lubuntu

reproduce:

  1. download firmware:http://dl.cubieboard.org/software/a10-cubieboard/lubuntu/lubuntu-desktop-12.xx_v1.05.img.gz
  2. install lubuntu on cb1 and you can refer to http://docs.cubieboard.org/tutorials/cb1/installation/cb1_lubuntu_nand_install
    3.install arduino ide on cb1. you can refer to http://docs.cubieboard.org/tutorials/arduino/connecting

description:
Arduino Arduino IDE is an open source integrated development environment, its user-friendly, simple syntax, and can easily download the program.we can install arduino ide on cubieboard to write programming.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.