Advertisement
chadbyoung

Untitled

Jan 26th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. EXYNOS4 # printenv
  2. bootcmd movi read kernel 0 40008000;bootm 40008000
  3. baudrate=115200
  4. bootargs=root=/dev/sdb1 rw rootfstype=ext4 init=/sbin/init console=ttySAC2,115200 rootdelay=1
  5. bootcmd=movi read kernel 0 40008000;movi read rootfs 0 41000000 100000;bootm 40008000 41000000
  6. bootdelay=1
  7. ethaddr=00:40:5c:26:0a:5b
  8. gatewayip=192.168.0.1
  9. ipaddr=192.168.0.20
  10. netmask=255.255.255.0
  11. serverip=192.168.0.10
  12.  
  13. Environment size: 403/16380 bytes
  14. EXYNOS4 #
  15.  
  16. ===============================================================
  17.  
  18. Checking Boot Mode ... SDMMC
  19. MMC Device 0: 7596 MB
  20. MMC Device 1 not found
  21. Net: No ethernet found.
  22. Hit any key to stop autoboot: 0
  23. reading kernel..device 0 Start 1409, Count 16384
  24. MMC read: dev # 0, block # 1409, count 16384 ... 16384 blocks read: OK
  25. completed
  26. reading RFS..device 0 Count 17793, Start 2048
  27. MMC read: dev # 0, block # 17793, count 2048 ... 2048 blocks read: OK
  28. completed
  29. Boot with zImage
  30. Wrong Ramdisk Image Format
  31. [err] boot_get_ramdisk
  32.  
  33. Starting kernel ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement