Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) July 29, 2014 01:10AM |
Admin Registered: 13 years ago Posts: 18,997 |
Vince
Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) July 31, 2014 03:54AM |
jman
Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 01, 2014 06:34PM |
Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 01, 2014 06:54PM |
Admin Registered: 13 years ago Posts: 18,997 |
jman
Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 01, 2014 08:24PM |
Main Loop Hit any key to stop autoboot: 0 (Re)start USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found ** Bad device usb 0 ** ** Bad device usb 0 ** ** Bad device usb 0 ** Wrong Image Format for bootm command Led: ORANGE (Failed) ERROR: can't get kernel image! stopping USB.. resetting ...
autoload=no baudrate=115200 bootargs=console=ttyS0,115200n8 bootcmd=run dt_bootcmd_usb bootdelay=10 console=console=ttyS0,115200n8 dt_bootcmd_usb=usb start; run dt_usb_bootcmd; usb stop; reset dt_bootm=bootm $uimage_addr $uinitrd_addr $dtb_addr dt_load_dtb=ext2load usb 0:1 $dtb_addr /boot/dts/ox820-pogoplug-pro.dtb dt_load_initrd=ext2load usb 0:1 $uinitrd_addr /boot/uInitrd dt_load_uimage=ext2load usb 0:1 $uimage_addr /boot/uImage dt_usb_boot=run dt_load_uimage; run dt_load_initrd; run dt_load_dtb; run dt_bootm dt_usb_bootcmd=run usb_set_bootargs; run dt_usb_boot dtb_addr=0x62c00000 ethact=mii0 ethaddr=00:25:31:01:EF:B3 if_netconsole=ping $serverip ipaddr=192.168.1.222 mtdids=nand0=41000000.nand mtdparts=mtdparts=41000000.nand:14m(boot),-(data) preboot_nc=run if_netconsole start_netconsole serverip=192.168.1.119 start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version stderr=serial stdin=serial stdout=serial uimage_addr=0x60500000 uinitrd_addr=0x60e00000 usb_device=0:1 usb_rootfstype=ext4 usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootdelay=10
Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 02, 2014 03:49PM |
Admin Registered: 13 years ago Posts: 18,997 |
dt_bootcmd_usb=usb start; run dt_usb_bootcmd; usb stop; resetwould become
dt_bootcmd_sata=ide reset; run dt_sata_bootcmd; resetAnd
dt_load_uimage=ext2load usb 0:1 $uimage_addr /boot/uImagewould become
dt_load_uimage_sata=ext2load ide 0:1 $uimage_addr /boot/uImage
Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 02, 2014 05:24PM |
Admin Registered: 13 years ago Posts: 18,997 |
Quote
Newbie question: I want to use a sound card, but does not support, what do I do? Thank you!
Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 03, 2014 01:34AM |
Registered: 11 years ago Posts: 214 |
Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 05, 2014 07:52AM |
Registered: 10 years ago Posts: 3 |
Starting kernel ... Uncompressing Linux... done, booting the kernel. Error: unrecognized/unsupported machine ID (r1 = 0x00000480). Available machine support: ID (hex) NAME ffffffff PLXTECH NAS782X SoC (Flattened Device Tree) Please check your kernel config and/or bootloader.
Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 05, 2014 07:56AM |
Registered: 13 years ago Posts: 218 |
Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 05, 2014 12:44PM |
Registered: 10 years ago Posts: 3 |
Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 05, 2014 01:45PM |
Registered: 13 years ago Posts: 218 |
Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 05, 2014 02:34PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 06, 2014 11:18PM |
Registered: 11 years ago Posts: 165 |
Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 07, 2014 12:49AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 07, 2014 02:25AM |
Registered: 10 years ago Posts: 3 |
OX820 # printenv autoload=no baudrate=115200 bootargs=console=ttyS0,115200n8 bootcmd=run dt_bootcmd_usb bootdelay=10 console=console=ttyS0,115200n8 dt_bootcmd_usb=usb start; run dt_usb_bootcmd; usb stop; reset dt_bootm=bootm $uimage_addr $uinitrd_addr dt_load_dtb=ext2load usb 0:1 $dtb_addr /boot/dts/ox820-pogoplug-classic.dtb dt_load_initrd=ext2load usb 0:1 $uinitrd_addr /boot/uInitrd dt_load_uimage=ext2load usb 0:1 $uimage_addr /boot/uImage dt_usb_boot=run dt_load_uimage; run dt_load_initrd; run dt_load_dtb; run dt_bootm dt_usb_bootcmd=run usb_set_bootargs; run dt_usb_boot dtb_addr=0x62c00000 ethact=mii0 ethaddr=5e:2b:15:71:ec:b6 if_netconsole=ping $serverip ipaddr=192.168.0.222 mtdids=nand0=41000000.nand mtdparts=mtdparts=41000000.nand:14m(boot),-(data) preboot_nc=run if_netconsole start_netconsole serverip=192.168.0.220 start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version stderr=serial stdin=serial stdout=serial uimage_addr=0x60500000 uinitrd_addr=0x60e00000 usb_device=0:1 usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootdelay=10 Environment size: 1186/131068 bytes
Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 07, 2014 03:01PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 13, 2014 09:04AM |
Registered: 12 years ago Posts: 40 |
Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 13, 2014 11:23AM |
Registered: 12 years ago Posts: 232 |
Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 13, 2014 06:05PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 14, 2014 03:15PM |
Registered: 12 years ago Posts: 40 |
Re: Linux Kernel 3.15.3 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 22, 2014 06:29PM |
Admin Registered: 13 years ago Posts: 18,997 |
Quote
> is it possible to support drivers/kernel modules
> for wifi and huawei 3g dongles in future versions
> of this kernel?
Re: Linux Kernel 3.16.0 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 24, 2014 07:17PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.16.0 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 26, 2014 12:34PM |
Registered: 12 years ago Posts: 40 |
Re: Linux Kernel 3.16.0 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 27, 2014 11:00AM |
Registered: 10 years ago Posts: 1 |
Re: Linux Kernel 3.16.0 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 27, 2014 02:37PM |
Registered: 12 years ago Posts: 40 |
Aug 27 21:35:56 PogoV3 pppd[7844]: Couldn't open the /dev/ppp device: No such device or address Aug 27 21:35:56 PogoV3 pppd[7844]: Please load the ppp_generic kernel module. Aug 27 21:36:03 PogoV3 kernel: [ 2512.911211] option1 ttyUSB0: option_instat_callback: error -2 Aug 27 21:38:01 PogoV3 pppd[7875]: Couldn't open the /dev/ppp device: No such device or address Aug 27 21:38:01 PogoV3 pppd[7875]: Please load the ppp_generic kernel module. Aug 27 21:38:07 PogoV3 kernel: [ 2637.680693] option1 ttyUSB0: option_instat_callback: error -2 Aug 27 21:38:54 PogoV3 kernel: [ 2684.550702] option1 ttyUSB0: option_instat_callback: error -2 Aug 27 21:40:16 PogoV3 pppd[7914]: Couldn't open the /dev/ppp device: No such device or address Aug 27 21:40:16 PogoV3 pppd[7914]: Please load the ppp_generic kernel module.
/etc# modprobe ppp_generic FATAL: Module ppp_generic not found
Re: Linux Kernel 3.16.0 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 27, 2014 03:33PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.16.0 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 27, 2014 03:42PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.16.0 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 27, 2014 04:15PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.16.0 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) August 29, 2014 03:51PM |
Admin Registered: 13 years ago Posts: 18,997 |