please choosego to mobile | Continue to access the PC version
Author: MiXaiLL76

4G-IoT

[Copy link]

1

threads

12

posts

44

credits

Novice

Rank: 1

credits
44
 Author| Published in 2018-5-18 15:53:11 | Show all floors
Edited by MiXaiLL76 at 2018-5-18 19:21

If I can work with this, I'll write an article in Russian and English for users)
------
I think need the support of such a library.
Straight from the firmware
https://github.com/joerg65/wiringTinker_Android
https://www.tinkerboarding.co.uk/forum/thread-632.html
-------
What camera can a board work with?
I did not find a module in your official store.

The camera wire from OPi PC + 2 seems more.

1

threads

12

posts

44

credits

Novice

Rank: 1

credits
44
 Author| Published in 2018-5-18 21:42:03 | Show all floors
kernel config
  1. k37mv1_bsp:/data/user # cat .config | grep GPIO
  2. CONFIG_ARCH_NR_GPIO=0
  3. CONFIG_MTK_GPIO=y
  4. # CONFIG_MTK_GPIO_ON_SMC is not set
  5. # CONFIG_KEYBOARD_GPIO is not set
  6. # CONFIG_KEYBOARD_GPIO_POLLED is not set
  7. # CONFIG_INPUT_GPIO_BEEPER is not set
  8. # CONFIG_INPUT_GPIO_TILT_POLLED is not set
  9. # CONFIG_INPUT_GPIO is not set
  10. # CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
  11. # CONFIG_I2C_CBUS_GPIO is not set
  12. # CONFIG_I2C_GPIO is not set
  13. # CONFIG_SPI_GPIO is not set
  14. CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
  15. CONFIG_ARCH_REQUIRE_GPIOLIB=y
  16. CONFIG_GPIOLIB=y
  17. CONFIG_GPIO_DEVRES=y
  18. CONFIG_OF_GPIO=y
  19. # CONFIG_DEBUG_GPIO is not set
  20. # CONFIG_GPIO_SYSFS is not set
  21. # Memory mapped GPIO drivers:
  22. # CONFIG_GPIO_GENERIC_PLATFORM is not set
  23. # CONFIG_GPIO_DWAPB is not set
  24. # CONFIG_GPIO_EM is not set
  25. # CONFIG_GPIO_ZEVIO is not set
  26. # CONFIG_GPIO_PL061 is not set
  27. # CONFIG_GPIO_SCH311X is not set
  28. # CONFIG_GPIO_SYSCON is not set
  29. # CONFIG_GPIO_GRGPIO is not set
  30. # I2C GPIO expanders:
  31. # CONFIG_GPIO_MAX7300 is not set
  32. # CONFIG_GPIO_MAX732X is not set
  33. # CONFIG_GPIO_PCA953X is not set
  34. # CONFIG_GPIO_PCF857X is not set
  35. # CONFIG_GPIO_SX150X is not set
  36. # CONFIG_GPIO_ADP5588 is not set
  37. # CONFIG_GPIO_ADNP is not set
  38. # PCI GPIO expanders:
  39. # SPI GPIO expanders:
  40. # CONFIG_GPIO_MAX7301 is not set
  41. # CONFIG_GPIO_MCP23S08 is not set
  42. # CONFIG_GPIO_MC33880 is not set
  43. # CONFIG_GPIO_74X164 is not set
  44. # AC97 GPIO expanders:
  45. # LPC GPIO expanders:
  46. # MODULbus GPIO expanders:
  47. # USB GPIO expanders:
  48. # CONFIG_CHARGER_GPIO is not set
  49. # CONFIG_POWER_RESET_GPIO is not set
  50. # CONFIG_POWER_RESET_GPIO_RESTART is not set
  51. # CONFIG_GPIO_WATCHDOG is not set
  52. # CONFIG_HTC_EGPIO is not set
  53. # CONFIG_REGULATOR_GPIO is not set
  54. # CONFIG_MTK_SPKGPIO_REWORK is not set
  55. # CONFIG_USB_GPIO_VBUS is not set
  56. # CONFIG_LEDS_GPIO is not set
  57. # CONFIG_LEDS_TRIGGER_GPIO is not set
  58. # CONFIG_SWITCH_GPIO is not set
  59. # CONFIG_ANDROID_TIMED_GPIO is not set
Copy code

1

threads

14

posts

88

credits

Registered member

Rank: 2

credits
88
Published in 2018-5-19 09:58:40 | Show all floors
admin replied at 2018-5-18 10:02
For linux, so sorry we still working on, sooner would be around middle of next month. For Android, ...

Dear Admin,

Please share source code for Android 8.1 as you finish testing.
Thank you for your support.

Regards.
Regards,
Birender Singh

62

threads

653

posts

5192

credits

Administrator

Rank: 9Rank: 9Rank: 9

credits
5192
Published in 2018-5-21 13:40:43 | Show all floors
birender.s replied at 2018-5-19 09:58
Dear Admin,

Please share source code for Android 8.1 as you finish testing.

Yes, the SDK is too big to upload, still figure out how to release it. Thanks!

1

threads

12

posts

44

credits

Novice

Rank: 1

credits
44
 Author| Published in 2018-5-22 14:00:17 | Show all floors
admin replied at 2018-5-21 13:40
Yes, the SDK is too big to upload, still figure out how to release it. Thanks!

I asked many questions from above, will you answer me?)

1

threads

14

posts

88

credits

Registered member

Rank: 2

credits
88
Published in 2018-5-22 16:07:50 | Show all floors
admin replied at 2018-5-21 13:40
Yes, the SDK is too big to upload, still figure out how to release it. Thanks!

Google Drive, best and non-irritating solution.
Regards,
Birender Singh

6

threads

51

posts

220

credits

Intermediate member

Rank: 3Rank: 3

credits
220
Published in 2018-5-22 19:56:44 | Show all floors
Source is supposed to be up on mega now, but no one seems to have posted a URL for it.

2

threads

15

posts

77

credits

Registered member

Rank: 2

credits
77
Published in 2018-5-23 08:16:47 | Show all floors
admin replied at 2018-5-18 10:02
For linux, so sorry we still working on, sooner would be around middle of next month. For Android, ...

I updated to Android Oreo, which seems to crash after 5 minutes or so with the screen glitching out. Under Android 6, this board was fairly stable. Looks like we're still using an ancient Linux kernel 3.18, which may be part of the problem? Android Oreo is supposed to run atop Linux Kernel 4.10

62

threads

653

posts

5192

credits

Administrator

Rank: 9Rank: 9Rank: 9

credits
5192
Published in 2018-5-23 15:37:09 | Show all floors
jonsmirl replied at 2018-5-22 19:56
Source is supposed to be up on mega now, but no one seems to have posted a URL for it.

Here is link on Mega: https://mega.nz/#F!CHRWyISA!0bPvSBrSEePBwcftvKFCqA

62

threads

653

posts

5192

credits

Administrator

Rank: 9Rank: 9Rank: 9

credits
5192
Published in 2018-5-23 15:38:49 | Show all floors
birender.s replied at 2018-5-22 16:07
Google Drive, best and non-irritating solution.

Google drive is not good in China now. Many channels for Chinese to open Google has been prohibit.
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list