Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest kernel will not boot #31

Open
badcloud opened this issue Oct 18, 2017 · 0 comments
Open

Latest kernel will not boot #31

badcloud opened this issue Oct 18, 2017 · 0 comments

Comments

@badcloud
Copy link

Device shuts off after running '${EXT_CARD}p1/boot.scr'

Last u-boot message is "mmc0 is current device"

cat /etc/bootmenu.d/30-Debian_GNU_Linux-jessie-armhf-4.7.0-rc4+.item
ITEM_NAME="Debian GNU/Linux jessie armhf 4.7.0-rc4+"
ITEM_DEVICE="${EXT_CARD}p1"
ITEM_FSTYPE="ext4"
ITEM_KERNEL="/boot/uImage-4.7.0-rc4+"
ITEM_INITRD="/boot/uInitrd-4.7.0-rc4+"
ITEM_CMDLINE="root=/dev/mmcblk0p1 rootwait ro console=tty0 vram=12M ubi.mtd=5"

cat /mnt/boot.scr
setenv mmcnum 0
setenv mmcpart 1
setenv mmctype ext4
setenv bootargs root=/dev/mmcblk0p1 rootwait ro console=tty0 vram=12M ubi.mtd=5
setenv setup_omap_atag
setenv mmckernfile /boot/uImage-4.7.0-rc4+
setenv mmcinitrdfile /boot/uInitrd-4.7.0-rc4+
setenv mmcscriptfile
run trymmckerninitrdboot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant