Linux 3.3.2 kernel for Dockstar, GoFlex and many others April 21, 2012 09:42PM |
Registered: 12 years ago Posts: 501 |
# backup your /boot dir cd / cp -r boot boot-backup # get the kernel .deb : # download it and copy it to the / (root) directory of your kirkwood device - via network, USB device, etc. # install it dpkg -i linux-image-3.3.2-kirkwood-dg_1.1_armel.deb # prepare it for U-Boot cd /boot mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-3.3.2 -d vmlinuz-3.3.2-kirkwood-dg uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-3.3.2-kirkwood-dg -d initrd.img-3.3.2-kirkwood-dg uInitrd # reboot and check reboot # monitor behavior via serial/UART console, or via Netconsole & check uname -a
root@AirDisk2:/# uname -a Linux AirDisk2 3.2.0-2-kirkwood #1 Mon Mar 5 17:06:08 UTC 2012 armv5tel GNU/Linux root@AirDisk2:/# cd / root@AirDisk2:/# cp -r boot boot-backup root@AirDisk2:/# cp /home/timemachine/linux-image-3.3.2-kirkwood-dg_1.1_armel.deb . root@AirDisk2:/# dpkg -i linux-image-3.3.2-kirkwood-dg_1.1_armel.deb Selecting previously unselected package linux-image-3.3.2-kirkwood-dg. (Reading database ... 47094 files and directories currently installed.) Unpacking linux-image-3.3.2-kirkwood-dg (from linux-image-3.3.2-kirkwood-dg_1.1_armel.deb) ... Done. Setting up linux-image-3.3.2-kirkwood-dg (1.1) ... Hmm. There is a symbolic link /lib/modules/3.3.2-kirkwood-dg/build However, I can not read it: No such file or directory Therefore, I am deleting /lib/modules/3.3.2-kirkwood-dg/build Hmm. The package shipped with a symbolic link /lib/modules/3.3.2-kirkwood-dg/source However, I can not read the target: No such file or directory Therefore, I am deleting /lib/modules/3.3.2-kirkwood-dg/source Running depmod. Examining /etc/kernel/postinst.d. run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.3.2-kirkwood-dg /boot/vmlinuz-3.3.2-kirkwood-dg update-initramfs: Generating /boot/initrd.img-3.3.2-kirkwood-dg run-parts: executing /etc/kernel/postinst.d/zz-flash-kernel 3.3.2-kirkwood-dg /boot/vmlinuz-3.3.2-kirkwood-dg root@AirDisk2:/# cd /boot root@AirDisk2:/boot# mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-3.3.2 -d vmlinuz-3.3.2-kirkwood-dg uImage Image Name: Linux-3.3.2 Created: Sat Apr 21 22:20:24 2012 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 2277984 Bytes = 2224.59 kB = 2.17 MB Load Address: 00008000 Entry Point: 00008000 root@AirDisk2:/boot# mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-3.3.2-kirkwood-dg -d initrd.img-3.3.2-kirkwood-dg uInitrd Image Name: initramfs-3.3.2-kirkwood-dg Created: Sat Apr 21 22:20:30 2012 Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 7576044 Bytes = 7398.48 kB = 7.23 MB Load Address: 00000000 Entry Point: 00000000 root@AirDisk2:/boot# reboot Broadcast message from root@AirDisk2 (pts/0) (Sat Apr 21 22:21:04 2012): The system is going down for reboot NOW! root@AirDisk2:/boot# Connection to ***.***.**.*** closed by remote host. Connection to ***.***.**.*** closed. davygravy@bitbaker64:~/Desktop$ sudo ssh root@***.***.**.*** [sudo] password for davygravy: root@***.***.**.***'s password: Linux AirDisk2 3.3.2-kirkwood-dg #1 Sat Apr 21 13:30:43 CDT 2012 armv5tel The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Sat Apr 21 22:05:09 2012 from bitbaker64.local root@AirDisk2:~# uname -a Linux AirDisk2 3.3.2-kirkwood-dg #1 Sat Apr 21 13:30:43 CDT 2012 armv5tel GNU/Linux root@AirDisk2:~#
Bo
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others April 23, 2012 10:28AM |
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others April 23, 2012 04:19PM |
Registered: 12 years ago Posts: 501 |
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others April 25, 2012 01:43PM |
Registered: 13 years ago Posts: 21 |
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others April 25, 2012 04:27PM |
Registered: 12 years ago Posts: 501 |
Bo
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others April 25, 2012 07:49PM |
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others April 25, 2012 08:15PM |
Registered: 12 years ago Posts: 501 |
dmesg | grep Machine
print arcNumber print machid
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others April 26, 2012 04:51AM |
Registered: 13 years ago Posts: 21 |
Bo
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others April 27, 2012 01:32AM |
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others May 03, 2012 06:45AM |
Registered: 14 years ago Posts: 25 |
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others May 03, 2012 06:58AM |
Registered: 12 years ago Posts: 501 |
Bo
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others May 03, 2012 11:45AM |
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others May 03, 2012 04:54PM |
Registered: 12 years ago Posts: 501 |
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others June 04, 2012 06:55PM |
Registered: 12 years ago Posts: 501 |
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others June 05, 2012 06:00PM |
Registered: 12 years ago Posts: 52 |
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others June 05, 2012 06:25PM |
Registered: 12 years ago Posts: 501 |
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others June 09, 2012 08:27PM |
Registered: 14 years ago Posts: 29 |
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others June 09, 2012 08:58PM |
Registered: 12 years ago Posts: 501 |
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others June 10, 2012 01:24PM |
Registered: 14 years ago Posts: 29 |
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others June 25, 2012 09:05AM |
Registered: 14 years ago Posts: 25 |
AlexK
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others June 27, 2012 12:29AM |
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others July 24, 2012 02:16PM |
Registered: 12 years ago Posts: 52 |
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others August 15, 2012 04:32PM |
Registered: 12 years ago Posts: 1 |
mischi71
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others August 17, 2012 07:51AM |
mischi71
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others August 17, 2012 08:32AM |
Simon
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others August 24, 2012 08:04PM |
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others August 26, 2012 01:57PM |
Registered: 12 years ago Posts: 52 |
jman6495
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others August 27, 2012 09:14AM |
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others August 30, 2012 08:57PM |
Registered: 12 years ago Posts: 501 |
Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others September 01, 2012 04:45PM |
Registered: 12 years ago Posts: 2 |