Tolino Shine 3: Difference between revisions
Appearance
Created page with "{{Infobox device | manufacturer = Kobo | name = Tolino Shine 3 | codename = tolino-shine-3 | image = File:CHANGE_ME_TO_DEVICE_CODENAME.jpg | imagecaption = CHANGE_ME | release..." |
Add to ebook reader type |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
| manufacturer = Kobo | | manufacturer = Kobo | ||
| name = Tolino Shine 3 | | name = Tolino Shine 3 | ||
| codename = tolino- | | codename = tolino-shine3 | ||
| image = File:CHANGE_ME_TO_DEVICE_CODENAME.jpg | | image = File:CHANGE_ME_TO_DEVICE_CODENAME.jpg | ||
| imagecaption = CHANGE_ME | | imagecaption = CHANGE_ME | ||
Line 14: | Line 14: | ||
| memory = 512 MB <!-- e.g. 576 MB --> | | memory = 512 MB <!-- e.g. 576 MB --> | ||
| architecture = armv7 | | architecture = armv7 | ||
| type = Ebook reader | |||
| status_usbnet = Y | | status_usbnet = Y | ||
| status_flashing = | | status_flashing = | ||
Line 20: | Line 21: | ||
| status_wifi = Y <!-- currently works with mainline kernel only --> | | status_wifi = Y <!-- currently works with mainline kernel only --> | ||
| status_xwayland = | | status_xwayland = | ||
| status_fde = | | status_fde = Y | ||
| status_mainline = Y <!-- close to mainline fork at https://github.com/akemnade/linux/tree/kobo/drm-merged-5.X --> | | status_mainline = Y <!-- close to mainline fork at https://github.com/akemnade/linux/tree/kobo/drm-merged-5.X --> | ||
| status_battery = Y | | status_battery = Y | ||
Line 34: | Line 35: | ||
| status_otg = Y | | status_otg = Y | ||
| status = | | status = | ||
| status_fossbootloader = Y | |||
| booting = y | | booting = y | ||
Line 40: | Line 42: | ||
== Contributors == | == Contributors == | ||
* Andi | * Andi | ||
== Users owning this device == | |||
{{Device owners}} | |||
== Comparison with Kobo Clara HD == | |||
The board is almost the same as the Kobo Clara HD, except for the SoC which is pin-compatible but not software-compatible. | The board is almost the same as the Kobo Clara HD, except for the SoC which is pin-compatible but not software-compatible. | ||
Line 50: | Line 56: | ||
from NXP's BSP has been reported to work. Waveform for the Kobo Clara HD does not work for this device. | from NXP's BSP has been reported to work. Waveform for the Kobo Clara HD does not work for this device. | ||
== See also == | == See also (especially for installation instructions) == | ||
[[Kobo_Clara_HD_(kobo-clara)]] | [[Kobo_Clara_HD_(kobo-clara)]] | ||
=== Sources === | |||
* [https://opensource.mytolino.com/open_source/tolino-shine-3/ Vendor U-boot and kernel source] | |||
* [https://github.com/torvalds/linux/blob/master/arch/arm/boot/dts/imx6sl-tolino-shine3.dts Upstream Devicetree Source (dts)] | |||
* [https://github.com/akemnade/linux branches kobo/drm-merged-5.X Patched mainline kernels] (includes EPD), currently kobo/drm-merged-5.17 | |||
* [https://github.com/akemnade/u-boot-fslc branch kobo-2020-10 more recent u-boot behaving more normal], see corresponding wiki for details | |||
* [https://github.com/jwrdegoede/rtl8189ES_linux/tree/rtl8189fs Wi-Fi driver], branch rtl8189fs | |||
* {{MR|2909|pmaports}} Initial merge request | |||
<!-- | <!-- | ||
Link to related GitLab issues or merge requests like the following (replace CHANGEME with the ID, e.g. 1234): | Link to related GitLab issues or merge requests like the following (replace CHANGEME with the ID, e.g. 1234): | ||
Line 59: | Line 74: | ||
* [https://redmine.replicant.us/projects/replicant/wiki/GalaxyS2I9100 Replicant wiki page] | * [https://redmine.replicant.us/projects/replicant/wiki/GalaxyS2I9100 Replicant wiki page] | ||
--> | --> | ||
* {{Device package|tolino-shine3}} | |||
* {{Device package| | * {{Kernel package|kobo-clara-mainline}} | ||
* {{Kernel package| | |||
Latest revision as of 18:49, 17 December 2023
CHANGE_ME CHANGE_ME | |
Manufacturer | Kobo |
---|---|
Name | Tolino Shine 3 |
Codename | tolino-shine3 |
Released | 2018 |
Type | ebook reader |
Hardware | |
Chipset | Freescale i.MX6 SoloLite |
CPU | 1x 1 GHz Cortex-A9 |
GPU | PXP + EPDC + Vivante |
Display | 1448x1072 6 inch e-paper |
Storage | Internal µSD slot with 8GB |
Memory | 512 MB |
Architecture | armv7 |
Software | |
Original software | Tolino firmware based on Android 4.4 |
FOSS bootloader | yes |
postmarketOS | |
Category | testing |
Pre-built images | no |
Mainline | yes |
Flashing |
No data |
---|---|
USB Networking |
Works |
Internal storage |
No data |
SD card |
No data |
Battery |
Works |
Screen |
Works |
Touchscreen |
Works |
Multimedia | |
Camera Flash |
No data |
Connectivity | |
WiFi |
Works |
NFC |
No data |
Miscellaneous | |
FDE |
Works |
USB OTG |
Works |
HDMI/DP |
No data |
Sensors | |
Magnetometer |
No data |
Ambient Light |
No data |
Proximity |
No data |
Hall Effect |
No data |
Haptics |
No data |
Barometer |
No data |
Contributors
- Andi
Users owning this device
Comparison with Kobo Clara HD
The board is almost the same as the Kobo Clara HD, except for the SoC which is pin-compatible but not software-compatible.
The firmware from factory is different. Factory kernel is based on 3.0.35. Factory U-boot is much older and does not support dtbs,
Near mainline kernel and uboot is covered by the same fork as for the Kobo Clara HD.
Besides of the waveform sitting in a hidden partition (same place as for the Kobo Clara HD), also the epdc_E060SCM.fw from NXP's BSP has been reported to work. Waveform for the Kobo Clara HD does not work for this device.
See also (especially for installation instructions)
Sources
- Vendor U-boot and kernel source
- Upstream Devicetree Source (dts)
- branches kobo/drm-merged-5.X Patched mainline kernels (includes EPD), currently kobo/drm-merged-5.17
- branch kobo-2020-10 more recent u-boot behaving more normal, see corresponding wiki for details
- Wi-Fi driver, branch rtl8189fs
- pmaports!2909 Initial merge request