Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Installation von OpenWRT-18.06.x auf Pogoplug E02

    Nobody is reading this thread right now.
Code:
PogoE02> printenv
arcNumber=2097
bootargs=console=ttyS0,115200 mtdparts=orion_nand:0x100000@0x0(u-boot),-@0x100000(ubi)
bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec; run bootcmd_lede
bootcmd_exec=if run load_uimage; then; if run load_initrd; then if run load_dtb; then bootm $load_uimage_addr $load_initrd_addr $load_dtb_addr; else bootm $load_uimage_addr $load_initrd_addr; fi; else if run load_dtb; then bootm $load_uimage_addr - $load_dtb_addr; else bootm $load_uimage_addr; fi; fi; fi
bootcmd_lede=run set_bootargs_lede; ubi part ubi; ubi read 0x800000 kernel; bootm 0x800000
bootcmd_rescue=run set_bootargs_rescue; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000
bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi
bootdelay=10
bootdev=usb
device=0:1
devices=usb ide mmc
disks=0 1 2 3
dtb_file=/boot/dts/kirkwood-pogo_e02.dtb
ethact=egiga0
ethaddr=52:3b:20:9c:11:51
if_netconsole=ping $serverip
init_ide=ide reset
init_mmc=mmc rescan
init_usb=usb start
ipaddr=192.168.178.92
led_error=orange blinking
led_exit=green off
led_init=green blinking
load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device $load_dtb_addr $dtb_file
load_dtb_addr=0x1c00000
load_initrd=echo loading uInitrd ...; load $bootdev $device $load_initrd_addr /boot/uInitrd
load_initrd_addr=0x1100000
load_uimage=echo loading uImage ...; load $bootdev $device $load_uimage_addr /boot/uImage
load_uimage_addr=0x800000
machid=0x831
mainlineLinux=yes
mtddevname=u-boot
mtddevnum=0
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:0x100000@0x0(u-boot),-@0x100000(ubi)
nc_ready=0
partition=nand0,0
preboot=run preboot_nc
preboot_nc=setenv nc_ready 0; for pingstat in 1 2 3 4 5; do; sleep 1; if run if_netconsole; then setenv nc_ready 1; fi; done; if test $nc_ready -eq 1; then run start_netconsole; fi
scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start";  setenv scan_ide "ide reset";  setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 $load_uimage_addr /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done
scan_ide=ide reset
scan_mmc=mmc rescan
scan_usb=usb start
serverip=192.168.178.62
set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params
set_bootargs_lede=setenv bootargs console=ttyS0,115200 $mtdparts
set_bootargs_rescue=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $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
uenv_addr=0x810000
uenv_import=echo importing envs ...; env import -t $uenv_addr $filesize
uenv_init_devices=setenv init_usb "usb start";  setenv init_ide "ide reset";  setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done;
uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices;  do for disknum in 0; do run uenv_read_disk; done; done;
uenv_loaded=0
uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 $uenv_addr /boot/uEnv.txt; then setenv uenv_loaded 1; fi
uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read;  fi; else if $devtype part $disknum; then run uenv_read; fi;  fi
usb_ready_retry=15

Environment size: 3697/131068 bytes
PogoE02>

Also Laut Putty bootet Linux/IPC :

Code:
SoC:   Kirkwood 88F6281_A0
DRAM:  256 MiB
WARNING: Caches not enabled
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
Using egiga0 device
ping failed; host 192.168.178.62 is not alive
Using egiga0 device
ping failed; host 192.168.178.62 is not alive
Using egiga0 device
ping failed; host 192.168.178.62 is not alive
Using egiga0 device
ping failed; host 192.168.178.62 is not alive
Using egiga0 device
ping failed; host 192.168.178.62 is not alive
Hit any key to stop autoboot:  0
starting USB...
USB0:   USB EHCI 1.00
scanning bus 0 for devices... 3 USB Device(s) found
       scanning usb for storage devices...
