Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- % ./clunc -vi 192.168.0.25
- waiting U-Boot...
- U-Boot NetConsole
- -----------------
- interactive shell
- Marvell>> ide reset
- ide reset
- Reset IDE:
- Marvell Serial ATA Adapter
- Integrated Sata device found
- [0 0 0]: Enable DMA mode
- Device 0 @ 0 0:
- Model: ST2000DM001-9YN164 Firm: CC4H Ser#: S240JEVJ
- Type: Hard Disk
- dev_desc->blksz = 512
- Supports 48-bit addressing
- Capacity: 1907729.0 MB = 1863.0 GB (3907029168 x 512)
- Marvell>> ide part
- ide part
- ## Testing for valid DOS partition ##
- Partition Map for IDE device 0 -- Partition Type: DOS
- Partition Start Sector Num Sectors Type
- 1 128520 1028160 83
- 2 1156680 1028160 83
- 3 2184840 1028160 82
- 4 3213000 -391172296 5 Extd
- 5 3341520 1670760 83
- 6 5140800 128520 83
- 7 5397840 1028160 83
- 8 6554520 -394513816 83
- Marvell>> printenv
- printenv
- baudrate=115200
- loads_echo=0
- rootpath=/mnt/ARM_FS/
- netmask=255.255.255.0
- console=console=ttyS0,115200 mtdparts=spi_flash:0x80000@0(uboot)ro,0x300000@0x100000(root)
- CASset=min
- MALLOC_len=1
- ethprime=egiga0
- bootargs_root=root=/dev/nfs rw
- bootargs_end=:::DB88FXX81:eth0:none
- image_name=uImage
- standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end) $(mvPhoneConfig); bootm 0x2000000;
- ethmtu=1500
- mvPhoneConfig=mv_phone_config=dev0:fxs,dev1:fxs
- mvNetConfig=mv_net_config=(00:11:88:0f:62:81,0:1:2:3),mtu=1500
- usb0Mode=host
- yuk_ethaddr=00:00:00:EE:51:81
- netretry=no
- rcvrip=169.254.100.100
- loadaddr=0x02000000
- autoload=no
- ethact=egiga0
- stderr=serial
- mainlineLinux=no
- enaMonExt=no
- enaCpuStream=no
- enaWrAllo=no
- pexMode=RC
- disL2Cache=no
- setL2CacheWT=yes
- disL2Prefetch=yes
- enaICPref=yes
- enaDCPref=yes
- sata_dma_mode=yes
- netbsd_en=no
- vxworks_en=no
- disaMvPnp=no
- enaAutoRecovery=yes
- uboot_capabilities=gpt,lba64
- start_lump=lump 3
- pre_lump=lump 1
- resetdisk=ide reset
- bootdelay=0
- boot_fail=lump
- kernel_addr=0x800000
- productType_env=ASTON_KW
- primaryPart=6
- secondaryPart=A
- boot_usb=usb start;usbboot 0x800000 0:1;bootm;
- resetFlag_env=0
- bootargs=console=ttyS0,115200 root=/dev/sda7 ro reset=0 productType=ASTON_KW
- bootcmd=run disk_disk
- boot_disk4=disk ${kernel_addr} 1:${primaryPart}; setenv rootfs /dev/sdb7;
- boot_disk3=if disk ${kernel_addr} 0:${primaryPart}; then setenv rootfs /dev/sda7; else run boot_disk4; fi
- boot_disk2=if disk ${kernel_addr} 1:${secondaryPart}; then setenv rootfs /dev/sdb7; else run boot_disk3; fi
- boot_disk1=if disk ${kernel_addr} 0:${secondaryPart}; then setenv rootfs /dev/sda7; else run boot_disk2; fi
- boot_disk=if test ${resetFlag_env} -eq 0; then run boot_disk1; else run boot_disk3; fi
- disk_disk=run boot_disk; setenv bootargs console=ttyS0,115200 root=${rootfs} ro reset=${resetFlag_env} productType=${productType_env}; bootm ${kernel_addr};
- ethaddr=00:D0:4B:93:6D:63
- ipaddr=192.168.0.25
- ncip=192.168.0.34
- serverip=192.168.0.34
- stdin=nc
- stdout=nc
- Environment size: 2036/4092 bytes
- Marvell>> run bootcmd
- run bootcmd
- ** Device 1 not available
- ## Valid DOS partition found ##
- Loading from IDE device 0, partition 6: Name: hda6
- Type: U-Boot
- Image Name: Linux-2.6.39.4
- Created: 2011-11-11 21:39:10 UTC
- Image Type: ARM Linux Kernel Image (uncompressed)
- Data Size: 2995948 Bytes = 2.9 MB
- Load Address: 00008000
- Entry Point: 00008000
- ## Booting image at 00800000 ...
- Image Name: Linux-2.6.39.4
- Created: 2011-11-11 21:39:10 UTC
- Image Type: ARM Linux Kernel Image (uncompressed)
- Data Size: 2995948 Bytes = 2.9 MB
- Load Address: 00008000
- Entry Point: 00008000
- Verifying Checksum ... OK
- OK
- bootargs from environment variables : console=ttyS0,115200 root=/dev/sda7 ro reset=0 productType=ASTON_KW cap=gpt,lba64
- Starting kernel ...
Advertisement
Add Comment
Please, Sign In to add comment