Newer
Older
barebox / arch / arm / boards / kindle-mx50 / defaultenv-kindle-mx50 / boot / mmc_kernel
#!/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/disk0.kernel