Use USB retry period from the environment: 15 second(s)
1 Storage Device(s) found
Unknown command 'ide' - try 'help'
Unknown command 'mmc' - try 'help'

Partition Map for USB device 0  --   Partition Type: DOS

Part    Start Sector    Num Sectors     UUID            Type
  1     2048            4093952         2f2a4936-01     83 Boot

## Unknown partition table type 0

## Unknown partition table type 0

## Unknown partition table type 0

## Unknown partition table type 0

## Unknown partition table type 0

## Unknown partition table type 0
loading envs from usb 0 ...
62 bytes read in 539 ms (0 Bytes/s)
Unknown command 'ide' - try 'help'
Unknown command 'mmc' - try 'help'
importing envs ...
running scan_disk ...
Scan device usb
device usb 0:1
1 bytes read in 508 ms (0 Bytes/s)
Found bootable drive on usb 0
loading uImage ...
3887052 bytes read in 943 ms (3.9 MiB/s)
loading uInitrd ...
7819549 bytes read in 1324 ms (5.6 MiB/s)
loading DTB ...
** No boot file defined **
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-4.14.1-kirkwood-tld-1
   Created:      2017-12-21  14:54:23 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3886988 Bytes = 3.7 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
   Image Name:   initramfs-4.14.1-kirkwood-tld-1
   Created:      2017-12-21  13:56:07 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    7819485 Bytes = 7.5 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
   Loading Ramdisk to 0f39a000, end 0fb0f0dd ... OK
