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

Reparatur Pogo E02 mittels Raspi als Jtag

    Nobody is reading this thread right now.
ja, Terminal1 und Terminal3 - USB/TTL Adapter am PC geht

aber Terminal2 geht eben nicht
.
Reihenfolge habe ich genau so eingehalten.

Du musst Regestriert sein, um das angehängte Bild zusehen.
Du musst Regestriert sein, um das angehängte Bild zusehen.
Du musst Regestriert sein, um das angehängte Bild zusehen.


- windows defender ist deaktiviert - also auch keine Firewall

ist am Raspi noch was einzustellen?
 

Anhänge

Du musst angemeldet sein, um die Anhangsliste zu sehen.
Zuletzt bearbeitet:
Leider geht die Verbindung Putty Telnet nicht. (Siehe Bilder) Ich habe es anders gemacht.
Ich habe telnet auf den Raspi installiert und mit "telnet localhost 4444" gestartet. Da ging alles.

Nun bootet er wieder, aber ständig in einer Schleife.
Was ist da noch falsch?

EDIT: LEDE neu und es geht

SUPER ANLEITUNGEN
DANKE
 
Zuletzt bearbeitet:
das ist kein Problem hier tritt wahrscheinlich nur das leidige Thema intern oder extern geladener dtb File zu Tage.
du kannst entweder eine Datei uEnv.txt im Verzeichnis /boot deines debian Sticks erstellen mit folgendem Inhalt:
Code:
# Pogo E02 mit embedded dtb File:
arcNumber=3542
machid=dd6
dtb_file
oder du änderst temporär deinen dtb_file Eintrag in den envs von der seriellen Konsole:
1.) Pogo starten und in der ser. Konsole den Startvorgang abbrechen
2.) setenv dtb_file
3.) run bootcmd
und schauen ob er so hochkommt (merke hier wurden die boot-envs noch nicht permanent verändert!)
4.) wenn das funktioniert dann wie oben beschrieben die Datei uEnv.txt anlegen.
dann sollte alles passen.
 
PogoE02> printenv
arcNumber=2097
baudrate=115200
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_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi
bootcmd_usb=run usb_init; run set_bootargs_usb; run usb_boot;
bootdelay=10
console=ttyS0,115200
device=0:1
ethact=egiga0
ethaddr=b6:d0:5e:0f:a1:17
led_error=orange blinking
led_exit=green off
led_init=green blinking
mainlineLinux=yes
mtddevname=u-boot
mtddevnum=0
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:0x100000@0x0(u-boot),-@0x100000(ubi)
partition=nand0,0
rootdelay=10
rootfstype=ext2
set_bootargs_lede=setenv bootargs console=ttyS0,115200 $mtdparts
set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$rootdelay rootfstype=$rootfstype $mtdparts
stderr=serial
stdin=serial
stdout=serial
uenv_import=echo importing envs ...; env import -t 0x810000
uenv_load=usb start; setenv uenv_loaded 0; for devtype in usb; 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 0x810000 /boot/uEnv.txt; then setenv uenv_loaded 1; fi
uenv_read_disk=if $devtype part $disknum; then run uenv_read; fi
usb_boot=mw 0x800000 0 1; run usb_load_uimage; if run usb_load_uinitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi
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

Environment size: 2077/131068 bytes

sch... Stick vergessen

U-Boot 2015.10-tld-1 (Nov 06 2015 - 15:46:25 -0800)
Pogo E02

SoC: Kirkwood 88F6281_A0
DRAM: 256 MiB (ECC not enabled)
WARNING: Caches not enabled
NAND: 128 MiB
In: serial
Out: serial
Err: serial
Net: egiga0
Hit any key to stop autoboot: 0
PogoE02> printenv
arcNumber=2097
baudrate=115200
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_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi
bootcmd_usb=run usb_init; run set_bootargs_usb; run usb_boot;
bootdelay=10
console=ttyS0,115200
device=0:1
ethact=egiga0
ethaddr=b6:d0:5e:0f:a1:17
led_error=orange blinking
led_exit=green off
led_init=green blinking
mainlineLinux=yes
mtddevname=u-boot
mtddevnum=0
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:0x100000@0x0(u-boot),-@0x100000(ubi)
partition=nand0,0
rootdelay=10
rootfstype=ext2
set_bootargs_lede=setenv bootargs console=ttyS0,115200 $mtdparts
set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$rootdelay rootfstype=$rootfstype $mtdparts
stderr=serial
stdin=serial
stdout=serial
uenv_import=echo importing envs ...; env import -t 0x810000
uenv_load=usb start; setenv uenv_loaded 0; for devtype in usb; 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 0x810000 /boot/uEnv.txt; then setenv uenv_loaded 1; fi
uenv_read_disk=if $devtype part $disknum; then run uenv_read; fi
usb_boot=mw 0x800000 0 1; run usb_load_uimage; if run usb_load_uinitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi
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

