f5a4a663e0
Basic support for the Tolino Shine 3 ebook reader. It is the same board as the Kobo Clara HD. Waveform handling shares the same oddities as for the Kobo Clara HD but the file epdc_E060SCM.fw from the IMX6SL BSP from NXP does also work. The existing waveform from SD card is used. Preferred way to install is to clone the internal SD, keeping the original as a backup, install on that clone. U-Boot is a more recent one than the factory u-boot, so devicetrees are nicely supported. Kernel is the near mainline kernel also used by the Kobo Clara HD.
14 lines
295 B
Batchfile
14 lines
295 B
Batchfile
led e60k02:white:on on
|
|
setenv bootargs console=ttymxc0,115200
|
|
|
|
echo Loading kernel
|
|
load mmc 0:1 0x80800000 vmlinuz
|
|
|
|
echo Loading DTB
|
|
load mmc 0:1 0x83000000 imx6sl-tolino-shine3.dtb
|
|
|
|
echo Loading initrd
|
|
load mmc 0:1 0x85000000 uInitrd
|
|
|
|
echo Booting kernel
|
|
bootz 0x80800000 0x85000000 0x83000000
|