Using machid 0xdd6 from environment

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.14.1-kirkwood-tld-1 (root@tldDebian) (gcc version 6.3.0 20170516 (Debian 6.3.0-18)) #1 PREEMPT Wed Nov 22 23:38:14 PST 2017
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] OF: fdt: Machine model: CloudEngines Pogoplug E02
[    0.000000] Memory policy: Data cache writeback
[    0.000000] random: fast init done
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 65024
[    0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:0x100000@0x0(u-boot),-@0x100000(ubi)
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Memory: 238820K/262144K available (8192K kernel code, 714K rwdata, 2040K rodata, 1024K init, 285K bss, 23324K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xd0800000 - 0xff800000   ( 752 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0900000   (9184 kB)
[    0.000000]       .init : 0xc0c00000 - 0xc0d00000   (1024 kB)
[    0.000000]       .data : 0xc0d00000 - 0xc0db2aec   ( 715 kB)
[    0.000000]        .bss : 0xc0db94b0 - 0xc0e00a4c   ( 286 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Tasks RCU enabled.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[    0.000009] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[    0.000046] Switching to timer-based delay loop, resolution 5ns
[    0.000573] Console: colour dummy device 80x30
[    0.000611] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000)
[    0.000635] pid_max: default: 32768 minimum: 301
[    0.000820] Security Framework initialized
[    0.000974] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.001000] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.001932] CPU: Testing write buffer coherency: ok
[    0.002971] Setting up static identity map for 0x100000 - 0x100058
[    0.003239] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x2
[    0.003495] Hierarchical SRCU implementation.
[    0.006830] devtmpfs: initialized
[    0.010994] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.011023] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.011430] prandom: seed boundary self test passed
[    0.015636] prandom: 100 self tests passed
[    0.015650] pinctrl core: initialized pinctrl subsystem
[    0.016776] NET: Registered protocol family 16
[    0.017272] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.018809] cpuidle: using governor ladder
[    0.018882] cpuidle: using governor menu
[    0.019355] Feroceon L2: Enabling L2
[    0.019402] Feroceon L2: Cache support initialised.
[    0.019767] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set
[    0.024200] No ATAGs?
[    0.032029] vgaarb: loaded
[    0.032342] SCSI subsystem initialized
[    0.032777] usbcore: registered new interface driver usbfs
[    0.032835] usbcore: registered new interface driver hub
[    0.032889] usbcore: registered new device driver usb
[    0.033862] clocksource: Switched to clocksource orion_clocksource
[    0.125114] VFS: Disk quotas dquot_6.6.0
[    0.125205] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.134152] NET: Registered protocol family 2
[    0.134924] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
[    0.134964] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[    0.134997] TCP: Hash tables configured (established 2048 bind 2048)
[    0.135082] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.135106] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.135293] NET: Registered protocol family 1
[    0.135728] RPC: Registered named UNIX socket transport module.
[    0.135741] RPC: Registered udp transport module.
[    0.135749] RPC: Registered tcp transport module.
[    0.135756] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.136018] Unpacking initramfs...
[    0.827973] Freeing initrd memory: 7640K
[    0.828129] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.828902] audit: initializing netlink subsys (disabled)
[    0.829347] Initialise system trusted keyrings
[    0.829395] Key type blacklist registered
[    0.829488] audit: type=2000 audit(0.820:1): state=initialized audit_enabled=0 res=1
[    0.829564] workingset: timestamp_bits=30 max_order=16 bucket_order=0
[    0.829653] zbud: loaded
[    0.830562] NFS: Registering the id_resolver key type
[    0.830591] Key type id_resolver registered
[    0.830600] Key type id_legacy registered
[    0.830619] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.830628] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.830900] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    0.831100] fuse init (API version 7.26)
[    0.831473] orangefs_debugfs_init: called with debug mask: :none: :0:
[    0.831648] orangefs_init: module version upstream loaded
[    0.831659] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    6.788672] Key type asymmetric registered
[    6.788689] Asymmetric key parser 'x509' registered
[    6.788756] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    6.788768] io scheduler noop registered
[    6.788777] io scheduler deadline registered
[    6.788869] io scheduler cfq registered (default)
[    6.790096] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[    6.792018] mv_xor f1060800.xor: Marvell shared XOR driver
[    6.854643] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    6.854879] mv_xor f1060900.xor: Marvell shared XOR driver
[    6.914620] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    6.915060] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    6.916239] console [ttyS0] disabled
[    6.916307] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 25, base_baud = 12500000) is a 16550A
[    7.524607] console [ttyS0] enabled
[    7.534396] loop: module loaded
[    7.538604] nand: Could not find valid ONFI parameter page; aborting
[    7.545036] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[    7.551416] nand: Hynix NAND 128MiB 3,3V 8-bit
[    7.555905] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    7.563525] Scanning device for bad blocks
[    7.676668] 2 cmdlinepart partitions found on MTD device orion_nand
[    7.682967] Creating 2 MTD partitions on "orion_nand":
[    7.688155] 0x000000000000-0x000000100000 : "u-boot"
[    7.694115] 0x000000100000-0x000008000000 : "ubi"
[    7.701525] libphy: Fixed MDIO Bus: probed
[    7.706388] libphy: orion_mdio_bus: probed
[    7.715644] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    8.514503] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 52:3b:20:9c:11:51
[    8.523367] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    8.529979] ehci-pci: EHCI PCI platform driver
[    8.534512] ehci-orion: EHCI orion driver
[    8.538732] orion-ehci f1050000.ehci: EHCI Host Controller
[    8.544298] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[    8.552151] orion-ehci f1050000.ehci: irq 29, io mem 0xf1050000
[    8.583896] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[    8.590191] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    8.597037] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.604309] usb usb1: Product: EHCI Host Controller
[    8.609207] usb usb1: Manufacturer: Linux 4.14.1-kirkwood-tld-1 ehci_hcd
[    8.615957] usb usb1: SerialNumber: f1050000.ehci
[    8.621256] hub 1-0:1.0: USB hub found
[    8.625124] hub 1-0:1.0: 1 port detected
[    8.629694] usbcore: registered new interface driver usb-storage
[    8.636102] mousedev: PS/2 mouse device common for all mice
[    8.993898] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    9.195658] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[    9.202408] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    9.209616] usb 1-1: Product: USB2.0 Hub
[    9.214312] hub 1-1:1.0: USB hub found
[    9.218407] hub 1-1:1.0: 4 ports detected
[    9.543890] usb 1-1.3: new high-speed USB device number 3 using orion-ehci
[    9.683888] rtc-mv f1010300.rtc: internal RTC not ticking
[    9.689461] i2c /dev entries driver
[    9.694614] hidraw: raw HID events driver (C) Jiri Kosina
[    9.700305] usb 1-1.3: New USB device found, idVendor=abcd, idProduct=1234
[    9.707455] drop_monitor: Initializing network drop monitor service
[    9.707730] NET: Registered protocol family 17
[    9.707812] Key type dns_resolver registered
[    9.708511] registered taskstats version 1
[    9.708515] Loading compiled-in X.509 certificates
[    9.708580] zswap: loaded using pool lzo/zbud
[    9.749930] Key type big_key registered
[    9.772730] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.780237] Key type encrypted registered
[    9.785428] usb 1-1.3: Product: UDisk
[    9.790071] usb 1-1.3: Manufacturer: General
[    9.794507] usb 1-1.3: SerialNumber: Љ
[    9.799009] hctosys: unable to open rtc device (rtc0)
[    9.804352] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[    9.814073] scsi host0: usb-storage 1-1.3:1.0
[    9.819270] Freeing unused kernel memory: 1024K
Loading, please wait...
starting version 232
[   10.204546] usbcore: registered new interface driver uas
Begin: Loading essential drivers ... done.
[   10.884883] scsi 0:0:0:0: Direct-Access     General  UDisk            5.00 PQ: 0 ANSI: 2
[   10.899597] sd 0:0:0:0: [sda] 15974400 512-byte logical blocks: (8.18 GB/7.62 GiB)
[   10.913467] sd 0:0:0:0: [sda] Write Protect is off
[   10.924464] sd 0:0:0:0: [sda] No Caching mode page found
[   10.929830] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   10.999826]  sda: sda1
[   11.008230] sd 0:0:0:0: [sda] Attached SCSI removable disk
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.29.2
[/sbin/fsck.ext3 (1) -- /dev/sda1] fsck.ext3 -a -C0 /dev/sda1
rootfs: recovering journal
rootfs: clean, 46337/128000 files, 293362/511744 blocks
done.
[   29.782866] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[   29.805251] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.88 booting
INIT: Entering runlevel: 2

