Jump to content

Kobo Aura (kobo-aura): Difference between revisions

From postmarketOS Wiki
R (talk | contribs)
Farooqkz (talk | contribs)
Add to ebook reader category
 
(5 intermediate revisions by 5 users not shown)
Line 6: Line 6:
| imagecaption =  
| imagecaption =  
| releaseyear = 2013
| releaseyear = 2013
| originalsoftware = Kobo Firmware 3.19.5761
| originalsoftware = Kobo Firmware
| originalversion = 3.19.5761
| chipset = Freescale i.MX507
| chipset = Freescale i.MX507
| cpu = 1 GHz Cortex-A8
| cpu = 1 GHz Cortex-A8
Line 34: Line 35:
| status = Kernel is 2.6, will require patching.  
| status = Kernel is 2.6, will require patching.  
| booting = no
| booting = no
| type = Ebook reader
}}
}}


Line 49: Line 51:


Could work. Untested: http://www.mobileread.mobi/forums/showthread.php?t=289206
Could work. Untested: http://www.mobileread.mobi/forums/showthread.php?t=289206
Or, if you have a UART available and can disassemble the device: https://github.com/neuschaefer/linux/wiki/Booting-a-Kobo-Aura-from-SD


== What does not work ==
== What does not work ==
Line 56: Line 59:
* Maybe possible to diff changes between official 2.6 kernel and kobo's fork, create patch, and apply to 3.x to create working kernel? Working on this
* Maybe possible to diff changes between official 2.6 kernel and kobo's fork, create patch, and apply to 3.x to create working kernel? Working on this
* Newer kobo devices run 4.1.15 with a device tree.
* Newer kobo devices run 4.1.15 with a device tree.
* Possibly things can be patched on top of the mainlining work done for the [[Kobo_Clara_HD_(kobo-clara)]]
* Missing things on top of Mainline kernel for [[Kobo_Clara_HD_(kobo-clara)]]:
** support for EPDC Versions < 20
** parts of devicetree


<!--== How to enter flash mode ==-->
<!--== How to enter flash mode ==-->

Latest revision as of 10:39, 22 November 2023

This device is marked as not booting.
Status: Kernel is 2.6, will require patching.
Kobo Aura
Manufacturer Kobo
Name Aura
Codename kobo-aura
Released 2013
Type ebook reader
Hardware
Chipset Freescale i.MX507
CPU 1 GHz Cortex-A8
Display 6 in diagonal, 16-level grayscale 1024 × 758 electronic paper
Storage 4 GB Sandisk embedded flash (SDIN7DP2-4G), external microSD slot
Architecture armv7
Software
Original software Kobo Firmware
Original version 3.19.5761
postmarketOS
Category testing
Pre-built images no


Contributors

  • rendeko

Maintainer(s)

  • rendeko


Booting from SD card

Could work. Untested: http://www.mobileread.mobi/forums/showthread.php?t=289206 Or, if you have a UART available and can disassemble the device: https://github.com/neuschaefer/linux/wiki/Booting-a-Kobo-Aura-from-SD

What does not work

Kernel compilation. The lowest working kernel for postmarketOS is 3.x, while the kobo-aura uses a fork of 2.6.

Notes

  • Maybe possible to diff changes between official 2.6 kernel and kobo's fork, create patch, and apply to 3.x to create working kernel? Working on this
  • Newer kobo devices run 4.1.15 with a device tree.
  • Missing things on top of Mainline kernel for Kobo_Clara_HD_(kobo-clara):
    • support for EPDC Versions < 20
    • parts of devicetree


See also