Environment size: 2077/131068 bytes
 
Zuletzt bearbeitet:
du solltest noch folgendes permanent änder in deinen envs zb von der seriellen Kosole aus:
Code:
arcNumber 3542
machid dd6
dtb_file '/boot/dts/kirkwood-pogo_e02.dtb'
rootfstype ext3
saveenv
dann sollte er jedes image booten können.
bei den Sticks mit embedded dtb file machst du das wie zwei Posts drüber mit der Datei uEnv.txt
alle anderen lassen sich mit diesen envs ohne uEnv.txt booten.

Der Vorteil der neuen Methode mit extern geladenem dtb File ist:
ich nehme den Stick vom Pogo stecke ihn ohne Änderung in zb eine Goflexnet oder Dockstar oder was weis ich und kann direkt dort ebenfalls sofort booten.
 
Zuletzt bearbeitet:
setenv voranstellen!

Code:
setenv arcNumber 3542
setenv machid dd6
setenv dtb_file '/boot/dts/kirkwood-pogo_e02.dtb'
setenv rootfstype ext3
saveenv
 
U-Boot 2015.10-tld-1 (Nov 06 2015)
Danach solltest du auf jeden Fall mal ein aktuelles uboot einspielen (wir sind bei 2017.07-tld-1 vom Sept.2017)
mach das von debian aus, sobald mal einer deiner Sticks davon bootet.

Wenn dir noch ein passendes Image fehlt, dann sags mir dann lade ich dir was hoch...
 
ok mit saveenv geht es (Windows User) aber kein Erfolg mit dem Stick.
U-Boot 2015.10-tld-1 (Nov 06 2015 - 15:46:25 -0800)
Pogo E02

SoC: Kirkwood 88F6281_A0
DRAM: 256 MiB (ECC not enabled)
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... 1 Storage Device(s) found

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

