Debian uImage February 22, 2015 09:03PM |
Registered: 11 years ago Posts: 1,303 |
root@alarm:/boot# ls -la total 10168 drwxr-xr-x 2 root root 4096 Feb 22 19:55 . drwxr-xr-x 21 root root 4096 Feb 22 18:39 .. -rw-r--r-- 1 root root 1213391 Jan 12 19:12 System.map-3.2.0-4-kirkwood -rw-r--r-- 1 root root 107566 Jan 12 19:12 config-3.2.0-4-kirkwood -rw-r--r-- 1 root root 7455845 Feb 22 18:54 initrd.img-3.2.0-4-kirkwood -rw-r--r-- 1 root root 1615096 Jan 12 19:11 vmlinuz-3.2.0-4-kirkwood root@alarm:/boot#
Re: Debian uImage February 22, 2015 09:26PM |
Registered: 10 years ago Posts: 33 |
Re: Debian uImage February 22, 2015 10:00PM |
Registered: 11 years ago Posts: 1,303 |
Re: Debian uImage February 23, 2015 12:10AM |
Admin Registered: 14 years ago Posts: 19,236 |
cd /boot mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-3.18.5-kirkwood-tld-1 -d /boot/vmlinuz-3.18.5-kirkwood-tld-1 /boot/uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-3.18.5-kirkwood-tld-1 -d /boot/initrd.img-3.18.5-kirkwood-tld-1 /boot/uInitrd
Re: Debian uImage February 23, 2015 07:30AM |
Registered: 11 years ago Posts: 1,303 |
> cd /boot > mkimage -A arm -O linux -T kernel -C none -a > 0x00008000 -e 0x00008000 -n > Linux-3.18.5-kirkwood-tld-1 -d > /boot/vmlinuz-3.18.5-kirkwood-tld-1 /boot/uImage > mkimage -A arm -O linux -T ramdisk -C gzip -a > 0x00000000 -e 0x00000000 -n > initramfs-3.18.5-kirkwood-tld-1 -d > /boot/initrd.img-3.18.5-kirkwood-tld-1 > /boot/uInitrd >>
Re: Debian uImage February 23, 2015 03:02PM |
Admin Registered: 14 years ago Posts: 19,236 |
Re: Debian uImage February 23, 2015 05:13PM |
Admin Registered: 14 years ago Posts: 19,236 |
Quote
LED stays solid with no network.
Re: Debian uImage February 24, 2015 07:49PM |
Registered: 11 years ago Posts: 1,303 |
>Quote
LED stays solid with no network.
Re: Debian uImage February 24, 2015 09:10PM |
Admin Registered: 14 years ago Posts: 19,236 |
Re: Debian uImage February 25, 2015 09:42AM |
Registered: 11 years ago Posts: 1,303 |
Re: Debian uImage February 25, 2015 11:46AM |
Admin Registered: 14 years ago Posts: 19,236 |
Re: Debian uImage February 25, 2015 10:03PM |
Registered: 11 years ago Posts: 1,303 |