Debian GNU/Linux 9 (none) ttyS0

(none) login: [   95.064520] random: crng init done

Jedoch ist IPC nicht erreichbar über den Browser und der Pogo hat laut fritte wieder die 192.168.178.92 am ende. Also die falsche bzw von mir gesetzte.
 
Zuletzt bearbeitet:
so am ersten Blick passt es, aber wenn du ganz sicher gehen möchtest flashe die uboot.2016.05-tld-1.environment von debian aus nochmal und mache nur die Änderungen die ich in Punkt 2 angegeben habe + eventuell mac auf deine umstellen

PS ist das deine mac
ethaddr=52:3b:20:9c:11:51 oder ist das die vom uboot generierte zufällige?
 
Zuletzt bearbeitet:
Ja glaub schon, hab jetzt die neue openwrt-18.06.1-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin flashen wollen. Gleiche Ergebniss. Debian erreiche ich aber nur per Serial und Putty....nicht per ssh wie ganz am Anfang. Wie mache ich es denn da?
 
dann musst aber auch vorher das neue intiramfs 18.06.01 über USB laden!
debian erreichst du nur auf der aktuellen IP die die Fritte vermutlich lt. mac adresse vergibt

wenn du Lust hast packe ich morgen einen Pogo aus und wir könne es Schritt für Schritt gemeinsam erledigen

PS deine Original mac findest du am Pogoboden auf einem Aufkleber
 
