Re: Linux Kernel 3.16 Kirkwood package and rootfs (Non Flattened Device Tree) October 24, 2014 02:55PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.16 Kirkwood package and rootfs (Non Flattened Device Tree) October 24, 2014 04:18PM |
Registered: 10 years ago Posts: 162 |
usb_boot=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else boot
usb_scan=usb_scan_done=0;for scan in $usb_scan_list; do run usb_scan_$scan; if test $usb_scan_done -eq 0 && ext2load usb $usb 0x800000 /boot/uImage 1; then usb_scan_do ne=1; echo "Found bootable drive on usb $usb"; setenv usb_device $usb; setenv usb_root /dev/$dev; fi; done usb_scan_1=usb=0:1 dev=sda1 usb_scan_2=usb=1:1 dev=sdb1 usb_scan_3=usb=2:1 dev=sdc1 usb_scan_4=usb=3:1 dev=sdd1
Re: Linux Kernel 3.16 Kirkwood package and rootfs (Non Flattened Device Tree) October 24, 2014 05:10PM |
Admin Registered: 13 years ago Posts: 18,997 |
usb_root=LABEL=rootfs
Re: Linux Kernel 3.16 Kirkwood package and rootfs (Non Flattened Device Tree) October 24, 2014 05:20PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.16 Kirkwood package and rootfs (Non Flattened Device Tree) October 24, 2014 05:29PM |
Registered: 10 years ago Posts: 162 |
Re: Linux Kernel 3.16 Kirkwood package and rootfs (Non Flattened Device Tree) October 24, 2014 06:14PM |
Registered: 10 years ago Posts: 162 |
First boot partition fw_setenv usb_scan_1 usb=0:1 dev=sda1 Second boot partition fw_setenv usb_scan_1 usb=0:2 dev=sda2
Re: Linux Kernel 3.16 Kirkwood package and rootfs (Non Flattened Device Tree) October 24, 2014 07:28PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.16 Kirkwood package and rootfs (Non Flattened Device Tree) October 25, 2014 03:21PM |
Registered: 11 years ago Posts: 80 |
Re: Linux Kernel 3.16 Kirkwood package and rootfs (Non Flattened Device Tree) October 25, 2014 03:33PM |
Registered: 10 years ago Posts: 162 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs October 26, 2014 05:18PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs October 27, 2014 03:05AM |
Registered: 10 years ago Posts: 66 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs October 27, 2014 03:30AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs October 27, 2014 06:39AM |
Registered: 10 years ago Posts: 162 |
ethtool -K eth0 tso off [0/0] Cannot change tcp-segmentation-offloadShould I switch to another kernel? I use only Samba and need to make sure that I won't get any corruptions.
root@debian:~# ethtool -k eth0 Features for eth0: rx-checksumming: on tx-checksumming: on tx-checksum-ipv4: on tx-checksum-ip-generic: off [fixed] tx-checksum-ipv6: off [fixed] tx-checksum-fcoe-crc: off [fixed] tx-checksum-sctp: off [fixed] scatter-gather: on tx-scatter-gather: on tx-scatter-gather-fraglist: off [fixed] tcp-segmentation-offload: off tx-tcp-segmentation: off [fixed] tx-tcp-ecn-seg
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs October 27, 2014 07:15AM |
Registered: 10 years ago Posts: 66 |
Quote
root@pogo:~# apt-get install u-boot-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
u-boot-tools is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@pogo:~# uname -a
Linux pogo 3.16.0-kirkwood-tld-2 #2 PREEMPT Sun Aug 31 18:56:01 PDT 2014 armv5tel GNU/Linux
root@pogo:~#
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs October 27, 2014 08:25AM |
Registered: 10 years ago Posts: 66 |
Quote
arcNumber=3542
baudrate=115200
bootcmd=run bootcmd_usb; run bootcmd_sata; run bootcmd_rescue; reset
bootcmd_mmc=run mmc_init; run set_bootargs_mmc; run mmc_boot
bootcmd_pogo=run bootcmd_rescue
bootcmd_rescue=run set_bootargs_rescue; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000
bootcmd_sata=run sata_init; run set_bootargs_sata; run sata_boot;
bootcmd_usb=run usb_init; run set_bootargs_usb; run usb_boot;
bootdelay=10
console=ttyS0,115200
device=0:1
ethact=egiga0
ethaddr=00:xxxxx
filesize=a1a
if_netconsole=ping $serverip
ipaddr=192.168.1.100
led_error=orange blinking
led_exit=green off
led_init=green blinking
machid=dd6
mainlineLinux=yes
mmc_boot=mw 0x800000 0 1; run mmc_load_uimage; if run mmc_load_uinitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi
mmc_init=mmc rescan
mmc_load_uimage=ext2load mmc $device 0x800000 /boot/uImage
mmc_load_uinitrd=ext2load mmc $device 0x1100000 /boot/uInitrd
mmc_root=/dev/mmcblk0p1
mtddevname=rootfs
mtddevnum=2
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
partition=nand0,2
preboot=run if_netconsole start_netconsole
preboot_nc=run if_netconsole start_netconsole
rescue_installed=1
rootdelay=10
rootfstype=ext3
sata_boot=mw 0x800000 0 1; run sata_load_uimage; if run sata_load_uinitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi
sata_init=ide reset
sata_load_uimage=ext2load ide $device 0x800000 /boot/uImage
sata_load_uinitrd=ext2load ide $device 0x1100000 /boot/uInitrd
sata_root=/dev/sda1
serverip=192.168.1.2
set_bootargs_mmc=setenv bootargs console=$console root=$mmc_root rootdelay=$rootdelay rootfstype=$rootfstype $mtdparts
set_bootargs_rescue=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts
set_bootargs_sata=setenv bootargs console=$console root=$sata_root rootdelay=$rootdelay rootfstype=$rootfstype $mtdparts
set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$rootdelay rootfstype=$rootfstype $mtdparts
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;
stderr=serial
stdin=serial
stdout=serial
usb_init=usb start
usb_load_uimage=ext2load usb $device 0x800000 /boot/uImage
usb_load_uinitrd=ext2load usb $device 0x1100000 /boot/uInitrd
usb_root=/dev/sda1
load_dtb=ext2load usb 0:1 0x1c00000 /boot/dts/kirkwood-pogo_e02.dtb
load_initrd=ext2load usb 0:1 0x1100000 /boot/uInitrd
load_uimage=ext2load usb 0:1 0x800000 /boot/uImage
usb_boot=run load_dtb; run load_uimage; if run load_initrd; then bootm 0x800000 0x1100000 0x1c00000; else bootm 0x800000 - 0x1c00000; fi
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs October 27, 2014 11:45AM |
Admin Registered: 13 years ago Posts: 18,997 |
dpkg -l | grep -i linux-image
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs October 31, 2014 10:21PM |
Admin Registered: 13 years ago Posts: 18,997 |
3.17 kernel update on sata. failed. November 03, 2014 07:15AM |
Registered: 10 years ago Posts: 64 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs November 03, 2014 04:58PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs November 05, 2014 10:46AM |
Registered: 10 years ago Posts: 24 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs November 05, 2014 01:32PM |
Admin Registered: 13 years ago Posts: 18,997 |
/boot/uImage /boot/uInitrd /boot/dts/kirkwood-pogoplug_v4.dtb
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs November 07, 2014 09:13AM |
Registered: 11 years ago Posts: 214 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs November 07, 2014 09:12PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs November 08, 2014 01:49AM |
Registered: 11 years ago Posts: 214 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs November 08, 2014 01:59AM |
Registered: 10 years ago Posts: 162 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs November 08, 2014 02:02AM |
Registered: 11 years ago Posts: 214 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs November 08, 2014 02:04AM |
Registered: 10 years ago Posts: 162 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs November 08, 2014 02:13AM |
Registered: 11 years ago Posts: 214 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs November 08, 2014 02:20AM |
Registered: 10 years ago Posts: 162 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs November 08, 2014 02:41AM |
Registered: 11 years ago Posts: 214 |