Firefly Open Source Community

   Login   |   Register   |
New_Topic
123
New Topic
Print Previous Topic Next Topic

Firefly-RK3288 Android5.1 SDK release

385

Credits

1

Prestige

0

Contribution

super moderator

Rank: 8Rank: 8

Credits
385

Firefly-RK3288 Android5.1 SDK release

Posted at 9/15/2015 12:10:52      View:21633 | Replies:25        Print      Only Author   [Copy Link] 1#
Last edited by wico In 9/15/2015 12:10 Editor

Firefly-RK3288 Android5.1 SDK have released,Basic functions have been completed, you can download it and compile, or download firmware directly.

The size of SDK is huge. Please download firefly-rk3288_android5.1_git_20150910.tar from one of the following cloud storage:
Please check the md5 checksum before proceeding:
  1. $ md5sum /path/to/firefly-rk3288_android5.1_git_20150910.tar
  2. 83a07f127abe57482047a417f29e3115  firefly-rk3288_android5.1_git_20150910.tar
Copy the code

If it is correct, uncompress it:
  1. mkdir -p ~/proj/firefly-rk3288-lollipop
  2. cd ~/proj/firefly-rk3288-lollipop
  3. tar xf /path/to/firefly-rk3288_android5.1_git_20150910.tar
  4. git reset --hard
  5. # git remote add bitbucket [url]https://bitbucket.org/T-Firefly/firenow-lollipop.git[/url]
Copy the code

Please refer to WiKi in detail。

Note:The SDK is just for learning or communication, not the main major release。


Reply

Use props Report

543

Credits

19

Prestige

15

Contribution

advanced

Rank: 4

Credits
543
Posted at 9/18/2015 23:29:57        Only Author  recommend
Last edited by dewet In 9/18/2015 23:31 Editor
mac_l1 Posted at 9/18/2015 20:45
Great work and works great! TNX!

Is there a way to get it multibooted with ubuntu? That way I can ...

Can unpack UGOOS Linux dual-boot 15.04 firmware.
Replace boot.img, kernel.img, system.img, resource.img, parameter, bootloader with that of Firefly Lollipop firmware that was unpacked into separate images..
Have to edit parameter file to have Linux partitions.

Can root firmware with Superuser, also instructions on crewtablets forum.
Then install a reboot app.
Reboot to recovery.
It will boot to Linux.
Reply

Use props Report

26

Credits

0

Prestige

0

Contribution

new registration

Rank: 1

Credits
26
Posted at 9/16/2015 00:29:28        Only Author  3#
Last edited by semperfi1776 In 9/16/2015 00:34 Editor

I have successfully compiled and flash Android 5.1 but the 10.1 LVDS disply does not work. How to enable B101EW05 (10.1-Inches LVDS Display Module) support in the SDK? Are the instructions provided at http://wiki.t-firefly.com/index.php/Firefly-RK3288/DSI/en?
Reply

Use props Report

107

Credits

0

Prestige

0

Contribution

registered members

Rank: 2

Credits
107
Posted at 9/18/2015 17:20:45        Only Author  4#
I've got the following compiling error. My cross compile environment is ubuntu 14.04 on windows host VirtualBox. Please let me know how to deal with this error.

target Generated: libart-compiler <=
prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/bin/arm-linux-androideabi-striput/target/product/rk3288_box/symbols/system/lib/libwebviewchromium.so: File format not recognized
996a4fcc6f0ac826f1f67b59372be65a4d04d1f88f3b97eed44f3e60b955063251bf11f6db51ee2368722c7e954a1aa0f963a1b9a4e82b49ce8919c1dc4b5b85
make: *** [out/target/product/rk3288_box/obj/lib/libwebviewchromium.so] error 1
make: *** Waiting for unfinished jobs....
target Generated: libartd-compiler <=
996a4fcc6f0ac826f1f67b59372be65a4d04d1f88f3b97eed44f3e60b955063251bf11f6db51ee2368722c7e954a1aa0f963a1b9a4e82b49ce8919c1dc4b5b85
996a4fcc6f0ac826f1f67b59372be65a4d04d1f88f3b97eed44f3e60b955063251bf11f6db51ee2368722c7e954a1aa0f963a1b9a4e82b49ce8919c1dc4b5b85
Reply

Use props Report

844

Credits

42

Prestige

48

Contribution

advanced

Rank: 4

Credits
844
Posted at 9/18/2015 20:45:49        Only Author  5#
Great work and works great! TNX!

Is there a way to get it multibooted with ubuntu? That way I can get libhybris and kodi on it - with smoother VPU support for linux..
Reply

Use props Report

20

Credits

0

Prestige

0

Contribution

new registration

Rank: 1

Credits
20
Posted at 9/19/2015 01:10:13        Only Author  6#
good job on the sdk im using in for the tronsmart r28 but that irrelevant to the sdk. My heart sunk when i seen we are still using dwc_otg_310 usb drivers i thought that would have been fixed will just keep on using the otg port. Which is why we need the usb setting remembered on boot. Im going to look into the other driver myself just to pass some time apart from that one thing its look great guys good job.
Reply

Use props Report

543

Credits

19

Prestige

15

Contribution

advanced

Rank: 4

Credits
543
Posted at 9/19/2015 01:55:13        Only Author  7#
grant2258 Posted at 9/19/2015 01:10
good job on the sdk im using in for the tronsmart r28 but that irrelevant to the sdk. My heart sunk  ...

Yeah, the dwc_otg_310 driver is a nightmare.
Hope someone can fix it before the end of the year if possible.
On my RK3368 device, which I think uses a different USB host/otg driver/manufacturer I don't have any key-repeats with my Mele Airmouse but on my RK3288 device I still do.
Reply

Use props Report

20

Credits

0

Prestige

0

Contribution

new registration

Rank: 1

Credits
20
Posted at 9/19/2015 02:45:20        Only Author  8#
dewet Posted at 9/19/2015 01:55
Yeah, the dwc_otg_310 driver is a nightmare.
Hope someone can fix it before the end of the year i ...

no its because we should be using the dwc2 driver instead of the dwc_otg_310 driver. i tried adding the one from linux kernel maser but had a missing header file which i copied over but looks like the usb system would need updated . It a lot to change all the usb stuff so i see what state the drivers/staging one is at and see if it can be done easier.
Reply

Use props Report

20

Credits

0

Prestige

0

Contribution

new registration

Rank: 1

Credits
20
Posted at 9/19/2015 02:45:41        Only Author  9#
dewet Posted at 9/19/2015 01:55
Yeah, the dwc_otg_310 driver is a nightmare.
Hope someone can fix it before the end of the year i ...

no its because we should be using the dwc2 driver instead of the dwc_otg_310 driver. i tried adding the one from linux kernel maser but had a missing header file which i copied over but looks like the usb system would need updated . It a lot to change all the usb stuff so i see what state the drivers/staging one is at and see if it can be done easier.
Reply

Use props Report

240

Credits

0

Prestige

0

Contribution

intermediate

Rank: 3Rank: 3

Credits
240
Posted at 9/20/2015 01:58:34        Only Author  10#
Wico, My Friend

Thank you for including the RK3368 build, Tronsmart's release was incomplete and some what old.  Working with the Firefly again and am enjoying the learning experience.  The release comments do provide much help and I for one again Thank-You for not editing out these insights to reduce storage.  Read is like a fine book.

Thanks as always--cappybob
Reply

Use props Report

Return to List
123
You need to log in before you can reply Login | Register

This forum Credits Rules

Quick Reply Back to top Back to list