Hab jetzt debian noch mal geladen mit abgestecktem Lankabel, dann wiedr reingesteckt, jetzt bin ich verbunden und im Pogo mit root angemeldet. Ich fang jetzt nochmal von vorne an. Wo finde ich die neue initframes?

Falls ich gleich wieder scheitere, gerne würde ich das morgen noch mal probieren mit dir
 
Alle beiden Files findest du im Link in Post#84

1.)
2.)
 
Zuletzt bearbeitet:
Bin wieder an Punkt 4 gescheitert. Diesmal habe ich das uboot neu geflasht, ohne die parameter zu setzen für NC. Den Punkt darunter habe ich weggelassen und einen reboot gemacht. Dann mit Punkt 2 von hier sauber weiter gemacht....alles schien perfekt. Das ganz neue Lede (was wohl wieder OpenWRT heisst) umbennat damit die befehle weiter passen. Hat auch gebootet. 60 sekunden gewartet und enter....voila.....Open WRT war über 192.168.178.21 erreichbar, passwort erst mal nicht geändert, dann das neuste sysupgrade angewählt und bestätigt.....gleiche scheisse wie vorher :mad:

Hier das was Putty sagt:

Code:
 _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 18.06.1, r7258-5eb055306f
 -----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
root@OpenWrt:/# [  108.060455] random: crng init done
[  108.063879] random: 1 urandom warning(s) missed due to ratelimiting
[  121.126702] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[  121.136647] br-lan: port 1(eth0) entered blocking state
[  121.141926] br-lan: port 1(eth0) entered forwarding state
[  121.148524] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
Watchdog handover: fd=3
- watchdog -
killall: telnetd: no process killed
killall: dropbear: no process killed
Sending TERM to remaining processes ... ubusd logd rpcd dnsmasq netifd odhcpd ntpd
Sending KILL to remaining processes ...
Performing system upgrade...
cannot find ubi mtd partition rootfs
libubi: error!: "/dev/" is not a character device
ubiupdatevol: error!: error while probing "/dev/"
              error 22 (Invalid argument)
tar: write error: Broken pipe
libubi: error!: "/dev/" is not a character device
ubiupdatevol: error!: error while probing "/dev/"
              error 22 (Invalid argument)
tar: write error: Broken pipe
sysupgrade successful
umount: c[  336.974945] reboot: Restarting system
▒

U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:13:18 -0700)
Pogo E02

SoC:   Kirkwood 88F6281_A0
DRAM:  256 MiB
WARNING: Caches not enabled
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
Hit any key to stop autoboot:  0
starting USB...
USB0:   USB EHCI 1.00
scanning bus 0 for devices... 3 USB Device(s) found
       scanning usb for storage devices...
Use USB retry period from the environment: 15 second(s)
1 Storage Device(s) found
Unknown command 'ide' - try 'help'
Unknown command 'mmc' - try 'help'

Partition Map for USB device 0  --   Partition Type: DOS

Part    Start Sector    Num Sectors     UUID            Type
  1     2048            4093952         2f2a4936-01     0b Boot

## Unknown partition table type 0

## Unknown partition table type 0

## Unknown partition table type 0

## Unknown partition table type 0

## Unknown partition table type 0

