Linux Kernel 6.2.7 Kirkwood package and Debian rootfs March 31, 2013 05:53PM |
Admin Registered: 12 years ago Posts: 17,639 |
linux-image-6.2.7-kirkwood-tld-1_1.0_armel.deb linux-headers-6.2.7-kirkwood-tld-1_1.0_armel.deb config-6.2.7-kirkwood-tld-1 zImage-6.2.7-kirkwood-tld-1 linux-dtb-6.2.7-kirkwood-tld-1.tar linux-6.2.7-kirkwood-tld-1.patch
Quote
uInitrd
uImage
initrd.img-xx.xx.xx-kirkwood-xxx
System.map-xx.xx.xx-kirkwood-xxx
vmlinuz-xx.xx.xx-kirkwood-xxx
config-xx.xx.xx-kirkwood-xxx
dts/
cd /boot tar -xjf linux-6.2.7-kirkwood-tld-1-bodhi.tar.bz2 tar -xf linux-dtb-6.2.7-kirkwood-tld-1.tar
cd /boot apt-get remove flash-kernel dpkg -i linux-image-6.2.7-kirkwood-tld-1_1.0_armel.deb
cd /boot mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-6.2.7-kirkwood-tld-1 -d vmlinuz-6.2.7-kirkwood-tld-1 uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-6.2.7-kirkwood-tld-1 -d initrd.img-6.2.7-kirkwood-tld-1 uInitrd
cd /boot
mv uImage uImage.orig
mv uInitrd uInitrd.orig
cp -a zImage-6.2.7-kirkwood-tld-1 zImage.fdt
cat dts/kirkwood-goflexnet.dtb >> zImage.fdt
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-6.2.7-kirkwood-tld-1 -d zImage.fdt uImage
mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-6.2.7-kirkwood-tld-1 -d initrd.img-6.2.7-kirkwood-tld-1 uInitrd
ls -lh /boot/uInitrdIf it is, see Section B in the u-boot installation thread B. Load addresses for large systems for how to adjust u-boot envs before reboot.
sync sync sync shutdown -r now
linux-image-6.1.7-kirkwood-tld-1_1.0_armel.deb linux-headers-6.1.7-kirkwood-tld-1_1.0_armel.deb config-6.1.7-kirkwood-tld-1 zImage-6.1.7-kirkwood-tld-1 linux-dtb-6.1.7-kirkwood-tld-1.tar linux-6.1.7-kirkwood-tld-1.patch
Quote
uInitrd
uImage
initrd.img-xx.xx.xx-kirkwood-xxx
System.map-xx.xx.xx-kirkwood-xxx
vmlinuz-xx.xx.xx-kirkwood-xxx
config-xx.xx.xx-kirkwood-xxx
dts/
cd /boot tar -xjf linux-6.1.7-kirkwood-tld-1-bodhi.tar.bz2 tar -xf linux-dtb-6.1.7-kirkwood-tld-1.tar
cd /boot apt-get remove flash-kernel dpkg -i linux-image-6.1.7-kirkwood-tld-1_1.0_armel.deb
cd /boot mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-6.1.7-kirkwood-tld-1 -d vmlinuz-6.1.7-kirkwood-tld-1 uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-6.1.7-kirkwood-tld-1 -d initrd.img-6.1.7-kirkwood-tld-1 uInitrd
cd /boot
mv uImage uImage.orig
mv uInitrd uInitrd.orig
cp -a zImage-6.1.7-kirkwood-tld-1 zImage.fdt
cat dts/kirkwood-goflexnet.dtb >> zImage.fdt
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-6.1.7-kirkwood-tld-1 -d zImage.fdt uImage
mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-6.1.7-kirkwood-tld-1 -d initrd.img-6.1.7-kirkwood-tld-1 uInitrd
ls -lh /boot/uInitrdIf it is, see Section B in the u-boot installation thread B. Load addresses for large systems for how to adjust u-boot envs before reboot.
sync sync sync shutdown -r now
linux-image-6.0.7-kirkwood-tld-1_1.0_armel.deb linux-headers-6.0.7-kirkwood-tld-1_1.0_armel.deb config-6.0.7-kirkwood-tld-1 zImage-6.0.7-kirkwood-tld-1 linux-dtb-6.0.7-kirkwood-tld-1.tar linux-6.0.7-kirkwood-tld-1.patch
Quote
uInitrd
uImage
initrd.img-xx.xx.xx-kirkwood-xxx
System.map-xx.xx.xx-kirkwood-xxx
vmlinuz-xx.xx.xx-kirkwood-xxx
config-xx.xx.xx-kirkwood-xxx
dts/
cd /boot tar -xjf linux-6.0.7-kirkwood-tld-1-bodhi.tar.bz2 tar -xf linux-dtb-6.0.7-kirkwood-tld-1.tar
cd /boot apt-get remove flash-kernel dpkg -i linux-image-6.0.7-kirkwood-tld-1_1.0_armel.deb
cd /boot mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-6.0.7-kirkwood-tld-1 -d vmlinuz-6.0.7-kirkwood-tld-1 uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-6.0.7-kirkwood-tld-1 -d initrd.img-6.0.7-kirkwood-tld-1 uInitrd
cd /boot
mv uImage uImage.orig
mv uInitrd uInitrd.orig
cp -a zImage-6.0.7-kirkwood-tld-1 zImage.fdt
cat dts/kirkwood-goflexnet.dtb >> zImage.fdt
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-6.0.7-kirkwood-tld-1 -d zImage.fdt uImage
mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-6.0.7-kirkwood-tld-1 -d initrd.img-6.0.7-kirkwood-tld-1 uInitrd
ls -lh /boot/uInitrdIf it is, see Section B in the u-boot installation thread B. Load addresses for large systems for how to adjust u-boot envs before reboot.
sync sync sync shutdown -r now
linux-image-5.18.6-kirkwood-tld-1_1.0_armel.deb linux-headers-5.18.6-kirkwood-tld-1_1.0_armel.deb config-5.18.6-kirkwood-tld-1 zImage-5.18.6-kirkwood-tld-1 linux-dtb-5.18.6-kirkwood-tld-1.tar linux-5.18.6-kirkwood-tld-1.patch
Quote
uInitrd
uImage
initrd.img-xx.xx.xx-kirkwood-xxx
System.map-xx.xx.xx-kirkwood-xxx
vmlinuz-xx.xx.xx-kirkwood-xxx
config-xx.xx.xx-kirkwood-xxx
dts/
cd /boot tar -xjf linux-5.18.6-kirkwood-tld-1-bodhi.tar.bz2 tar -xf linux-dtb-5.18.6-kirkwood-tld-1.tar
cd /boot apt-get remove flash-kernel dpkg -i linux-image-5.18.6-kirkwood-tld-1_1.0_armel.deb
cd /boot mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.18.6-kirkwood-tld-1 -d vmlinuz-5.18.6-kirkwood-tld-1 uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.18.6-kirkwood-tld-1 -d initrd.img-5.18.6-kirkwood-tld-1 uInitrd
cd /boot
mv uImage uImage.orig
mv uInitrd uInitrd.orig
cp -a zImage-5.18.6-kirkwood-tld-1 zImage.fdt
cat dts/kirkwood-goflexnet.dtb >> zImage.fdt
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.18.6-kirkwood-tld-1 -d zImage.fdt uImage
mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.18.6-kirkwood-tld-1 -d initrd.img-5.18.6-kirkwood-tld-1 uInitrd
ls -lh /boot/uInitrdIf it is, see Section B in the u-boot installation thread B. Load addresses for large systems for how to adjust u-boot envs before reboot.
sync sync sync shutdown -r now
linux-image-5.17.4-kirkwood-tld-1_1.0_armel.deb linux-headers-5.17.4-kirkwood-tld-1_1.0_armel.deb config-5.17.4-kirkwood-tld-1 zImage-5.17.4-kirkwood-tld-1 linux-dtb-5.17.4-kirkwood-tld-1.tar linux-5.17.4-kirkwood-tld-1.patch
Quote
uInitrd
uImage
initrd.img-xx.xx.xx-kirkwood-xxx
System.map-xx.xx.xx-kirkwood-xxx
vmlinuz-xx.xx.xx-kirkwood-xxx
config-xx.xx.xx-kirkwood-xxx
dts/
cd /boot tar -xjf linux-5.17.4-kirkwood-tld-1-bodhi.tar.bz2 tar -xf linux-dtb-5.17.4-kirkwood-tld-1.tar
cd /boot apt-get remove flash-kernel dpkg -i linux-image-5.17.4-kirkwood-tld-1_1.0_armel.deb
cd /boot mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.17.4-kirkwood-tld-1 -d vmlinuz-5.17.4-kirkwood-tld-1 uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.17.4-kirkwood-tld-1 -d initrd.img-5.17.4-kirkwood-tld-1 uInitrd
cd /boot
mv uImage uImage.orig
mv uInitrd uInitrd.orig
cp -a zImage-5.17.4-kirkwood-tld-1 zImage.fdt
cat dts/kirkwood-goflexnet.dtb >> zImage.fdt
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.17.4-kirkwood-tld-1 -d zImage.fdt uImage
mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.17.4-kirkwood-tld-1 -d initrd.img-5.17.4-kirkwood-tld-1 uInitrd
sync sync sync shutdown -r now
linux-image-5.16.5-kirkwood-tld-1_1.0_armel.deb linux-headers-5.16.5-kirkwood-tld-1_1.0_armel.deb config-5.16.5-kirkwood-tld-1 zImage-5.16.5-kirkwood-tld-1 linux-dtb-5.16.5-kirkwood-tld-1.tar linux-5.16.5-kirkwood-tld-1.patch
Quote
uInitrd
uImage
initrd.img-xx.xx.xx-kirkwood-xxx
System.map-xx.xx.xx-kirkwood-xxx
vmlinuz-xx.xx.xx-kirkwood-xxx
config-xx.xx.xx-kirkwood-xxx
dts/
cd /boot tar -xjf linux-5.16.5-kirkwood-tld-1-bodhi.tar.bz2 tar -xf linux-dtb-5.16.5-kirkwood-tld-1.tar
cd /boot apt-get remove flash-kernel dpkg -i linux-image-5.16.5-kirkwood-tld-1_1.0_armel.deb
cd /boot mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.16.5-kirkwood-tld-1 -d vmlinuz-5.16.5-kirkwood-tld-1 uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.16.5-kirkwood-tld-1 -d initrd.img-5.16.5-kirkwood-tld-1 uInitrd
cd /boot
mv uImage uImage.orig
mv uInitrd uInitrd.orig
cp -a zImage-5.16.5-kirkwood-tld-1 zImage.fdt
cat dts/kirkwood-goflexnet.dtb >> zImage.fdt
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.16.5-kirkwood-tld-1 -d zImage.fdt uImage
mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.16.5-kirkwood-tld-1 -d initrd.img-5.16.5-kirkwood-tld-1 uInitrd
sync sync sync shutdown -r now
Quote
Linux version 5.15.5-kirkwood-tld-1 (root@tldDebianVM) (arm-linux-gnueabi-gcc (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) 7.5.0, GNU ld (GNU Binutils for Ubuntu) 2.30) #1.0 PREEMPT Sun Nov 28 23:08:13 PST 2021
linux-image-5.15.5-kirkwood-tld-1_1.0_armel.deb linux-headers-5.15.5-kirkwood-tld-1_1.0_armel.deb config-5.15.5-kirkwood-tld-1 zImage-5.15.5-kirkwood-tld-1 linux-dtb-5.15.5-kirkwood-tld-1.tar linux-5.15.5-kirkwood-tld-1.patch
Quote
uInitrd
uImage
initrd.img-xx.xx.xx-kirkwood-xxx
System.map-xx.xx.xx-kirkwood-xxx
vmlinuz-xx.xx.xx-kirkwood-xxx
config-xx.xx.xx-kirkwood-xxx
dts/
cd /boot tar -xjf linux-5.15.5-kirkwood-tld-1-bodhi.tar.bz2 tar -xf linux-dtb-5.15.5-kirkwood-tld-1.tar
cd /boot apt-get remove flash-kernel dpkg -i linux-image-5.15.5-kirkwood-tld-1_1.0_armel.deb
cd /boot mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.15.5-kirkwood-tld-1 -d vmlinuz-5.15.5-kirkwood-tld-1 uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.15.5-kirkwood-tld-1 -d initrd.img-5.15.5-kirkwood-tld-1 uInitrd
cd /boot
mv uImage uImage.orig
mv uInitrd uInitrd.orig
cp -a zImage-5.15.5-kirkwood-tld-1 zImage.fdt
cat dts/kirkwood-goflexnet.dtb >> zImage.fdt
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.15.5-kirkwood-tld-1 -d zImage.fdt uImage
mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.15.5-kirkwood-tld-1 -d initrd.img-5.15.5-kirkwood-tld-1 uInitrd
sync sync sync shutdown -r now
linux-image-5.14.9-kirkwood-tld-1_1.0_armel.deb linux-headers-5.14.9-kirkwood-tld-1_1.0_armel.deb config-5.14.9-kirkwood-tld-1 zImage-5.14.9-kirkwood-tld-1 linux-dtb-5.14.9-kirkwood-tld-1.tar linux-5.14.9-kirkwood-tld-1.patch
Quote
uInitrd
uImage
initrd.img-xx.xx.xx-kirkwood-xxx
System.map-xx.xx.xx-kirkwood-xxx
vmlinuz-xx.xx.xx-kirkwood-xxx
config-xx.xx.xx-kirkwood-xxx
dts/
cd /boot tar -xjf linux-5.14.9-kirkwood-tld-1-bodhi.tar.bz2 tar -xf linux-dtb-5.14.9-kirkwood-tld-1.tar
cd /boot apt-get remove flash-kernel dpkg -i linux-image-5.14.9-kirkwood-tld-1_1.0_armel.deb
cd /boot mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.14.9-kirkwood-tld-1 -d vmlinuz-5.14.9-kirkwood-tld-1 uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.14.9-kirkwood-tld-1 -d initrd.img-5.14.9-kirkwood-tld-1 uInitrd
cd /boot
mv uImage uImage.orig
mv uInitrd uInitrd.orig
cp -a zImage-5.14.9-kirkwood-tld-1 zImage.fdt
cat dts/kirkwood-goflexnet.dtb >> zImage.fdt
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n 5.14.9-kirkwood-tld-1 -d zImage.fdt uImage
mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.14.9-kirkwood-tld-1 -d initrd.img-5.14.9-kirkwood-tld-1 uInitrd
sync sync sync shutdown -r now
apt-get install libubootenv-tool
deb https://security.debian.org/debian-security bullseye-security main contrib non-free
cd /media/sdb1 tar -xjf Debian-5.13.6-kirkwood-tld-1-rootfs-bodhi.tar.bz2
LABEL=rootfs / ext3 noatime,errors=remount-ro 0 1
cd /media/sdb1/boot cp -a zImage-5.13.6-kirkwood-tld-1 zImage.fdt cat dts/kirkwood-goflexnet.dtb >> zImage.fdt mv uImage uImage.orig mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.13.6-kirkwood-tld-1 -d zImage.fdt uImage sync
apt-get install u-boot-tools
rm /etc/ssh/ssh_host* ssh-keygen -A
dateAnd upgrade
apt-get update apt-get upgrade
update-initramfs: Generating /boot/initrd.img-5.13.6-kirkwood-tld-1
cd /boot mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.13.6-kirkwood-tld-1 -d initrd.img-5.13.6-kirkwood-tld-1 uInitrd
apt-get install fake-hwclock
apt-get install libnss-mdns
fw_setenv set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts init=/bin/systemd'
custom_params=init=/bin/systemd
apt-get install systemd
linux-image-5.13.6-kirkwood-tld-1_1.0_armel.deb linux-headers-5.13.6-kirkwood-tld-1_1.0_armel.deb config-5.13.6-kirkwood-tld-1 zImage-5.13.6-kirkwood-tld-1 linux-dtb-5.13.6-kirkwood-tld-1.tar linux-5.13.6-kirkwood-tld-1.patch
Quote
uInitrd
uImage
initrd.img-xx.xx.xx-kirkwood-xxx
System.map-xx.xx.xx-kirkwood-xxx
vmlinuz-xx.xx.xx-kirkwood-xxx
config-xx.xx.xx-kirkwood-xxx
dts/
cd /boot tar -xjf linux-5.13.6-kirkwood-tld-1-bodhi.tar.bz2 tar -xf linux-dtb-5.13.6-kirkwood-tld-1.tar
cd /boot apt-get remove flash-kernel dpkg -i linux-image-5.13.6-kirkwood-tld-1_1.0_armel.deb
cd /boot mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.13.6-kirkwood-tld-1 -d vmlinuz-5.13.6-kirkwood-tld-1 uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.13.6-kirkwood-tld-1 -d initrd.img-5.13.6-kirkwood-tld-1 uInitrd
cd /boot
mv uImage uImage.orig
mv uInitrd uInitrd.orig
cp -a zImage-5.13.6-kirkwood-tld-1 zImage.fdt
cat dts/kirkwood-goflexnet.dtb >> zImage.fdt
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n 5.13.6-kirkwood-tld-1 -d zImage.fdt uImage
mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.13.6-kirkwood-tld-1 -d initrd.img-5.13.6-kirkwood-tld-1 uInitrd
sync sync sync shutdown -r now======================================================================
Older rootfs and kernel releases March 31, 2013 11:19PM |
Admin Registered: 12 years ago Posts: 17,639 |
linux-image-5.12.6-kirkwood-tld-1_1.0_armel.deb linux-headers-5.12.6-kirkwood-tld-1_1.0_armel.deb config-5.12.6-kirkwood-tld-1 zImage-5.12.6-kirkwood-tld-1 linux-dtb-5.12.6-kirkwood-tld-1.tar linux-5.12.6-kirkwood-tld-1.patch
Quote
uInitrd
uImage
initrd.img-xx.xx.xx-kirkwood-xxx
System.map-xx.xx.xx-kirkwood-xxx
vmlinuz-xx.xx.xx-kirkwood-xxx
config-xx.xx.xx-kirkwood-xxx
dts/
cd /boot tar -xjf linux-5.12.6-kirkwood-tld-1-bodhi.tar.bz2 tar -xf linux-dtb-5.12.6-kirkwood-tld-1.tar
cd /boot apt-get remove flash-kernel dpkg -i linux-image-5.12.6-kirkwood-tld-1_1.0_armel.deb
cd /boot mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.12.6-kirkwood-tld-1 -d vmlinuz-5.12.6-kirkwood-tld-1 uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.12.6-kirkwood-tld-1 -d initrd.img-5.12.6-kirkwood-tld-1 uInitrd
cd /boot
mv uImage uImage.orig
mv uInitrd uInitrd.orig
cp -a zImage-5.12.6-kirkwood-tld-1 zImage.fdt
cat dts/kirkwood-goflexnet.dtb >> zImage.fdt
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n 5.12.6-kirkwood-tld-1 -d zImage.fdt uImage
mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.12.6-kirkwood-tld-1 -d initrd.img-5.12.6-kirkwood-tld-1 uInitrd
sync sync sync shutdown -r now
linux-image-5.11.4-kirkwood-tld-1_1.0_armel.deb linux-headers-5.11.4-kirkwood-tld-1_1.0_armel.deb config-5.11.4-kirkwood-tld-1 zImage-5.11.4-kirkwood-tld-1 linux-dtb-5.11.4-kirkwood-tld-1.tar linux-5.11.4-kirkwood-tld-1.patch
Quote
uInitrd
uImage
initrd.img-xx.xx.xx-kirkwood-xxx
System.map-xx.xx.xx-kirkwood-xxx
vmlinuz-xx.xx.xx-kirkwood-xxx
config-xx.xx.xx-kirkwood-xxx
dts/
cd /boot tar -xjf linux-5.11.4-kirkwood-tld-1-bodhi.tar.bz2 tar -xf linux-dtb-5.11.4-kirkwood-tld-1.tar
cd /boot apt-get remove flash-kernel dpkg -i linux-image-5.11.4-kirkwood-tld-1_1.0_armel.deb
cd /boot mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.11.4-kirkwood-tld-1 -d vmlinuz-5.11.4-kirkwood-tld-1 uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.11.4-kirkwood-tld-1 -d initrd.img-5.11.4-kirkwood-tld-1 uInitrd
cd /boot
mv uImage uImage.orig
mv uInitrd uInitrd.orig
cp -a zImage-5.11.4-kirkwood-tld-1 zImage.fdt
cat dts/kirkwood-goflexnet.dtb >> zImage.fdt
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n 5.11.4-kirkwood-tld-1 -d zImage.fdt uImage
mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.11.4-kirkwood-tld-1 -d initrd.img-5.11.4-kirkwood-tld-1 uInitrd
sync sync sync shutdown -r now
linux-image-5.10.7-kirkwood-tld-1_1.0_armel.deb linux-headers-5.10.7-kirkwood-tld-1_1.0_armel.deb config-5.10.7-kirkwood-tld-1 zImage-5.10.7-kirkwood-tld-1 linux-dtb-5.10.7-kirkwood-tld-1.tar linux-5.10.7-kirkwood-tld-1.patch
Quote
uInitrd
uImage
initrd.img-xx.xx.xx-kirkwood-xxx
System.map-xx.xx.xx-kirkwood-xxx
vmlinuz-xx.xx.xx-kirkwood-xxx
config-xx.xx.xx-kirkwood-xxx
dts/
cd /boot tar -xjf linux-5.10.7-kirkwood-tld-1-bodhi.tar.bz2 tar -xf linux-dtb-5.10.7-kirkwood-tld-1.tar
cd /boot apt-get remove flash-kernel dpkg -i linux-image-5.10.7-kirkwood-tld-1_1.0_armel.deb
cd /boot mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.10.7-kirkwood-tld-1 -d vmlinuz-5.10.7-kirkwood-tld-1 uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.10.7-kirkwood-tld-1 -d initrd.img-5.10.7-kirkwood-tld-1 uInitrd
cd /boot mv uImage uImage.orig mv uInitrd uInitrd.orig cp -a zImage-5.10.7-kirkwood-tld-1 zImage.fdt cat dts/kirkwood-goflexnet.dtb >> zImage.fdt mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n 5.10.7-kirkwood-tld-1 -d zImage.fdt uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.10.7-kirkwood-tld-1 -d initrd.img-5.10.7-kirkwood-tld-1 uInitrd
sync sync sync shutdown -r now
linux-image-5.9.12-kirkwood-tld-1_1.0_armel.deb linux-headers-5.9.12-kirkwood-tld-1_1.0_armel.deb config-5.9.12-kirkwood-tld-1 zImage-5.9.12-kirkwood-tld-1 linux-dtb-5.9.12-kirkwood-tld-1.tar linux-5.9.12-kirkwood-tld-1.patch
Quote
uInitrd
uImage
initrd.img-xx.xx.xx-kirkwood-xxx
System.map-xx.xx.xx-kirkwood-xxx
vmlinuz-xx.xx.xx-kirkwood-xxx
config-xx.xx.xx-kirkwood-xxx
dts/
cd /boot tar -xjf linux-5.9.12-kirkwood-tld-1-bodhi.tar.bz2 tar -xf linux-dtb-5.9.12-kirkwood-tld-1.tar
cd /boot apt-get remove flash-kernel dpkg -i linux-image-5.9.12-kirkwood-tld-1_1.0_armel.deb
cd /boot mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.9.12-kirkwood-tld-1 -d vmlinuz-5.9.12-kirkwood-tld-1 uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.9.12-kirkwood-tld-1 -d initrd.img-5.9.12-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'
cd /boot mv uImage uImage.orig mv uInitrd uInitrd.orig cp -a zImage-5.9.12-kirkwood-tld-1 zImage.fdt cat dts/kirkwood-goflexnet.dtb >> zImage.fdt mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n 5.9.12-kirkwood-tld-1 -d zImage.fdt uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.9.12-kirkwood-tld-1 -d initrd.img-5.9.12-kirkwood-tld-1 uInitrd
sync sync sync shutdown -r now
linux-image-5.9.3-kirkwood-tld-1_1.0_armel.deb linux-headers-5.9.3-kirkwood-tld-1_1.0_armel.deb config-5.9.3-kirkwood-tld-1 zImage-5.9.3-kirkwood-tld-1 linux-dtb-5.9.3-kirkwood-tld-1.tar linux-5.9.3-kirkwood-tld-1.patch
Quote
uInitrd
uImage
initrd.img-xx.xx.xx-kirkwood-xxx
System.map-xx.xx.xx-kirkwood-xxx
vmlinuz-xx.xx.xx-kirkwood-xxx
config-xx.xx.xx-kirkwood-xxx
dts/
cd /boot tar -xjf linux-5.9.3-kirkwood-tld-1-bodhi.tar.bz2 tar -xf linux-dtb-5.9.3-kirkwood-tld-1.tar
cd /boot apt-get remove flash-kernel dpkg -i linux-image-5.9.3-kirkwood-tld-1_1.0_armel.deb
cd /boot mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.9.3-kirkwood-tld-1 -d vmlinuz-5.9.3-kirkwood-tld-1 uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.9.3-kirkwood-tld-1 -d initrd.img-5.9.3-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'
cd /boot mv uImage uImage.orig mv uInitrd uInitrd.orig cp -a zImage-5.9.3-kirkwood-tld-1 zImage.fdt cat dts/kirkwood-goflexnet.dtb >> zImage.fdt mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n 5.9.3-kirkwood-tld-1 -d zImage.fdt uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.9.3-kirkwood-tld-1 -d initrd.img-5.9.3-kirkwood-tld-1 uInitrd
sync sync sync shutdown -r now
linux-image-5.8.3-kirkwood-tld-1_1.0_armel.deb linux-headers-5.8.3-kirkwood-tld-1_1.0_armel.deb config-5.8.3-kirkwood-tld-1 zImage-5.8.3-kirkwood-tld-1 linux-dtb-5.8.3-kirkwood-tld-1.tar linux-5.8.3-kirkwood-tld-1.patchAnd as always, please verify the hash of what you've downloaded!
Quote
uInitrd
uImage
initrd.img-xx.xx.xx-kirkwood-xxx
System.map-xx.xx.xx-kirkwood-xxx
vmlinuz-xx.xx.xx-kirkwood-xxx
config-xx.xx.xx-kirkwood-xxx
dts/
cd /boot tar -xjf linux-5.8.3-kirkwood-tld-1-bodhi.tar.bz2 tar -xf linux-dtb-5.8.3-kirkwood-tld-1.tar
cd /boot apt-get remove flash-kernel dpkg -i linux-image-5.8.3-kirkwood-tld-1_1.0_armel.deb
cd /boot mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.8.3-kirkwood-tld-1 -d vmlinuz-5.8.3-kirkwood-tld-1 uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.8.3-kirkwood-tld-1 -d initrd.img-5.8.3-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'
cd /boot mv uImage uImage.orig mv uInitrd uInitrd.orig cp -a zImage-5.8.3-kirkwood-tld-1 zImage.fdt cat dts/kirkwood-goflexnet.dtb >> zImage.fdt mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n 5.8.3-kirkwood-tld-1 -d zImage.fdt uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.8.3-kirkwood-tld-1 -d initrd.img-5.8.3-kirkwood-tld-1 uInitrd
sync sync sync shutdown -r now
linux-image-5.7.1-kirkwood-tld-1_1.0_armel.deb linux-headers-5.7.1-kirkwood-tld-1_1.0_armel.deb config-5.7.1-kikrwood-tld-1 zImage-5.7.1-kikrwood-tld-1 linux-dtb-5.7.1-kirkwood-tld-1.tar linux-5.7.1-kirkwood-tld-1.patch
Quote
uInitrd
uImage
initrd.img-xx.xx.xx-kirkwood-xxx
System.map-xx.xx.xx-kirkwood-xxx
vmlinuz-xx.xx.xx-kirkwood-xxx
config-xx.xx.xx-kirkwood-xxx
dts/
cd /boot tar -xjf linux-5.7.1-kirkwood-tld-1-bodhi.tar.bz2 tar -xf linux-dtb-5.7.1-kirkwood-tld-1.tar
cd /boot apt-get remove flash-kernel dpkg -i linux-image-5.7.1-kirkwood-tld-1_1.0_armel.deb
cd /boot mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.7.1-kirkwood-tld-1 -d vmlinuz-5.7.1-kirkwood-tld-1 uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.7.1-kirkwood-tld-1 -d initrd.img-5.7.1-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'
cd /boot mv uImage uImage.orig mv uInitrd uInitrd.orig cp -a zImage-5.7.1-kirkwood-tld-1 zImage.fdt cat dts/kirkwood-goflexnet.dtb >> zImage.fdt mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n 5.7.1-kirkwood-tld-1 -d zImage.fdt uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.7.1-kirkwood-tld-1 -d initrd.img-5.7.1-kirkwood-tld-1 uInitrd
sync sync sync shutdown -r now
linux-image-5.6.5-kirkwood-tld-1_1.0_armel.deb linux-headers-5.6.5-kirkwood-tld-1_1.0_armel.deb config-5.6.5-kikrwood-tld-1 zImage-5.6.5-kikrwood-tld-1 linux-dtb-5.6.5-kirkwood-tld-1.tar linux-5.6.5-kirkwood-tld-1.patch
Quote
uInitrd
uImage
initrd.img-xx.xx.xx-kirkwood-xxx
System.map-xx.xx.xx-kirkwood-xxx
vmlinuz-xx.xx.xx-kirkwood-xxx
config-xx.xx.xx-kirkwood-xxx
dts/
cd /boot tar -xjf linux-5.6.5-kirkwood-tld-1-bodhi.tar.bz2 tar -xf linux-dtb-5.6.5-kirkwood-tld-1.tar
cd /boot apt-get remove flash-kernel dpkg -i linux-image-5.6.5-kirkwood-tld-1_1.0_armel.deb
cd /boot mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.6.5-kirkwood-tld-1 -d vmlinuz-5.6.5-kirkwood-tld-1 uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.6.5-kirkwood-tld-1 -d initrd.img-5.6.5-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'
cd /boot mv uImage uImage.orig mv uInitrd uInitrd.orig cp -a zImage-5.6.5-kirkwood-tld-1 zImage.fdt cat dts/kirkwood-goflexnet.dtb >> zImage.fdt mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n 5.6.5-kirkwood-tld-1 -d zImage.fdt uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.6.5-kirkwood-tld-1 -d initrd.img-5.6.5-kirkwood-tld-1 uInitrd
sync sync sync shutdown -r now
linux-image-5.5.1-kirkwood-tld-1_1.0_armel.deb linux-headers-5.5.1-kirkwood-tld-1_1.0_armel.deb config-5.5.1-kirkwood-tld-1 zImage-5.5.1-kirkwood-tld-1 linux-dtb-5.5.1-kirkwood-tld-1.tar linux-5.5.1-kirkwood-tld-1.patch
Quote
uInitrd
uImage
initrd.img-xx.xx.xx-kirkwood-xxx
System.map-xx.xx.xx-kirkwood-xxx
vmlinuz-xx.xx.xx-kirkwood-xxx
config-xx.xx.xx-kirkwood-xxx
dts/
cd /boot tar -xjf linux-5.5.1-kirkwood-tld-1-bodhi.tar.bz2 tar -xf linux-dtb-5.5.1-kirkwood-tld-1.tar
cd /boot apt-get remove flash-kernel dpkg -i linux-image-5.5.1-kirkwood-tld-1_1.0_armel.deb
cd /boot mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.5.1-kirkwood-tld-1 -d vmlinuz-5.5.1-kirkwood-tld-1 uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.5.1-kirkwood-tld-1 -d initrd.img-5.5.1-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'
cd /boot mv uImage uImage.orig mv uInitrd uInitrd.orig cp -a zImage-5.5.1-kirkwood-tld-1 zImage.fdt cat dts/kirkwood-goflexnet.dtb >> zImage.fdt mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.5.1-kirkwood-tld-1 -d zImage.fdt uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.5.1-kirkwood-tld-1 -d initrd.img-5.5.1-kirkwood-tld-1 uInitrd
sync sync sync shutdown -r now
cd /media/sdb1 tar -xjf Debian-5.2.9-kirkwood-tld-1-rootfs-bodhi.tar.bz2
LABEL=rootfs / ext3 noatime,errors=remount-ro 0 1
cd /media/sdb1/boot cp -a zImage-5.2.9-kirkwood-tld-1 zImage.fdt cat dts/kirkwood-goflexnet.dtb >> zImage.fdt mv uImage uImage.orig mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.2.9-kirkwood-tld-1 -d zImage.fdt uImage sync
apt-get install u-boot-tools
rm /etc/ssh/ssh_host* ssh-keygen -A apt-get update apt-get upgrade
update-initramfs: Generating /boot/initrd.img-5.2.9-kirkwood-tld-1
cd /boot mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.2.9-kirkwood-tld-1 -d initrd.img-5.2.9-kirkwood-tld-1 uInitrd
fw_setenv set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts init=/bin/systemd'
custom_params=init=/bin/systemd
apt-get install systemd
cd /media/sdb1 tar -xjf Debian-4.12.1-kirkwood-tld-1-rootfs-bodhi.tar.bz2
LABEL=rootfs / ext3 noatime,errors=remount-ro 0 1
cd /media/sdb1/boot cp -a zImage-4.12.1-kirkwood-tld-1 zImage.fdt cat dts/kirkwood-goflexnet.dtb >> zImage.fdt mv uImage uImage.orig mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-4.12.1-kirkwood-tld-1 -d zImage.fdt uImage sync
apt-get install u-boot-tools
rm /etc/ssh/ssh_host* ssh-keygen -A apt-get update apt-get upgrade
update-initramfs: Generating /boot/initrd.img-4.12.1-kirkwood-tld-1
cd /boot mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-4.12.1-kirkwood-tld-1 -d initrd.img-4.12.1-kirkwood-tld-1 uInitrd
fw_setenv set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts init=/bin/systemd'
custom_params=init=/bin/systemd
apt-get install systemd
set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$rootdelay rootfstype=$rootfstype $mtdparts rootfstype=ext2
cd /media/sdb1 tar -xjf Debian-3.18.5-kirkwood-tld-1-rootfs-bodhi.tar.bz2
/dev/root / ext2 noatime,errors=remount-ro 0 1
cd /media/sdb1/boot cp -a zImage-3.18.5-kirkwood-tld-1 zImage.fdt cat dts/kirkwood-goflexnet.dtb >> zImage.fdt mv uImage uImage.orig mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-3.18.5-kirkwood-tld-1 -d zImage.fdt uImage sync
rm /etc/ssh/ssh_host* ssh-keygen -A apt-get update apt-get upgrade
apt-get install u-boot-tools
init=/bin/systemdFor example,
fw_setenv usb_set_bootargs 'setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts init=/bin/systemd'
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) April 02, 2013 03:18AM |
Admin Registered: 12 years ago Posts: 17,639 |
Carlos
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) April 02, 2013 05:09PM |
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) April 02, 2013 11:48PM |
Registered: 10 years ago Posts: 149 |
security/tomoyo/builtin-policy.h security/tomoyo/policy/exception_policy.confThanks,
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) April 03, 2013 12:15AM |
Admin Registered: 12 years ago Posts: 17,639 |
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) April 03, 2013 12:24AM |
Admin Registered: 12 years ago Posts: 17,639 |
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) April 03, 2013 03:59AM |
Registered: 10 years ago Posts: 2 |
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) April 03, 2013 08:53AM |
Registered: 10 years ago Posts: 149 |
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) April 04, 2013 01:02AM |
Admin Registered: 12 years ago Posts: 17,639 |
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) April 05, 2013 01:14PM |
Registered: 12 years ago Posts: 17 |
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) April 05, 2013 11:38PM |
Registered: 10 years ago Posts: 149 |
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) April 05, 2013 11:48PM |
Registered: 10 years ago Posts: 149 |
real 406m3.601s user 325m43.260s sys 29m15.030sI got a LZMA kernel by replacing 256M swap partition with a 32M swap file on usb and a 512M swap file on nfs. The /tmp on tmpfs is actually decreased from 100M to 57M, but it works!
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) April 06, 2013 01:58AM |
Admin Registered: 12 years ago Posts: 17,639 |
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) April 06, 2013 02:37PM |
Admin Registered: 12 years ago Posts: 17,639 |
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) April 06, 2013 02:46PM |
Registered: 10 years ago Posts: 149 |
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) April 06, 2013 03:43PM |
Registered: 10 years ago Posts: 8 |
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) April 06, 2013 03:49PM |
Admin Registered: 12 years ago Posts: 17,639 |
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) April 07, 2013 09:43AM |
Registered: 10 years ago Posts: 2 |
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) April 07, 2013 02:17PM |
Admin Registered: 12 years ago Posts: 17,639 |
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) April 08, 2013 03:13PM |
Registered: 10 years ago Posts: 8 |
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) May 01, 2013 07:57AM |
Registered: 10 years ago Posts: 8 |
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) May 06, 2013 11:03AM |
Registered: 10 years ago Posts: 149 |
[121225.583630] fetchmail: page allocation failure: order:1, mode:0x20 [121225.589958] [<c001329c>] (unwind_backtrace+0x0/0xe0) from [<c0098930>] (warn_alloc_failed+0xec/0x118) [121225.599314] [<c0098930>] (warn_alloc_failed+0xec/0x118) from [<c009ae28>] (__alloc_pages_nodemask+0x6bc/0x7e0) [121225.609458] [<c009ae28>] (__alloc_pages_nodemask+0x6bc/0x7e0) from [<c00c75bc>] (cache_alloc_refill+0x2e0/0x65c) [121225.619767] [<c00c75bc>] (cache_alloc_refill+0x2e0/0x65c) from [<c00c7f14>] (kmem_cache_alloc+0x84/0x190) [121225.629472] [<c00c7f14>] (kmem_cache_alloc+0x84/0x190) from [<c0278534>] (sk_prot_alloc+0x28/0xe8) [121225.638564] [<c0278534>] (sk_prot_alloc+0x28/0xe8) from [<c02786e4>] (sk_clone_lock+0x14/0x270) [121225.647397] [<c02786e4>] (sk_clone_lock+0x14/0x270) from [<c02ba724>] (inet_csk_clone_lock+0x10/0x90) [121225.656755] [<c02ba724>] (inet_csk_clone_lock+0x10/0x90) from [<c02d1c54>] (tcp_create_openreq_child+0x18/0x440) [121225.667205] [<c02d1c54>] (tcp_create_openreq_child+0x18/0x440) from [<bf22650c>] (tcp_v6_syn_recv_sock+0x144/0x4bc [ipv6]) [121225.678485] [<bf22650c>] (tcp_v6_syn_recv_sock+0x144/0x4bc [ipv6]) from [<c02d1a94>] (tcp_check_req+0x2c8/0x470) [121225.688884] [<c02d1a94>] (tcp_check_req+0x2c8/0x470) from [<bf227fac>] (tcp_v6_do_rcv+0x288/0x4f4 [ipv6]) [121225.698745] [<bf227fac>] (tcp_v6_do_rcv+0x288/0x4f4 [ipv6]) from [<bf228890>] (tcp_v6_rcv+0x4d4/0x898 [ipv6]) [121225.708927] [<bf228890>] (tcp_v6_rcv+0x4d4/0x898 [ipv6]) from [<bf2087cc>] (ip6_input_finish+0x228/0x3e4 [ipv6]) [121225.719346] [<bf2087cc>] (ip6_input_finish+0x228/0x3e4 [ipv6]) from [<bf2089fc>] (ip6_rcv_finish+0x74/0x80 [ipv6]) [121225.729890] [<bf2089fc>] (ip6_rcv_finish+0x74/0x80 [ipv6]) from [<c0284f3c>] (__netif_receive_skb+0x7b8/0x848) [121225.740035] [<c0284f3c>] (__netif_receive_skb+0x7b8/0x848) from [<c0285048>] (process_backlog+0x7c/0x140) [121225.749739] [<c0285048>] (process_backlog+0x7c/0x140) from [<c0287120>] (net_rx_action+0x94/0x284) [121225.758838] [<c0287120>] (net_rx_action+0x94/0x284) from [<c00238b0>] (__do_softirq+0x128/0x27c) [121225.767755] [<c00238b0>] (__do_softirq+0x128/0x27c) from [<c0023bd0>] (do_softirq+0x4c/0x64) [121225.776325] [<c0023bd0>] (do_softirq+0x4c/0x64) from [<c0023d58>] (local_bh_enable+0x98/0xd8) [121225.784979] [<c0023d58>] (local_bh_enable+0x98/0xd8) from [<c02dee7c>] (__inet_stream_connect+0x160/0x294) [121225.794769] [<c02dee7c>] (__inet_stream_connect+0x160/0x294) from [<c02defe4>] (inet_stream_connect+0x34/0x48) [121225.804914] [<c02defe4>] (inet_stream_connect+0x34/0x48) from [<c02762ec>] (sys_connect+0x7c/0xa0) [121225.814008] [<c02762ec>] (sys_connect+0x7c/0xa0) from [<c000de60>] (ret_fast_syscall+0x0/0x2c) [121225.822740] Mem-info: [121225.825103] Normal per-cpu: [121225.827991] CPU 0: hi: 90, btch: 15 usd: 66 [121225.832903] active_anon:6540 inactive_anon:15815 isolated_anon:0 [121225.832903] active_file:10225 inactive_file:23823 isolated_file:0 [121225.832903] unevictable:0 dirty:6 writeback:0 unstable:0 [121225.832903] free:766 slab_reclaimable:1830 slab_unreclaimable:1174 [121225.832903] mapped:4361 shmem:328 pagetables:428 bounce:0 [121225.862769] Normal free:3064kB min:2036kB low:2544kB high:3052kB active_anon:26160kB inactive_anon:63260kB active_file:40900kB inactive_file:95292kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:260096kB mlocked:0kB dirty:24kB writeback:0kB mapped:17444kB shmem:1312kB slab_reclaimable:7320kB slab_unreclaimable:4696kB kernel_stack:880kB pagetables:1712kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no [121225.902632] lowmem_reserve[]: 0 0 [121225.906067] Normal: 682*4kB 42*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 3064kB [121225.916733] 34376 total pagecache pages [121225.920666] 0 pages in swap cache [121225.924076] Swap cache stats: add 0, delete 0, find 0/0 [121225.929402] Free swap = 557048kB [121225.932812] Total swap = 557048kB [121225.943463] 65536 pages of RAM [121225.946616] 1119 free pages [121225.949502] 1824 reserved pages [121225.952737] 3004 slab pages [121225.955624] 18683 pages shared [121225.958771] 0 pages swap cached [121225.962010] SLAB: Unable to allocate memory on node 0 (gfp=0x20) [121225.968130] cache: TCPv6, object size: 1408, order: 1 [121225.973460] node 0: slabs: 3/3, objs: 15/15, free: 0
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) May 07, 2013 12:20AM |
Admin Registered: 12 years ago Posts: 17,639 |
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) May 07, 2013 08:44AM |
Registered: 10 years ago Posts: 149 |
(%16)(21:56)(punk)~> cat /etc/init.d/kernel-params #! /bin/sh ### BEGIN INIT INFO # Provides: kernel-params # Required-Start: # Required-Stop: # Should-Start: # Should-Stop: # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start and stop directadmin # Description: DirectAdmin ### END INIT INFO PATH=/sbin:/bin # Max time to wait for writeout MAX_AGE=120 CENT_AGE=$((100 * $MAX_AGE)) # Max percent of mem to use for dirty pages DRATIO=10 # Once we write, do so until this many percent of mem is still in use DBRATIO=1 case "$1" in start) echo -n 0 >> /proc/sys/vm/swappiness echo -n $MAX_AGE >> /proc/sys/vm/laptop_mode echo -n $CENT_AGE >> /proc/sys/vm/dirty_writeback_centisecs echo -n $CENT_AGE >> /proc/sys/vm/dirty_expire_centisecs echo -n $DRATIO >> /proc/sys/vm/dirty_ratio echo -n $DBRATIO >> /proc/sys/vm/dirty_background_ratio ;; restart|reload|force-reload) echo "Error: argument '$1' not supported" >&2 exit 3 ;; stop) # No-op ;; *) echo "Usage: $0 start|stop" >&2 exit 3 ;; esac exit 0 (%16)(08:35)(punk)~>
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) May 11, 2013 03:41PM |
Admin Registered: 12 years ago Posts: 17,639 |
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) May 12, 2013 09:53AM |
Registered: 10 years ago Posts: 149 |
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) May 12, 2013 02:01PM |
Admin Registered: 12 years ago Posts: 17,639 |
SiruS
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) May 12, 2013 03:15PM |
Re: Linux Kernel 3.6.11 Kirkwood package (Non Flattened Device Tree) May 12, 2013 04:20PM |
Admin Registered: 12 years ago Posts: 17,639 |