View: 7870|Reply: 10

OrangePi Lite Android SDK Source Device Name

[Copy link]

5

threads

12

posts

89

credits

Registered member

Rank: 2

credits
89
Published in 2017-7-20 22:18:44 | Show all floors |Read mode
Hi forum,

I've downloaded OrangePi lite android source code but cant figured out what is device name for orange pi lite, I mean what should I chose after running lunch command?
  1. List of combo:
  2. Lunch menu... pick a combo:
  3.      1. aosp_arm-eng
  4.      2. aosp_arm64-eng
  5.      3. aosp_mips-eng
  6.      4. aosp_mips64-eng
  7.      5. aosp_x86-eng
  8.      6. aosp_x86_64-eng
  9.      7. aosp_manta-userdebug
  10.      8. aosp_flo-userdebug
  11.      9. m_e_arm-userdebug
  12.      10. mini_emulator_x86-userdebug
  13.      11. mini_emulator_x86_64-userdebug
  14.      12. mini_emulator_arm64-userdebug
  15.      13. mini_emulator_mips-userdebug
  16.      14. aosp_flounder-userdebug
  17.      15. octopus_n1-eng
  18.      16. octopus_n1-user
  19.      17. astar_yh-eng
  20.      18. astar_yh-user
  21.      19. octopus_perf-eng
  22.      20. octopus_perf-user
  23.      21. tulip_p1-eng
  24.      22. tulip_p1-user
  25.      23. octopus_f1-eng
  26.      24. octopus_f1-user
  27.      25. kylin_p1-eng
  28.      26. kylin_p1-user
  29.      27. tulip_t1-eng
  30.      28. tulip_t1-user
  31.      29. octopus_ibt-eng
  32.      30. octopus_ibt-user
  33.      31. kylin_p2-eng
  34.      32. kylin_p2-user
  35.      33. jasmine_perf-eng
  36.      34. jasmine_perf-user
  37.      35. tulip_perf-eng
  38.      36. tulip_perf-user
  39.      37. astar_y3-eng
  40.      38. astar_y3-user
  41.      39. astar_h7-eng
  42.      40. astar_h7-user
  43.      41. aosp_shamu-userdebug

  44. Which would you like? [aosp_arm-eng]
Copy code


Also building kernel failed with below message, I would appreciate it if you could provide me with exact commands to build android kernel and sdk for OrangePi lite from linked source code in download section.

  1. ERROR: "wifi_pm_power" [drivers/net/wireless/rtl8723bs/8723bs.ko] undefined!
  2. ERROR: "wifi_pm_power" [drivers/net/wireless/rtl8188eu/8188eu.ko] undefined!
  3. ERROR: "wifi_pm_power" [drivers/net/wireless/bcmdhd/bcmdhd.ko] undefined!
  4. WARNING: modpost: Found 5 section mismatch(es).
  5. To see full details build your kernel with:
  6. 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
  7. make[1]: *** [__modpost] Error 1
  8. make: *** [modules] Error 2
  9. make: *** Waiting for unfinished jobs....
  10.   AS      arch/arm/boot/compressed/piggy.gzip.o
  11.   LD      arch/arm/boot/compressed/vmlinux
  12.   OBJCOPY arch/arm/boot/zImage
  13.   Kernel: arch/arm/boot/zImage is ready
  14.   UIMAGE  arch/arm/boot/uImage
  15. Image Name:   Linux-3.4.39
  16. Created:      Thu Jul 20 18:42:07 2017
  17. Image Type:   ARM Linux Kernel Image (uncompressed)
  18. Data Size:    4506392 Bytes = 4400.77 kB = 4.30 MB
  19. Load Address: 40008000
  20. Entry Point:  40008000
  21.   Image arch/arm/boot/uImage is ready
  22. ERROR: build kernel Failed
Copy code




Thank you

2

threads

12

posts

121

credits

Registered member

Rank: 2

credits
121
Published in 2017-7-26 09:36:49 | Show all floors
sdev replied at 2017-7-26 07:53
Thank you for the fast reply would you please tell me which of these you've selected for the Lite?
...

If you use the other code base that list should be different.

It should look like this now: and you pick # 5
  1. Lunch menu... pick a combo:
  2.      1. aosp_arm-eng
  3.      2. aosp_x86-eng
  4.      3. aosp_mips-eng
  5.      4. vbox_x86-eng
  6.      5. dolphin_fvd_p1-eng
  7.      6. aosp_grouper-userdebug
  8.      7. aosp_tilapia-userdebug
  9.      8. aosp_flo-userdebug
  10.      9. aosp_deb-userdebug
  11.      10. mini_mips-userdebug
  12.      11. mini_armv7a_neon-userdebug
  13.      12. mini_x86-userdebug
  14.      13. aosp_hammerhead-userdebug
  15.      14. aosp_mako-userdebug
  16.      15. aosp_manta-userdebug