Part Start Sector Num Sectors UUID Type
1 2048 3917824 000ea0a4-01 83 Boot
loading envs from usb 0 ...
62 bytes read in 113 ms (0 Bytes/s)
importing envs ...
## Info: input data size = 63 = 0x3F
## Error: "scan_disk" not defined
## Error: "set_bootargs" not defined
## Error: "load_uimage" not defined
UBI: attaching mtd1 to ubi0
UBI: scanning is finished
UBI: attached mtd1 (name "mtd=1", size 127 MiB) to ubi0
UBI: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 512
UBI: VID header offset: 512 (aligned 512), data offset: 2048
UBI: good PEBs: 1016, bad PEBs: 0, corrupted PEBs: 0
UBI: user volume: 3, internal volumes: 1, max. volumes count: 128
UBI: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 3705113473
UBI: available PEBs: 0, total reserved PEBs: 1016, PEBs reserved for bad PEB handling: 20
Read 0 bytes from volume kernel to 800000
No size specified -> Using max size (1935360)
## Booting kernel from Legacy Image at 00800000 ...
Image Name: ARM LEDE Linux-4.4.92
Created: 2017-10-17 17:46:20 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1810174 Bytes = 1.7 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
Using machid 0xdd6 from environment

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.4.92 (buildbot@builds-02.infra.lede-project.org) (gcc version 5.4.0 (LEDE GCC 5.4.0 r3103-1b51a49) ) #0 Tue Oct 17 17:46:20 2017
[ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine model: Cloud Engines Pogoplug E02
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
[ 0.000000] Kernel command line: console=ttyS0,115200 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: 254500K/262144K available (4082K kernel code, 142K rwdata, 652K rodata, 176K init, 201K bss, 7644K 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 - 0xc04a7db4 (4736 kB)
[ 0.000000] .init : 0xc04a8000 - 0xc04d4000 ( 176 kB)
[ 0.000000] .data : 0xc04d4000 - 0xc04f7bc8 ( 143 kB)
[ 0.000000] .bss : 0xc04f7bc8 - 0xc052a27c ( 202 kB)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS:16 nr_irqs:16 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.000086] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[ 0.090089] pid_max: default: 32768 minimum: 301
[ 0.090206] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.090224] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.090793] CPU: Testing write buffer coherency: ok
[ 0.091146] Setting up static identity map for 0x81e0 - 0x821c
[ 0.091392] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x2
[ 0.095988] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.096017] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.096103] pinctrl core: initialized pinctrl subsystem
[ 0.097178] NET: Registered protocol family 16
[ 0.097549] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.098266] cpuidle: using governor ladder
[ 0.098595] Feroceon L2: Enabling L2
[ 0.098640] Feroceon L2: Cache support initialised.
[ 0.098914] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set
[ 0.116446] SCSI subsystem initialized
[ 0.117169] usbcore: registered new interface driver usbfs
[ 0.117247] usbcore: registered new interface driver hub
[ 0.117313] usbcore: registered new device driver usb
[ 0.118122] clocksource: Switched to clocksource orion_clocksource
[ 0.119006] NET: Registered protocol family 2
[ 0.119606] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.119642] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.119672] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.119728] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.119751] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.119898] NET: Registered protocol family 1
[ 0.121722] Crashlog allocated RAM at address 0x3f00000
[ 0.135683] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.135697] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.138389] io scheduler noop registered
[ 0.138403] io scheduler deadline registered (default)
[ 0.139613] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[ 0.140177] irq: Cannot allocate irq_descs @ IRQ32, assuming pre-allocated
[ 0.140535] irq: Cannot allocate irq_descs @ IRQ64, assuming pre-allocated
[ 0.171867] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[ 0.174849] console [ttyS0] disabled
[ 0.174922] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 25, base_baud = 12500000) is a 16550A
[ 0.623696] console [ttyS0] enabled
[ 0.628894] nand: Could not find valid ONFI parameter page; aborting
[ 0.635326] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[ 0.641732] nand: Hynix NAND 128MiB 3,3V 8-bit
[ 0.646191] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[ 0.653818] Scanning device for bad blocks
[ 0.766127] 2 cmdlinepart partitions found on MTD device orion_nand
[ 0.772435] Creating 2 MTD partitions on "orion_nand":
[ 0.777597] 0x000000000000-0x000000100000 : "u-boot"
[ 0.784303] 0x000000100000-0x000008000000 : "ubi"
[ 0.790934] libphy: orion_mdio_bus: probed
[ 0.795845] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 0.804245] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address b6:d0:5e:0f:a1:17
[ 0.813059] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.819630] ehci-pci: EHCI PCI platform driver
[ 0.824158] ehci-platform: EHCI generic platform driver
[ 0.829551] ehci-orion: EHCI orion driver
[ 0.833724] orion-ehci f1050000.ehci: EHCI Host Controller
[ 0.839281] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[ 0.847098] orion-ehci f1050000.ehci: irq 29, io mem 0xf1050000
[ 0.868140] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[ 0.874871] hub 1-0:1.0: USB hub found
[ 0.878842] hub 1-0:1.0: 1 port detected
[ 0.883220] usbcore: registered new interface driver usb-storage
[ 1.198135] usb 1-1: new high-speed USB device number 2 using orion-ehci
[ 1.350273] hub 1-1:1.0: USB hub found
[ 1.354365] hub 1-1:1.0: 4 ports detected
[ 1.638133] usb 1-1.1: new high-speed USB device number 3 using orion-ehci
[ 1.750844] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[ 1.757525] scsi host0: usb-storage 1-1.1:1.0
[ 1.898133] rtc-mv f1010300.rtc: internal RTC not ticking
[ 1.903661] i2c /dev entries driver
[ 1.907888] orion_wdt: Initial timeout 21 sec
[ 1.915615] marvell-cesa f1030000.crypto: CESA device successfully registered
[ 1.923851] NET: Registered protocol family 10
[ 1.929869] NET: Registered protocol family 17
[ 1.934380] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 1.947072] 8021q: 802.1Q VLAN Support v1.8
[ 1.953340] UBI: auto-attach mtd1
[ 1.956500] ubi0: attaching mtd1
[ 2.187999] ubi0: scanning is finished
[ 2.203487] ubi0: attached mtd1 (name "ubi", size 127 MiB)
[ 2.209029] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
[ 2.215930] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512
[ 2.222677] ubi0: VID header offset: 512 (aligned 512), data offset: 2048
[ 2.229503] ubi0: good PEBs: 1016, bad PEBs: 0, corrupted PEBs: 0
[ 2.235619] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
[ 2.242890] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 3705113473
[ 2.252073] ubi0: available PEBs: 0, total reserved PEBs: 1016, PEBs reserved for bad PEB handling: 20
[ 2.261802] ubi0: background thread "ubi_bgt0d" started, PID 895
[ 2.268557] block ubiblock0_1: created from ubi0:1(rootfs)
[ 2.274067] ubiblock: device ubiblock0_1 (rootfs) set to be root filesystem
[ 2.281259] hctosys: unable to open rtc device (rtc0)
[ 2.292517] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[ 2.300229] Freeing unused kernel memory: 176K
[ 2.768989] scsi 0:0:0:0: Direct-Access Verbatim STORE N GO 5.00 PQ: 0 ANSI: 0 CCS
[ 2.779806] sd 0:0:0:0: [sda] 15630336 512-byte logical blocks: (8.00 GB/7.45 GiB)
[ 2.798193] sd 0:0:0:0: [sda] Write Protect is off
[ 2.803707] sd 0:0:0:0: [sda] No Caching mode page found
[ 2.809085] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 2.826594] init: Console is alive
[ 2.830375] init: - watchdog -
[ 2.892820] sda: sda1
[ 2.897529] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 3.033673] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 3.040879] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 3.058429] init: - preinit -
[ 3.419001] random: jshn: uninitialized urandom read (4 bytes read, 16 bits of entropy available)
[ 3.452785] random: jshn: uninitialized urandom read (4 bytes read, 16 bits of entropy available)
[ 3.484608] random: jshn: uninitialized urandom read (4 bytes read, 16 bits of entropy available)
[ 3.516982] random: jshn: uninitialized urandom read (4 bytes read, 16 bits of entropy available)
[ 3.546774] random: jshn: uninitialized urandom read (4 bytes read, 16 bits of entropy available)
[ 3.576117] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[ 3.586046] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down
[ 3.593171] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 3.614148] random: procd: uninitialized urandom read (4 bytes read, 17 bits of entropy available)
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[ 5.808930] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 970
[ 5.842800] UBIFS (ubi0:2): recovery needed
[ 5.990115] UBIFS (ubi0:2): recovery completed
[ 5.994663] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data"
[ 6.002554] UBIFS (ubi0:2): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[ 6.012535] UBIFS (ubi0:2): FS size: 122959872 bytes (117 MiB, 953 LEBs), journal size 6193152 bytes (5 MiB, 48 LEBs)
[ 6.023205] UBIFS (ubi0:2): reserved for root: 4952683 bytes (4836 KiB)
[ 6.029869] UBIFS (ubi0:2): media format: w4/r0 (latest is w4/r0), UUID 3516090B-CABE-470C-8AA8-58E00B3A6F09, small LPT model
[ 6.044328] mount_root: switching to ubifs overlay
[ 6.053118] urandom-seed: Seeding with /etc/urandom.seed
[ 6.085104] procd: - early -
[ 6.088062] procd: - watchdog -
[ 6.906013] procd: - watchdog -
[ 6.909389] procd: - ubus -
[ 6.985063] random: ubusd: uninitialized urandom read (4 bytes read, 23 bits of entropy available)
[ 6.995194] random: ubusd: uninitialized urandom read (4 bytes read, 23 bits of entropy available)
[ 7.004533] random: ubusd: uninitialized urandom read (4 bytes read, 23 bits of entropy available)
[ 7.013603] random: ubusd: uninitialized urandom read (4 bytes read, 23 bits of entropy available)
[ 7.023622] procd: - init -
Please press Enter to activate this console.
[ 7.247726] kmodloader: loading kernel modules from /etc/modules.d/*
[ 7.256776] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 7.268732] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 7.278243] nf_conntrack version 0.5.0 (3979 buckets, 15916 max)
[ 7.302665] xt_time: kernel timezone is -0000
[ 7.313589] PPP generic driver version 2.4.2
[ 7.319491] NET: Registered protocol family 24
[ 7.326894] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 10.677962] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[ 10.702178] device eth0 entered promiscuous mode
[ 10.712994] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[ 11.628737] br-lan: port 1(eth0) entered forwarding state
[ 11.634209] br-lan: port 1(eth0) entered forwarding state
[ 11.648231] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 13.628130] br-lan: port 1(eth0) entered forwarding state
[ 63.277757] random: nonblocking pool is initialized



BusyBox v1.25.1 () built-in shell (ash)

_________
/ /\ _ ___ ___ ___
/ LE / \ | | | __| \| __|
/ DE / \ | |__| _|| |) | _|
/________/ LE \ |____|___|___/|___| lede-project.org
\ \ DE /
\ LE \ / -----------------------------------------------------------
\ DE \ / Reboot (17.01.4, r3560-79f57e422d)
\________\/ -----------------------------------------------------------

root@LEDE:/#

Ich brauche Debian Jessie wegen OMV Server hier
 
Zuletzt bearbeitet:
Zurück
Oben