## Unknown partition table type 0
loading envs from usb 0 ...
reading /boot/uEnv.txt
** Unable to read file /boot/uEnv.txt **
Unknown command 'ide' - try 'help'
Unknown command 'mmc' - try 'help'
running scan_disk ...
Scan device usb
device usb 0:1
reading /boot/uImage
** Unable to read file /boot/uImage **
device usb 1:1
** Bad device usb 1 **
device usb 2:1
** Bad device usb 2 **
device usb 3:1
** Bad device usb 3 **
Scan device ide
Unknown command 'ide' - try 'help'
device ide 0:1
** Bad device ide 0 **
device ide 1:1
** Bad device ide 1 **
device ide 2:1
** Bad device ide 2 **
device ide 3:1
** Bad device ide 3 **
Scan device mmc
Unknown command 'mmc' - try 'help'
device mmc 0:1
** Bad device mmc 0 **
device mmc 1:1
** Bad device mmc 1 **
device mmc 2:1
** Bad device mmc 2 **
device mmc 3:1
** Bad device mmc 3 **
loading uImage ...
reading /boot/uImage
** Unable to read file /boot/uImage **
ubi0: attaching mtd1
ubi0: scanning is finished
ubi0: empty MTD device detected
ubi0: attached mtd1 (name "mtd=1", size 127 MiB)
ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512
ubi0: VID header offset: 512 (aligned 512), data offset: 2048
ubi0: good PEBs: 1016, bad PEBs: 0, corrupted PEBs: 0
ubi0: user volume: 0, internal volumes: 1, max. volumes count: 128
ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 0
ubi0: available PEBs: 992, total reserved PEBs: 24, PEBs reserved for bad PEB handling: 20
Read 0 bytes from volume kernel to 800000
Volume kernel not found!
Wrong Image Format for bootm command
ERROR: can't get kernel image!
PogoE02>  -----------------------------------------------------
Unknown command '-----------------------------------------------------' - try 'help'
PogoE02>  OpenWrt 18.06.1ARNING! =====================================
Unknown command 'OpenWrt' - try 'help'
PogoE02> There is no rootcommand to set up a new password
Unknown command 'There' - try 'help'
PogoE02> in order to prev-------------------------------
syntax error
PogoE02> root@OpenWrt:/# rng init done
Unknown command 'root@OpenWrt:/#' - try 'help'
PogoE02> [  108.063879] r121.126702] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
Unknown command '[' - try 'help'
PogoE02> [  121.136647] b21.141926] br-lan: port 1(eth0) entered forwarding state
Unknown command '[' - try 'help'
PogoE02> [  121.148524] Iecomes ready
Unknown command '[' - try 'help'
PogoE02> Watchdog handoveocess killed
Unknown command 'Watchdog' - try 'help'
PogoE02> killall: dropbea -----------------------------------------------------
Unknown command 'killall:' - try 'help'
PogoE02>  OpenWrt 18.06.1---------------------------------------
Unknown command 'OpenWrt' - try 'help'
PogoE02> === WARNING! ===t password defined on this device!
Unknown command '===' - try 'help'
PogoE02> Use the "passwd"prevent unauthorized SH logins.
Unknown command 'Use' - try 'help'
PogoE02> ----------------t:/# [  108.060455] random: crng init done
Unknown command '----------------t:/#' - try 'help'
PogoE02> [  108.063879] r26702] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
Unknown command '[' - try 'help'
PogoE02> [  121.136647] b121.141926] br-lan: port 1(eth0) entered forwarding state
Unknown command '[' - try 'help'
PogoE02> [  121.148524] Icomes ready
Unknown command '[' - try 'help'
PogoE02> Watchdog handoveocess killed
Unknown command 'Watchdog' - try 'help'
PogoE02> killall: dropbea |       |.-----.-----.-----.|  |  |  |.----.|  |_
syntax error
PogoE02>  |   -   ||  _       ||  |  |  ||   _||   _|
syntax error
PogoE02>  |_______||   ____|  |____|
syntax error
PogoE02>           |__| W D O M
syntax error
PogoE02>  ----------------------------
Unknown command '----------------------------' - try 'help'
PogoE02>  OpenWrt 18.06.1--
Unknown command 'OpenWrt' - try 'help'
PogoE02> === WARNING! ===t password defined on tis device!
Unknown command '===' - try 'help'
PogoE02> Use the "passwd"

Altaaa....ich hab s geschafft.....Open WRT /Lede läuft ohne stick und bootet nach reboot durch.

Nur oscam will nicht...er findet nichts passendes:

