README 956 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. Update from original Marvell U-Boot to mainline U-Boot:
  2. -------------------------------------------------------
  3. Generate the U-Boot image with these commands:
  4. $ make clearfog_defconfig
  5. $ make
  6. The resulting image including the SPL binary with the
  7. full DDR setup is "u-boot-spl.kwb".
  8. Now all you need to do is copy this image on a SD card.
  9. For example with this command:
  10. $ sudo dd if=u-boot-spl.kwb of=/dev/sdX bs=512 seek=1
  11. Please use the correct device node for your setup instead
  12. of "/dev/sdX" here!
  13. Boot from UART:
  14. ---------------
  15. Connect the on-board micro-USB (CF Pro: CON11, CF Base: CON5)
  16. to your host.
  17. Set the SW1 DIP switches to UART boot (0: OFF, 1: ON):
  18. ClearFog Base: 01001
  19. ClearFog Pro: 11110
  20. Run the following command to initiate U-Boot download:
  21. ./tools/kwboot -b u-boot-spl.kwb /dev/ttyUSBX
  22. Use the correct UART device node for /dev/ttyUSBX.
  23. When download finishes start your favorite terminal emulator
  24. on /dev/ttyUSBX.