24b152725f
Basic support for the Tolino Shine 2 HD ebook reader. 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. About Wifi: Handling of the configuration file for boards with brcmfmac is not supported yet. [ci:skip-build] already built successfully in CI
14 lines
305 B
Batchfile
14 lines
305 B
Batchfile
led tolinoshine2hd: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-shine2hd.dtb
|
|
|
|
echo Loading initrd
|
|
load mmc 0:1 0x85000000 uInitrd
|
|
|
|
echo Booting kernel
|
|
bootz 0x80800000 0x85000000 0x83000000
|