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: