Newer
Older
barebox / arch / arm / boards / kindle-mx50 / defaultenv-kindle-mx50 / boot / mmc_kernel
@Alexander Kurz Alexander Kurz on 21 May 2019 400 bytes ARM: boards: kindle mx50: adapt MCI name to DTS
#!/bin/sh
# Boot the Amazon factory-shipped kernel uimage stored on
# the eMMC at CONFIG_MMC_BOOTFLASH_ADDR 0x41000

# Force ATAG boot
global.bootm.boot_atag=true

# The same machine type introduced with freescale ENGR00124359
armlinux_architecture=2955

armlinux_system_serial="$global.board.ocotp_serial"

global linux.bootargs.dyn.root="root=/dev/mmcblk0p1 rootwait ro"

bootm -c /dev/mmc2.kernel