Jump to content

GoClever Orion 70L (goclever-gcta741l): Difference between revisions

From postmarketOS Wiki
JuniorJPDJ (talk | contribs)
mNo edit summary
m Installation: source -> syntaxhighlight
 
(9 intermediate revisions by 5 users not shown)
Line 6: Line 6:
| imagecaption = GoClever Orion 70L
| imagecaption = GoClever Orion 70L
| releaseyear = 2013
| releaseyear = 2013
| originalsoftware = Android 4.2.2
| originalsoftware = Android
| originalversion = 4.2.2
| chipset = Allwinner A31s
| chipset = Allwinner A31s
| cpu = 4x 1.0 GHz Cortex-A7
| cpu = 4x 1.0 GHz Cortex-A7
Line 14: Line 15:
| memory = 1 GB
| memory = 1 GB
| architecture = armv7
| architecture = armv7
| type = tablet
| status_usbnet = Y
| status_usbnet = Y
| status_flashing = -
| status_flashing = -
Line 33: Line 35:
| status_calls = -
| status_calls = -
| status_otg = Y
| status_otg = Y
| pmoskernel = 5.11.6-allwinner
| pmoskernel = 5.11.10-allwinner
| whet_dhry = 743.1
| booting = yes
| booting = yes
}}
}}
Line 52: Line 55:
== Installation ==
== Installation ==
Just flash it on sdcard using pmbootstrap:
Just flash it on sdcard using pmbootstrap:
<source lang="shell-session">
<syntaxhighlight lang="shell-session">
$ pmbootstrap install --sdcard /dev/YOUR_SDCARD_DEVICE
$ pmbootstrap install --sdcard /dev/YOUR_SDCARD_DEVICE
</source>
</syntaxhighlight>
eg.
eg.
<source lang="shell-session">
<syntaxhighlight lang="shell-session">
$ pmbootstrap install --sdcard /dev/mmcblk0
$ pmbootstrap install --sdcard /dev/mmcblk0
</source>
</syntaxhighlight>


== Booting ==
== Booting ==
Line 83: Line 86:
* fix LCD panel timings (those from FEX file aren't real, didn't find datasheet, panel name: [https://imgur.com/a/KJ0k1Fx KR070PB2S])
* fix LCD panel timings (those from FEX file aren't real, didn't find datasheet, panel name: [https://imgur.com/a/KJ0k1Fx KR070PB2S])
* add LCD backlight control (PWM for A31 missing in mainline, [https://patchwork.ozlabs.org/project/linux-pwm/list/?submitter=70938&state=*&archive=both patches], [https://github.com/angeloc/pwm-gpio software workaround])
* add LCD backlight control (PWM for A31 missing in mainline, [https://patchwork.ozlabs.org/project/linux-pwm/list/?submitter=70938&state=*&archive=both patches], [https://github.com/angeloc/pwm-gpio software workaround])
* make accelerometer driver (MMA7660) respect mount-matrix
* add camera autofocus len to device tree: Analog Devices AD5820
* add camera autofocus len to device tree: Analog Devices AD5820
* send DTS to upstream
* send DTS to upstream
Line 102: Line 106:


== See also ==
== See also ==
<!--
* {{Device package|goclever-gcta741l}}
If you manage to get your device packages merged, uncomment links below and change DEVICE_CODENAME with the actual one.
* {{Device package|DEVICE_CODENAME}}
* {{Kernel package|DEVICE_CODENAME}}
-->
* {{MR|2040|pmaports}} Initial merge request
* {{MR|2040|pmaports}} Initial merge request
* [https://www.pcformat.pl/index.php/telefony/GOCLEVER/Orion-70L,13661.html pcformat.pl] tablet specification
* [https://www.pcformat.pl/index.php/telefony/GOCLEVER/Orion-70L,13661.html pcformat.pl] tablet specification

Latest revision as of 22:02, 4 September 2024

GoClever Orion 70L
GoClever Orion 70L
GoClever Orion 70L
Manufacturer GoClever
Name Orion 70L
Codename goclever-gcta741l
Released 2013
Type tablet
Hardware
Chipset Allwinner A31s
CPU 4x 1.0 GHz Cortex-A7
GPU Power VR SGX544
Display 800x480
Storage 4 GB
Memory 1 GB
Architecture armv7
Software
Original software Android
Original version 4.2.2
postmarketOS
Category testing
Pre-built images no
Mainline yes
postmarketOS kernel 5.11.10-allwinner
Unixbench Whet/Dhry score 743.1
Features
USB Networking
Works
Internal storage
No data
SD card
No data
Battery
Works
Screen
Works
Touchscreen
Broken
Multimedia
3D Acceleration
Broken
Audio
Broken
Camera
Broken
Camera Flash
No data
Connectivity
WiFi
Works
NFC
No data
Miscellaneous
FDE
No data
USB OTG
Works
HDMI/DP
No data
Sensors
Accelerometer
Works
Magnetometer
No data
Ambient Light
No data
Proximity
No data
Hall Effect
No data
Haptics
No data
Barometer
No data

Contributors

Maintainer(s)


How to enter flash mode

Flashing postmarketOS to NAND memory inside this device is not supported.

Installation

Just flash it on sdcard using pmbootstrap:

$ pmbootstrap install --sdcard /dev/YOUR_SDCARD_DEVICE

eg.

$ pmbootstrap install --sdcard /dev/mmcblk0

Booting

Put your sdcard inside tablet and turn on the device while holding Home button. U-Boot screen should show up and boot should proceed.

U-Boot bootloader booting


Gallery

TODO

  • fix audio
  • add HDMI to device tree
  • fix LCD panel timings (those from FEX file aren't real, didn't find datasheet, panel name: KR070PB2S)
  • add LCD backlight control (PWM for A31 missing in mainline, patches, software workaround)
  • make accelerometer driver (MMA7660) respect mount-matrix
  • add camera autofocus len to device tree: Analog Devices AD5820
  • send DTS to upstream
  • 3D acceleration with PowerVR
  • write touchscreen driver: Awinic AW5306
  • write camera sensor driver: GalaxyCore GC0329

Internals


See also