pmaports/device/testing/device-kobo-clara/uboot-script-mainline.cmd
Timotej Lazar c1a3d06678
device-kobo-clara: new device (Kobo Clara HD) (MR 2334)
Support the downstream kernel and a close-to-mainline fork. Waveform
data for the eInk display and the Wi-Fi driver are not included yet.
Everything else should work.
2021-07-18 09:35:39 +02:00

17 lines
445 B
Batchfile

setenv bootargs console=ttymxc0,115200
# This must be called first, otherwise bootz does not work correctly.
# The actual kernel is loaded over this below.
load_ntxkernel
echo Loading kernel
load mmc 0:1 0x80800000 vmlinuz-kobo-clara-mainline
echo Loading DTB
load mmc 0:1 0x83000000 imx6sll-kobo-clarahd.dtb
echo Loading initrd
load mmc 0:1 0x85000000 uInitrd-kobo-clara-mainline
echo Booting kernel
bootz 0x80800000 0x85000000 0x83000000