Advertisement
Guest User

Untitled

a guest
Sep 12th, 2013
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. Welcome to minicom 2.6.2
  2.  
  3. OPTIONS: I18n
  4. Compiled on Mar 5 2013, 16:40:07.
  5. Port /dev/ttyUSB0, 12:14:08
  6.  
  7. Press CTRL-A Z for help on special keys
  8.  
  9.  
  10. U-Boot SPL 2013.10-rc2-08281-gfe0cd13 (Sep 12 2013 - 14:06:44)
  11. Board: A20-OLinuXino_MICRO
  12. DRAM: 1024 MiB
  13. CPU: 960000000Hz, AXI/AHB/APB: 3/2/2
  14. spl: not an uImage at 1600
  15. spl: not an uImage at 80
  16. ### ERROR ### Please RESET the board ###
  17.  
  18.  
  19. ##### Bash history in my VM:
  20.  
  21. 253 git clone -b sunxi https://github.com/linux-sunxi/u-boot-sunxi.git
  22. 254 cd u-boot-sunxi/
  23. 255 make A20-OLinuXino_MICRO CROSS_COMPILE=arm-linux-gnueabihf-
  24. 256 ls -l u-boot.bin spl/sunxi-spl.bin
  25. 257 sudo mount /dev/sdb1 mnt/
  26. 258 cd ..
  27. 259 sudo mount /dev/sdb1 mnt/
  28. 260 cd mnt
  29. 261 ls -l
  30. 262 cd boot/
  31. 263 ls -l
  32. 264 sudo cp ../../u-boot-sunxi/u-boot.bin .
  33. 265 sudo cp ../../u-boot-sunxi/spl/sunxi-spl.bin .
  34. 266 ls -l
  35. 267 sudo dd if=sunxi-spl.bin of=/dev/sdb bs=1024 seek=8
  36. 268 sudo dd if=u-boot.bin of=/dev/sdb bs=1024 seek=32
  37. 269 cd
  38. 270 sudo umount mnt/
  39. 271 sudo sync
  40. 272 ls -l
  41. 273 rm alarm-a20.img
  42. 274 df -h
  43. 275 sudo dd if=/dev/sdb of=alarm-a20.img bs=1M
  44.  
  45.  
  46. I have these files in IMG /boot:
  47.  
  48. bobby@a20-build:~/mnt/boot$ ls -l
  49. total 4660
  50. -rw-r--r-- 1 root root 52608 сеп 11 20:36 script.bin
  51. -rw-r--r-- 1 root root 18432 сеп 12 14:11 sunxi-spl.bin
  52. -rw-r--r-- 1 root root 226296 сеп 12 14:11 u-boot.bin
  53. -rw-r--r-- 1 root root 4465648 сеп 11 20:36 uImage
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement