Latest UBoot - cannot boot Debian 3.16 - NEWBIE October 08, 2015 02:35PM |
Registered: 9 years ago Posts: 7 |
4a. Boot with DTB file (standard way to boot FDT kernel). Recommended. Again, please replace kirkwood-goflexnet.dtb below with the correct DTB name for your box. Generate the uImage and uInitrd, and set U-Boot envs for booting (the u-boot envs below are for first time upgrading, you might already have these set up): cd /boot mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-4.1.0-kirkwood-tld-1 -d vmlinuz-4.1.0-kirkwood-tld-1 uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-4.1.0-kirkwood-tld-1 -d initrd.img-4.1.0-kirkwood-tld-1 uInitrd fw_setenv load_dtb 'ext2load usb 0:1 0x1c00000 /boot/dts/kirkwood-goflexnet.dtb' fw_setenv load_initrd 'ext2load usb 0:1 0x1100000 /boot/uInitrd' fw_setenv load_uimage 'ext2load usb 0:1 0x800000 /boot/uImage' fw_setenv usb_boot 'run load_dtb; run load_uimage; if run load_initrd; then bootm 0x800000 0x1100000 0x1c00000; else bootm 0x800000 - 0x1c00000; fi'
Re: Latest UBoot - cannot boot Debian 3.16 - NEWBIE October 08, 2015 11:10PM |
Admin Registered: 14 years ago Posts: 19,298 |
Re: Latest UBoot - cannot boot Debian 3.16 - NEWBIE October 09, 2015 05:56AM |
Registered: 9 years ago Posts: 7 |
Re: Latest UBoot - cannot boot Debian 3.16 - NEWBIE October 09, 2015 02:20PM |
Admin Registered: 14 years ago Posts: 19,298 |
apt-get update apt-get upgrade
apt-get dist-upgrade