Re: Linux Kernel 3.13.1 Kirkwood package and rootfs (Non Flattened Device Tree) March 21, 2014 06:51PM |
Admin Registered: 13 years ago Posts: 18,997 |
Termo
Re: Linux Kernel 3.13.1 Kirkwood package and rootfs (Non Flattened Device Tree) March 23, 2014 03:12PM |
Re: Linux Kernel 3.13.1 Kirkwood package and rootfs (Non Flattened Device Tree) March 23, 2014 06:45PM |
Admin Registered: 13 years ago Posts: 18,997 |
Termo
Re: Linux Kernel 3.13.1 Kirkwood package and rootfs (Non Flattened Device Tree) March 24, 2014 03:02AM |
Re: Linux Kernel 3.13.1 Kirkwood package and rootfs (Non Flattened Device Tree) March 24, 2014 03:41AM |
Admin Registered: 13 years ago Posts: 18,997 |
Termo
Re: Linux Kernel 3.13.1 Kirkwood package and rootfs (Non Flattened Device Tree) March 24, 2014 11:47AM |
Module Size Used by dvb_hdhomerun_fe 5691 2 dvb_hdhomerun 11495 4 dvb_hdhomerun_core 1993 2 dvb_hdhomerun_fe,dvb_hdhomerun dvb_core 75539 1 dvb_hdhomerun ext4 447033 1 jbd2 86895 1 ext4 ipv6 288370 48 hmac 2441 0 orion_wdt 2993 0 sha1_generic 1760 0 sha1_arm 3397 0 mv_cesa 10625 0 ext2 58385 1 mbcache 5678 2 ext2,ext4 sg 20647 0 sd_mod 34456 4 crc_t10dif 1032 1 sd_mod crct10dif_common 1126 1 crc_t10dif usb_storage 36835 3 scsi_mod 157867 3 sg,usb_storage,sd_mod
Re: Linux Kernel 3.13.1 Kirkwood package and rootfs (Non Flattened Device Tree) March 27, 2014 03:02AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.14.0 Kirkwood package and rootfs (Non Flattened Device Tree) April 04, 2014 05:22PM |
Admin Registered: 13 years ago Posts: 18,997 |
elcaramba
cannot boot ... probably incompatible uboot and rootfs April 05, 2014 04:44PM |
Re: cannot boot ... probably incompatible uboot and rootfs April 05, 2014 05:50PM |
Admin Registered: 13 years ago Posts: 18,997 |
elcaramba
Re: cannot boot ... probably incompatible uboot and rootfs April 06, 2014 05:55AM |
Re: cannot boot ... probably incompatible uboot and rootfs April 06, 2014 06:57AM |
Admin Registered: 13 years ago Posts: 18,997 |
bootargs=console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfs=ext2 bootargs_console=console=ttyS0,115200 bootcmd=setenv bootargs $(bootargs_console); run bootcmd_usb; bootm 0x00800000 0x01100000
elcaramba
Re: cannot boot ... probably incompatible uboot and rootfs April 06, 2014 11:37AM |
Re: Linux Kernel 3.14.0 Kirkwood package and rootfs (Non Flattened Device Tree) April 06, 2014 04:23PM |
Registered: 11 years ago Posts: 91 |
Re: Linux Kernel 3.14.0 Kirkwood package and rootfs (Non Flattened Device Tree) April 06, 2014 04:30PM |
Admin Registered: 13 years ago Posts: 18,997 |
patching file drivers/media/usb/dvb-usb/dw2102.c Reversed (or previously applied) patch detected! Assume -R? [n] n Apply anyway? [n] n
Termo
Re: Linux Kernel 3.13.1 Kirkwood package and rootfs (Non Flattened Device Tree) April 07, 2014 03:20AM |
#include <mach/timex.h>to a file that does not exist. This can be solved by changing it to
#include <asm/timex.h>and by this refering to it self?!?
#include <mach/irqs.h>to a file that does not exist. I have found this file for kirkwood online somewhere and put it in /asm/mach/ , but the line also needs to be changed to
#include <asm/mach/timex.h>for the compiler to find it correctly.
Re: cannot boot ... probably incompatible uboot and rootfs April 07, 2014 04:20AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.13.1 Kirkwood package and rootfs (Non Flattened Device Tree) April 07, 2014 04:25AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.13.1 Kirkwood package and rootfs (Non Flattened Device Tree) April 08, 2014 07:50PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.13.1 Kirkwood package and rootfs (Non Flattened Device Tree) April 14, 2014 10:33PM |
Registered: 10 years ago Posts: 2 |
make ARCH=armv5tel CROSS_COMPILE= -C /lib/modules/3.14.0-kirkwood-tld-1/build M=/root/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911 modules make: *** /lib/modules/3.14.0-kirkwood-tld-1/build: No such file or directory. Stop. make: *** [modules] Error 2
Re: Linux Kernel 3.13.1 Kirkwood package and rootfs (Non Flattened Device Tree) April 15, 2014 02:33AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.13.1 Kirkwood package and rootfs (Non Flattened Device Tree) April 15, 2014 11:14AM |
Registered: 10 years ago Posts: 2 |
Re: Linux Kernel 3.13.1 Kirkwood package and rootfs (Non Flattened Device Tree) April 15, 2014 02:17PM |
Admin Registered: 13 years ago Posts: 18,997 |
modprobe r8188eu
Re: Linux Kernel 3.14.0 Kirkwood package and rootfs (Non Flattened Device Tree) April 15, 2014 10:51PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.14.0 Kirkwood package and rootfs (Non Flattened Device Tree) April 21, 2014 04:43PM |
Admin Registered: 13 years ago Posts: 18,997 |
karolp1993
Re: Linux Kernel 3.14.0 Kirkwood package and rootfs (Non Flattened Device Tree) April 22, 2014 10:01AM |
Re: Linux Kernel 3.14.0 Kirkwood package and rootfs (Non Flattened Device Tree) April 22, 2014 03:19PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.14.0 Kirkwood package and rootfs (Non Flattened Device Tree) April 25, 2014 03:05PM |
Registered: 11 years ago Posts: 91 |
Re: Linux Kernel 3.14.0 Kirkwood package and rootfs (Non Flattened Device Tree) April 27, 2014 07:56AM |
Registered: 13 years ago Posts: 157 |
┌─[root@debian-bodhi-314-basic-de]─[~] └──> cat /proc/cpuinfo processor : 0 model name : Feroceon 88FR131 rev 1 (v5l) Features : swp half thumb fastmult edsp CPU implementer : 0x56 CPU architecture: 5TE CPU variant : 0x2 CPU part : 0x131 CPU revision : 1 Hardware : Pogoplug E02 Revision : 0000 Serial : 0000000000000000
┌─[root@debian-bodhi-3811-basic-de]─[~] └──> cat /proc/cpuinfo processor : 0 model name : Feroceon 88FR131 rev 1 (v5l) BogoMIPS : 1191.11 Features : swp half thumb fastmult edsp CPU implementer : 0x56 CPU architecture: 5TE CPU variant : 0x2 CPU part : 0x131 CPU revision : 1 Hardware : Pogoplug E02 Revision : 0000 Serial : 0000000000000000
Re: Linux Kernel 3.14.0 Kirkwood package and rootfs (Non Flattened Device Tree) April 27, 2014 02:34PM |
Admin Registered: 13 years ago Posts: 18,997 |
root@tldDebian:~# dmesg | grep -i bogomips [ 19.633692] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)