Code:
root@OpenWrt:/# opkg update && opkg install oscam-current
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam_files version 1.10 has no valid architecture, ignoring.
Package oscam_files version 1.10 has no valid architecture, ignoring.
Package oscam_files version 1.10 has no valid architecture, ignoring.
Package oscam_files version 1.10 has no valid architecture, ignoring.
Package oscam_files version 1.10 has no valid architecture, ignoring.
Package oscam_files version 1.10 has no valid architecture, ignoring.
Package oscam_files version 1.10 has no valid architecture, ignoring.
Downloading http://oscamwrt.mooo.com:8331/wrt/autobuild/designated_driver/oscam/Packages.gz
Updated list of available packages in /var/opkg-lists/oscam
Downloading http://downloads.openwrt.org/releases/18.06.1/targets/kirkwood/generic/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_core
Downloading http://downloads.openwrt.org/releases/18.06.1/packages/arm_xscale/base/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_base
Downloading http://downloads.openwrt.org/releases/18.06.1/packages/arm_xscale/luci/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_luci
Downloading http://downloads.openwrt.org/releases/18.06.1/packages/arm_xscale/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_packages
Downloading http://downloads.openwrt.org/releases/18.06.1/packages/arm_xscale/routing/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_routing
Downloading http://downloads.openwrt.org/releases/18.06.1/packages/arm_xscale/telephony/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_telephony
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Package oscam-current version 1.20-svn-11390 has no valid architecture, ignoring.
Unknown package 'oscam-current'.
Collected errors:
 * opkg_install_cmd: Cannot install package oscam-current.
root@OpenWrt:/#
 
Zuletzt bearbeitet von einem Moderator:
Ich komm erst heute Abend wieder an den Pogo. Ich Probier erst mal die #
Also Optisch sah das WebIF gleich aus, bis auf den Namen, aber du hast recht, wer weiß was unter der Haube gemacht wurde. Ich schau heute Abend mal.

Hast du nicht Lust das neuste vom neusten auf deinen Pogo zu testen.....warum zurück wenn es vorwärts geht :D:p

Edit: hab jetzt deinen Link gesehen. Ich schaue mir das heute Abend ab 7 mal an. Jetzt schon mal danke für deine Hilfe und den langen Atem :-)
 
Zuletzt bearbeitet:
Deinem Link zum Open WRT hat leider nicht geholfen. Dort wurde eine Oscam für mipsel Architektur erstellt. Also benötige ich das Toolchaine. Noch nie von gehört.

Bin in einer Stunde zuhause, dann werd ich mich mal da ran machen.
 
Hast Du in der /etc/opkg.conf die Zeilen ergänzt?
Code:
arch arm_xscale 100
arch kirkwood 300
Habe das gerade auf meinem Pogo durchgeführt und läuft.
Du musst angemeldet sein, um Bilder zu sehen.
 
Danke Osprey das du mich noch mal drauf hingewiesen hast....es war gestern schon sehr spät :D Hab es jetzt hinzugefügt und oscam läuft :cool: Jetzt schaue ich das ich meine Easymouse ans laufen bekomme...

bitte löschen
 
Zuletzt bearbeitet von einem Moderator:
Jap. Et lüppt. Die Easymäuse werkeln brav ohne große Einrichtung, mehrfach ne reboot gemacht....System arbeitet stabil :cool:

Kein Stick mehr, der abkratzen kann und ein System was aktuell ist....herlich :rolleyes::)

Danke dir für deine Geduld :D
 
Hast du die Konfiguration der Mäuse wie beschrieben in der oscam.watchdog gemacht, das ersetzt auf dem LEDE/Openwrt die udev!

Wichtig ist auch noch dieser Punkt:
5. change/create the /etc/fw_env.config in LEDE to:
(you need this to get access to your envs from LEDE)

Code:
/dev/mtd0 0xc0000 0x20000 0x20000
 
Zuletzt bearbeitet:
Zurück
Oben