Ja, das steht in der Anleitung: http://neutrino-images.de/board/viewtop ... 8&t=29#p61
Vielleicht solltest du die Anleitung für Teraterm nochmal genau lesen.
Ja, das steht in der Anleitung: http://neutrino-images.de/board/viewtop ... 8&t=29#p61
ohne das jetzt mit meiner Box zu testen *g* würde ich sagen de Befehle passen so nichtlipps1 hat geschrieben: ↑Mi 9. Aug 2017, 21:35
CST HD2 # setenv sfcparts "mtdparts=e0632000.flash_sfc:256k@0k(uldr),512k@256k(u-boot),128k@768k(env),128k@896k(spare),-(kernel)"
CST HD2 # fatload usb 0 $loadaddr uldr.bin
reading uldr.bin
50072 bytes read
CST HD2 # sfc erase uldr
SFC erase: offset 0x0, size 0x40000
OK
CST HD2 # sfc write uldr
SFC write: offset 0x0, size 0x40000
262144 bytes written: OK
CST HD2 # fatload usb 0 $loadaddr env.bin
reading env.bin
0 bytes read
CST HD2 # sfc erase env.bin
SFC erase: 'env.bin' is not a number
CST HD2 # sfc write env.bin
SFC write: 'env.bin' is not a number
CST HD2 # fatload usb 0 $loadaddr u-boot.bin
reading u-boot.bin
348380 bytes read
CST HD2 # sfc erase u-boot.bin
SFC erase: 'u-boot.bin' is not a number
CST HD2 # sfc write u-boot.bin
SFC write: 'u-boot.bin' is not a number
Code: Alles auswählen
sfc erase u-boot
Code: Alles auswählen
sfc write u-boot
Nun bin ich soweit das die box startet aber dann stehn bleibt wie im Log oben (Spoiler).lipps1 hat geschrieben: ↑Fr 11. Aug 2017, 15:35 Hier der Log nachdem ich den Fehler in HEX gefunden habe. Startet aber auch nicht.
- [+] Spoiler
--------------------------------------------------------------------------------
| U-Boot 2009.08-00067-gebbd4b2 (Apr 03 2015 - 16:38:15) CST HDx |
|------------------------------------------------------------------------------|
| Chipset information |
| Vendor: Entropic Type: KRONOS Revision: B0 Fuses: 00010001 |
|------------------------------------------------------------------------------|
| Clock information |
| *** not available yet *** |
|------------------------------------------------------------------------------|
| Frontpanel information |
| Vendor: CST Version: 5.1 Display: none |
|------------------------------------------------------------------------------|
| Memory configuration |
| Start | End | Type | Description |
|----------+----------+---------+----------------------------------------------|
| 00000000 | 1FFFFFFF | RAM | System main memory bank #0 (512M) |
| D0000000 | D03FFFFF | S-FLASH | Eon Silicon EN25Q32 ( 4M / 64K x 64) |
| 00000000*| 07FFFFFF*| NAND | Toshiba NAND 128MiB 3,3V 8-bit |
|------------------------------------------------------------------------------|
| Network configuration |
| MAC: LIP 6300 address: 00-C5-5C-3E-91-13 |
--------------------------------------------------------------------------------
Hit any key to stop autoboot: 0
CST HD2 # usb start
(Re)start USB...
USB: Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
scanning bus for storage devices... 1 Storage Device(s) found
CST HD2 # fatload usb 0 $loadaddr uldr.bin
reading uldr.bin
50072 bytes read
CST HD2 # sfc erase uldr
SFC erase: offset 0x0, size 0x40000
OK
CST HD2 # sfc write uldr
SFC write: offset 0x0, size 0x40000
262144 bytes written: OK
CST HD2 # fatload usb 0 $loadaddr u-boot.bin
reading u-boot.bin
348368 bytes read
CST HD2 # sfc erase u-boot
SFC erase: offset 0x40000, size 0x80000
OK
CST HD2 # sfc write u-boot
SFC write: offset 0x40000, size 0x80000
524288 bytes written: OK
CST HD2 # saveenv
Saving Environment to SFC Flash...
CST HD2 # fatload usb 0 $loadaddr vmlinux.ub.gz
reading vmlinux.ub.gz
2898001 bytes read
CST HD2 # sfc erase kernel
SFC erase: offset 0x100000, size 0x300000
OK
CST HD2 # sfc write kernel
SFC write: offset 0x100000, size 0x300000
3145728 bytes written: OK
CST HD2 # nand erase
NAND erase: device 0 whole chip
Bad block table found at page 65472, version 0x01
Bad block table found at page 65408, version 0x01
nand_read_bbt: Bad block at 0x000006000000
Skipping bad block at 0x06000000
Skipping bad block at 0x07f80000
Skipping bad block at 0x07fa0000
Skipping bad block at 0x07fc0000
Skipping bad block at 0x07fe0000
OK
CST HD2 # fatload usb 0 $loadaddr rootfs.arm.jffs2.nand
reading rootfs.arm.jffs2.nand
** Unable to read "rootfs.arm.jffs2.nand" from usb 0:1 **
CST HD2 # nand write.jffs2 root30D 8E20
NAND write: 'root30D' is not a number
CST HD2 # nand write.jffs2 root0 <30D 8E20 >
NAND write: '<Größ30D' is not a number
CST HD2 # nand write.jffs2 root0 <30D 8E20>
NAND write: '<30D' is not a number
CST HD2 # nand write.jffs2 root30D8E20
NAND write: 'root30D8E20' is not a number
CST HD2 # nand write.jffs2 root0 30D8E20
NAND write: device 0 offset 0x0, size 0x30d8e20
51220000 bytes written: OK
CST HD2 #
Starting Microloader ASM built on окт 08 2015 10:29:32...
Initializing PLLs...
Initializing Clocks..
Initializing DDR PLLs/Clocks...
Initializing DDR controller...
Initializing data section...
Initializing stack ptr...
Starting Microloader C...
Chip: KRONOS
Found Internal MYSTI110 PHY on GMAC0
Checking for Guide button press ...
GCS in ISA MODE
GCS: SFC DEVICE SETUP COMPLETE
BOX MAC OK!
BOX: Type: TRINITY V2 Rev: 7530C100
Setting up default ATAG list...
Jumping to U-Boot ...
BOOT_TIME: 573 ms since POR
--------------------------------------------------------------------------------
| U-Boot 2009.08-00067-gebbd4b2 (Apr 03 2015 - 16:38:15) CST HDx |
|------------------------------------------------------------------------------|
| Chipset information |
| Vendor: Entropic Type: KRONOS Revision: B0 Fuses: 00010001 |
|------------------------------------------------------------------------------|
| Clock information |
| *** not available yet *** |
|------------------------------------------------------------------------------|
| Frontpanel information |
| Vendor: CST Version: 5.1 Display: none |
|------------------------------------------------------------------------------|
| Memory configuration |
| Start | End | Type | Description |
|----------+----------+---------+----------------------------------------------|
| 00000000 | 1FFFFFFF | RAM | System main memory bank #0 (512M) |
| D0000000 | D03FFFFF | S-FLASH | Eon Silicon EN25Q32 ( 4M / 64K x 64) |
| 00000000*| 07FFFFFF*| NAND | Toshiba NAND 128MiB 3,3V 8-bit |
|------------------------------------------------------------------------------|
| Network configuration |
| MAC: LIP 6300 address: 00-C5-5C-3E-91-13 |
--------------------------------------------------------------------------------
Hit any key to stop autoboot: 0
SFC read: offset 0x100000, size 0x300000
3145728 bytes read: OK
## Booting kernel from Legacy Image at 01000000 ...
Image Name: NI Kronos Kernel
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2897937 Bytes = 2.8 MB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Uncompressing Linux... done, booting the kernel.
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Linux version 3.10.93 (neutrino-images@nisrv) (gcc version 4.9.4 (crosstool-NG crosstool-ng-1.23.0-36-g1dbb06f2) ) #1 SMP Sat Jul 29 19:35:53 CEST 2017
[ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: Entropic Kronos STB Platform with FDT, model: CoolStream HD2 Kronos STB
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] Early platform io descriptors mapping...
[ 0.000000] PERCPU: Embedded 7 pages/cpu @80d8b000 s5952 r8192 d14528 u32768
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048
[ 0.000000] Kernel command line: noinitrd console=ttyS0,115200n8 mtdparts=e0632000.flash_sfc:256k@0k(uldr),512k@256k(u-boot),128k@768k(env),128k@896k(spare),-(kernel);e0631000.flash_nand:56m@0k(root0),16m@56m(var),-(root1) root=mtd:root0 rootfstype=jffs2 rw
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 512MB = 512MB total
[ 0.000000] Memory: 247180k/247180k available, 277108k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xa0800000 - 0xff000000 (1512 MB)
[ 0.000000] lowmem : 0x80000000 - 0xa0000000 ( 512 MB)
[ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
[ 0.000000] .text : 0x80008000 - 0x8064f384 (6429 kB)
[ 0.000000] .init : 0x80650000 - 0x8067f740 ( 190 kB)
[ 0.000000] .data : 0x80680000 - 0x806c0e40 ( 260 kB)
[ 0.000000] .bss : 0x806c0e40 - 0x806db2b8 ( 106 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU debugfs-based tracing is enabled.
[ 0.000000] Additional per-CPU info printed with stalls.
[ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
[ 0.000000] NR_IRQS:350
[ 0.000000] GIC CPU mask not found - kernel will fail to boot.
[ 0.000000] GIC CPU mask not found - kernel will fail to boot.
[ 0.000000] Cortex A9 frequency at 600 MHz
[ 0.000000] Initializing Cortex A9 Global Timer at Vir:0xFEA00200, using, at Freq:300 MHz
[ 0.000000] sched_clock: 32 bits at 300MHz, resolution 3ns, wraps every 14316ms
[ 0.000000] smp_twd: clock not found -2
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] console [ttyS0] enabled
[ 0.252398] Calibrating delay loop... 1196.85 BogoMIPS (lpj=5984256)
[ 0.342753] pid_max: default: 32768 minimum: 301
[ 0.347556] Mount-cache hash table entries: 512
[ 0.354024] CPU: Testing write buffer coherency: ok
[ 0.359121] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.364750] Setting up static identity map for 0x803c3430 - 0x803c3488
[ 0.371282] L310 cache controller enabled
[ 0.375198] l2x0: 8 ways, CACHE_ID 0x410004c7, AUX_CTRL 0x32421001, Cache size: 131072 B
[ 0.383834] Brought up 1 CPUs
[ 0.386706] SMP: Total of 1 processors activated (1196.85 BogoMIPS).
[ 0.393030] CPU: All CPU(s) started in SVC mode.
[ 0.398289] devtmpfs: initialized
[ 0.406506] NET: Registered protocol family 16
[ 0.411616] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.521444] GMAC0: active interface is 1
[ 0.525299] ChipID=0x1000 ChipRevID=0x100
[ 0.529343] nx_dmac: Registered with 8 channels
[ 0.538340] bio: create slab <bio-0> at 0
[ 0.542858] GPIO: base febab000 (phys e06ab000)
[ 0.547463] GPIO: base feb69000 (phys e0669000)
[ 0.552331] SCSI subsystem initialized
[ 0.556383] usbcore: registered new interface driver usbfs
[ 0.561835] usbcore: registered new interface driver hub
[ 0.567162] usbcore: registered new device driver usb
[ 0.572215] pps_core: LinuxPPS API ver. 1 registered
[ 0.577077] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.586178] PTP clock support registered
[ 0.591690] Switching to clocksource arm_global_timer
[ 0.603258] NET: Registered protocol family 2
[ 0.608342] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.615418] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.621835] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.628145] TCP: reno registered
[ 0.631303] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.637088] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.643570] NET: Registered protocol family 1
[ 0.648134] RPC: Registered named UNIX socket transport module.
[ 0.653981] RPC: Registered udp transport module.
[ 0.658612] RPC: Registered tcp transport module.
[ 0.663286] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.669829] PM: STB Platform power mgmt initialization.
[ 0.779960] cfg80211: Calling CRDA to update world regulatory domain
[ 0.791801] NFS: Registering the id_resolver key type
[ 0.796792] Key type id_resolver registered
[ 0.800933] Key type id_legacy registered
[ 0.804884] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 0.811290] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.818596] msgmni has been set to 482
[ 0.823229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.830568] io scheduler noop registered
[ 0.834402] io scheduler deadline registered
[ 0.838765] io scheduler cfq registered (default)
[ 0.843756] e06b2000.serial: ttyS0 at MMIO 0xe06b2000 (irq = 47) is a uart-ip3106
[ 0.854920] loop: module loaded
[ 0.858318] ahci-stb e0638000.sata: unable to find phy
[ 0.863439] SATA: Enable mpll_ss_en (rd_val=0x571185, wr_val=0x5711a5)
[ 0.869853] SATA: Enable rx_term_en0 (rd_val=0x277, wr_val=0x277)
[ 0.875949] ahci-stb e0638000.sata: SSS flag set, parallel bus scan disabled
[ 0.882959] ahci-stb e0638000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 0.891747] ahci-stb e0638000.sata: flags: ncq sntf stag pm led clo only pmp pio slum part ccc apst
[ 0.901206] ata4294967295: SATA PHY offline
[ 0.905757] scsi0 : ahci_platform
[ 0.909262] ata1: SATA max UDMA/133 mmio [mem 0xe0638000-0xe0638fff] port 0x100 irq 39
[ 0.917809] NAND device: Manufacturer ID: 0x98, Chip ID: 0xf1 (Toshiba NAND 128MiB 3,3V 8-bit), 128MiB, page size: 2048, OOB size: 64
[ 0.930188] Bad block table found at page 65472, version 0x01
[ 0.936609] Bad block table found at page 65408, version 0x01
[ 0.942671] nand_read_bbt: bad block at 0x000006000000
[ 0.947749] 3 cmdlinepart partitions found on MTD device e0631000.flash_nand
[ 0.954710] Creating 3 MTD partitions on "e0631000.flash_nand":
[ 0.960584] 0x000000000000-0x000003800000 : "root0"
[ 0.966273] 0x000003800000-0x000004800000 : "var"
[ 0.971652] 0x000004800000-0x000008000000 : "root1"
[ 0.979045] JEDEC ID = 0x1c3016 , Extended Device ID = 0x1c30
[ 0.984831] nx_sfc e0632000.flash_sfc: en25q32 (4096 Kbytes)
[ 0.990414] 5 cmdlinepart partitions found on MTD device e0632000.flash_sfc
[ 0.997301] Creating 5 MTD partitions on "e0632000.flash_sfc":
[ 1.003110] 0x000000000000-0x000000040000 : "uldr"
[ 1.008738] 0x000000040000-0x0000000c0000 : "u-boot"
[ 1.014430] 0x0000000c0000-0x0000000e0000 : "env"
[ 1.019783] 0x0000000e0000-0x000000100000 : "spare"
[ 1.025406] 0x000000100000-0x000000400000 : "kernel"
[ 1.031187] tun: Universal TUN/TAP device driver, 1.6
[ 1.036137] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 1.042595] DWMAC1000
[ 1.044865] stmmac - user ID: 0x36, Synopsys ID: 0x36
[ 1.049873] Ring mode enabled
[ 1.052927] DMA HW capability register supported
[ 1.057391] Enhanced/Alternate descriptors
[ 1.061731] Enabled extended descriptors
[ 1.065686] RX Checksum Offload Engine supported (type 2)
[ 1.071137] TX Checksum insertion supported
[ 1.075361] Wake-Up On Lan supported
[ 1.079029] Enable RX Mitigation via HW Watchdog Timer
[ 1.094381] libphy: stmmac: probed
[ 1.097695] eth%d: PHY ID 0293c412 at 0 IRQ POLL (stmmac-0:00) active
[ 1.104135] eth%d: PHY ID 00000000 at 1 IRQ POLL (stmmac-0:01)
[ 1.109874] eth%d: PHY ID 00000000 at 2 IRQ POLL (stmmac-0:02)
[ 1.115674] eth%d: PHY ID 00000000 at 3 IRQ POLL (stmmac-0:03)
[ 1.121459] eth%d: PHY ID 00000000 at 4 IRQ POLL (stmmac-0:04)
[ 1.127239] eth%d: PHY ID 00000000 at 5 IRQ POLL (stmmac-0:05)
[ 1.133034] eth%d: PHY ID 00000000 at 6 IRQ POLL (stmmac-0:06)
[ 1.138816] eth%d: PHY ID 00000000 at 7 IRQ POLL (stmmac-0:07)
[ 1.144612] eth%d: PHY ID 00000000 at 8 IRQ POLL (stmmac-0:08)
[ 1.150404] eth%d: PHY ID 00000000 at 9 IRQ POLL (stmmac-0:09)
[ 1.156183] eth%d: PHY ID 00000000 at 10 IRQ POLL (stmmac-0:0a)
[ 1.162066] eth%d: PHY ID 00000000 at 11 IRQ POLL (stmmac-0:0b)
[ 1.167934] eth%d: PHY ID 00000000 at 12 IRQ POLL (stmmac-0:0c)
[ 1.173815] eth%d: PHY ID 00000000 at 13 IRQ POLL (stmmac-0:0d)
[ 1.179684] eth%d: PHY ID 00000000 at 14 IRQ POLL (stmmac-0:0e)
[ 1.185565] eth%d: PHY ID 00000000 at 15 IRQ POLL (stmmac-0:0f)
[ 1.191440] eth%d: PHY ID 00000000 at 16 IRQ POLL (stmmac-0:10)
[ 1.197309] eth%d: PHY ID 00000000 at 17 IRQ POLL (stmmac-0:11)
[ 1.203190] eth%d: PHY ID 00000000 at 18 IRQ POLL (stmmac-0:12)
[ 1.209060] eth%d: PHY ID 00000000 at 19 IRQ POLL (stmmac-0:13)
[ 1.214941] eth%d: PHY ID 00000000 at 20 IRQ POLL (stmmac-0:14)
[ 1.220816] eth%d: PHY ID 00000000 at 21 IRQ POLL (stmmac-0:15)
[ 1.226685] eth%d: PHY ID 00000000 at 22 IRQ POLL (stmmac-0:16)
[ 1.232566] eth%d: PHY ID 00000000 at 23 IRQ POLL (stmmac-0:17)
[ 1.238436] eth%d: PHY ID 00000000 at 24 IRQ POLL (stmmac-0:18)
[ 1.244317] eth%d: PHY ID 00000000 at 25 IRQ POLL (stmmac-0:19)
[ 1.250192] eth%d: PHY ID 00000000 at 26 IRQ POLL (stmmac-0:1a)
[ 1.256061] eth%d: PHY ID 00000000 at 27 IRQ POLL (stmmac-0:1b)
[ 1.261942] eth%d: PHY ID 00000000 at 28 IRQ POLL (stmmac-0:1c)
[ 1.267812] eth%d: PHY ID 00000000 at 29 IRQ POLL (stmmac-0:1d)
[ 1.273692] eth%d: PHY ID 00000000 at 30 IRQ POLL (stmmac-0:1e)
[ 1.279561] eth%d: PHY ID 00000000 at 31 IRQ POLL (stmmac-0:1f)
[ 1.285913] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.292355] ehci-platform: EHCI generic platform driver
[ 1.297615] ehci-platform e066c000.usb: EHCI Host Controller
[ 1.303206] ehci-platform e066c000.usb: new USB bus registered, assigned bus number 1
[ 1.311066] ehci-platform e066c000.usb: irq 93, io mem 0xe066c000
[ 1.330091] ehci-platform e066c000.usb: USB 2.0 started, EHCI 1.00
[ 1.336239] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.342959] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.350116] usb usb1: Product: EHCI Host Controller
[ 1.354922] usb usb1: Manufacturer: Linux 3.10.93 ehci_hcd
[ 1.360394] usb usb1: SerialNumber: e066c000.usb
[ 1.365586] hub 1-0:1.0: USB hub found
[ 1.369251] hub 1-0:1.0: 1 port detected
[ 1.373389] ehci-platform e066d000.usb: EHCI Host Controller
[ 1.378958] ehci-platform e066d000.usb: new USB bus registered, assigned bus number 2
[ 1.386877] ehci-platform e066d000.usb: irq 94, io mem 0xe066d000
[ 1.410054] ehci-platform e066d000.usb: USB 2.0 started, EHCI 1.00
[ 1.416202] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.422893] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.430060] usb usb2: Product: EHCI Host Controller
[ 1.434885] usb usb2: Manufacturer: Linux 3.10.93 ehci_hcd
[ 1.440336] usb usb2: SerialNumber: e066d000.usb
[ 1.444974] ata1: SATA PHY offline
[ 1.448289] ata1: SATA link down (SStatus 0 SControl 300)
[ 1.454110] hub 2-0:1.0: USB hub found
[ 1.457777] hub 2-0:1.0: 1 port detected
[ 1.462014] usbcore: registered new interface driver usb-storage
[ 1.468040] usbcore: registered new interface driver usbserial
[ 1.474348] usbcore: registered new interface driver usbhid
[ 1.479817] usbhid: USB HID core driver
[ 1.483897] TCP: cubic registered
[ 1.487122] NET: Registered protocol family 17
[ 1.491734] Key type dns_resolver registered
[ 1.496005] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 3
[ 1.503563] ThumbEE CPU extension supported.
[ 1.508437] ### dt-test ### No testcase data in device tree; not running tests
[ 1.517332] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000000: 0x0527 instead
[ 1.526750] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000004: 0x7f1c instead
[ 1.536125] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000008: 0x7c59 instead
[ 1.545537] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not foundGrüße Lipps
- [+] Spoiler
0x030c0004: 0x36ba instead
[ 55.304213] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x030c0008: 0x042b instead
[ 55.313628] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x030c000c: 0x34c8 instead
[ 55.323044] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x030c0010: 0x3a71 instead
[ 55.332462] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x030c0014: 0x9225 instead
[ 55.341879] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x030c0018: 0xa375 instead
[ 55.351297] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x030c001c: 0x60a9 instead
[ 55.360715] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x030c0020: 0x132a instead
[ 55.370132] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x030c0024: 0xb20c instead
[ 55.379542] jffs2: Further such events for this erase block will not be printed
[ 55.413091] jffs2: Old JFFS2 bitmask found at 0x030ccb10
[ 55.418302] jffs2: You cannot use older JFFS2 filesystems with newer kernels
[ 55.584336] jffs2: Cowardly refusing to erase blocks on filesystem with no valid JFFS2 nodes
[ 55.592668] jffs2: empty_blocks 0, bad_blocks 0, c->nr_blocks 448
[ 55.599020] VFS: Cannot open root device "mtd:root0" or unknown-block(0,0): error -5
[ 55.606664] Please append a correct "root=" boot option; here are the available partitions:
[ 55.614964] 1f00 57344 mtdblock0 (driver?)
[ 55.619957] 1f01 16384 mtdblock1 (driver?)
[ 55.624968] 1f02 57344 mtdblock2 (driver?)
[ 55.629978] 1f03 256 mtdblock3 (driver?)
[ 55.634989] 1f04 512 mtdblock4 (driver?)
[ 55.639999] 1f05 128 mtdblock5 (driver?)
[ 55.645012] 1f06 128 mtdblock6 (driver?)
[ 55.650028] 1f07 3072 mtdblock7 (driver?)
[ 55.655033] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[ 55.663243] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.10.93 #1
[ 55.669239] [<80014010>] (unwind_backtrace+0x0/0xec) from [<80011180>] (show_stack+0x10/0x14)
[ 55.677680] [<80011180>] (show_stack+0x10/0x14) from [<803ba0d4>] (panic+0xa0/0x1f0)
[ 55.685370] [<803ba0d4>] (panic+0xa0/0x1f0) from [<80651040>] (mount_block_root+0x1f0/0x294)
[ 55.693747] [<80651040>] (mount_block_root+0x1f0/0x294) from [<8065129c>] (prepare_namespace+0xa8/0x190)
[ 55.703164] [<8065129c>] (prepare_namespace+0xa8/0x190) from [<80650cac>] (kernel_init_freeable+0x238/0x248)
[ 55.712931] [<80650cac>] (kernel_init_freeable+0x238/0x248) from [<803b54e4>] (kernel_init+0xc/0x154)
[ 55.722088] [<803b54e4>] (kernel_init+0xc/0x154) from [<8000dac0>] (ret_from_fork+0x14/0x34)
Zurück zu „Kronos v2 (LINK, TRINITY DUO)“