Copy code


2

threads

12

posts

121

credits

Registered member

Rank: 2

credits
121
Published in 2017-7-22 07:16:05 | Show all floors
Edited by SatisfyingSin at 2017-7-22 09:15


Try to the source in this megaupload
  1. https://mega.nz/#F!3k8zTAJS!7r3UXjXo3TBCAvPZs37Ivw
Copy code



its in "Android Source Code/H3"

I dont know if it works yet but
  1. ./build.sh lunch
Copy code

works


need to install gawk
  1. sudo apt-get install gawk
Copy code
and copy the makefile (located in the android folder) from the other android source you downloaded

5

threads

12

posts

89

credits

Registered member

Rank: 2

credits
89
 Author| Published in 2017-7-24 03:20:56 | Show all floors
SatisfyingSin replied at 2017-7-22 07:16
Try to the source in this megaupload

Hello SatisfyingSin,

Thank you for the reply, Which device should I chose for OrangePi lite from android sdk lunch menu?


2

threads

12

posts

121

credits

Registered member

Rank: 2

credits
121
Published in 2017-7-25 04:32:44 | Show all floors
sdev replied at 2017-7-24 03:20
Hello SatisfyingSin,

Thank you for the reply, Which device should I chose for OrangePi lite from  ...

As far as I know its the "sun8iw7p1-android"

Though I havent been able to get the image to run on my Orange Pi Lite. It compiles, I can image the sd card but I just get a screen with a red box

5

threads

12

posts

89

credits

Registered member

Rank: 2

credits
89
 Author| Published in 2017-7-26 07:53:21 | Show all floors
SatisfyingSin replied at 2017-7-25 04:32
As far as I know its the "sun8iw7p1-android"

Though I havent been able to get the image to run on ...

Thank you for the fast reply would you please tell me which of these you've selected for the Lite?

  1.      1. aosp_arm-eng


  2.      2. aosp_arm64-eng


  3.      3. aosp_mips-eng


  4.      4. aosp_mips64-eng


  5.      5. aosp_x86-eng


  6.      6. aosp_x86_64-eng


  7.      7. aosp_manta-userdebug


  8.      8. aosp_flo-userdebug


  9.      9. m_e_arm-userdebug


  10.      10. mini_emulator_x86-userdebug


  11.      11. mini_emulator_x86_64-userdebug


  12.      12. mini_emulator_arm64-userdebug


  13.      13. mini_emulator_mips-userdebug


  14.      14. aosp_flounder-userdebug


  15.      15. octopus_n1-eng


  16.      16. octopus_n1-user


  17.      17. astar_yh-eng


  18.      18. astar_yh-user


  19.      19. octopus_perf-eng


  20.      20. octopus_perf-user


  21.      21. tulip_p1-eng


  22.      22. tulip_p1-user


  23.      23. octopus_f1-eng


  24.      24. octopus_f1-user


  25.      25. kylin_p1-eng


  26.      26. kylin_p1-user


  27.      27. tulip_t1-eng


  28.      28. tulip_t1-user


  29.      29. octopus_ibt-eng


  30.      30. octopus_ibt-user


  31.      31. kylin_p2-eng


  32.      32. kylin_p2-user


  33.      33. jasmine_perf-eng


  34.      34. jasmine_perf-user


  35.      35. tulip_perf-eng


  36.      36. tulip_perf-user


  37.      37. astar_y3-eng


  38.      38. astar_y3-user


  39.      39. astar_h7-eng


  40.      40. astar_h7-user


  41.      41. aosp_shamu-userdebug
Copy code


0

threads

455

posts

1134

credits

Gold member

Rank: 6Rank: 6

credits
1134
Published in 2023-12-12 01:30:37 | Show all floors
Staying updated with the latest 구글 seo trends and algorithm changes is vital in the quest for online supremacy.

0

threads

455

posts

1134

credits

Gold member

Rank: 6Rank: 6

credits
1134
Published in 2023-12-18 22:38:30 | Show all floors
Rediscover balance and peace at 울산오피, a sanctuary where expert therapists and comprehensive services come together for your holistic well-being.

0

threads

455

posts

1134

credits

Gold member

Rank: 6Rank: 6

credits
1134
Published in 2023-12-25 22:15:20 | Show all floors
스포츠중계 is a paradise for sports lovers. It's a must-visit site.

0

threads

455

posts

1134

credits

Gold member

Rank: 6Rank: 6

credits
1134
Published in 2023-12-25 22:38:19 | Show all floors
의정부휴게텔's staff ensures a memorable visit. Their dedication to service and friendly approach make each experience exceptional.
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list