Advertisement
chadbyoung

Untitled

Jan 26th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. Welcome to minicom 2.5
  2.  
  3. OPTIONS: I18n
  4. Compiled on May 2 2011, 00:39:27.
  5. Port /dev/ttyUSB0
  6.  
  7. Press CTRL-A Z for help on special keys
  8.  
  9. ��K
  10.  
  11. U-Boot 2010.12 (Jan 25 2013 - 15:16:15) for EXYNOS4210
  12.  
  13.  
  14. CPU: S5PC210 [Samsung SOC on SMP Platform Base on ARM CortexA9]
  15. APLL = 1000MHz, MPLL = 800MHz
  16. EVT1 POP_B
  17. DRAM: 1 GiB
  18.  
  19.  
  20. Checking Boot Mode ... SDMMC
  21. MMC Device 0: 7596 MB
  22. MMC Device 1 not found
  23. *** Warning - using default environment
  24.  
  25. Net: No ethernet found.
  26. Hit any key to stop autoboot: 0
  27. EXYNOS4 # printenv
  28. baudrate=115200
  29. bootcmd=movi read kernel 0 40008000;movi read rootfs 0 41000000 100000;bootm 400
  30. bootdelay=1
  31. ethaddr=00:40:5c:26:0a:5b
  32. gatewayip=192.168.0.1
  33. ipaddr=192.168.0.20
  34. netmask=255.255.255.0
  35. serverip=192.168.0.10
  36.  
  37. Environment size: 252/16380 bytes
  38. EXYNOS4 #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement