Advertisement
Guest User

Untitled

a guest
Feb 9th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. haiku-arm-image-installer :) $ ./haiku-arm-installer
  2. missing argument: image, target, media
  3.  
  4. Usage: haiku-arm-installer [options]
  5. --image IMAGE Image file name
  6. --target TARGET Target board
  7. --media DEVICE Raw block device to install to
  8. --version Display version
  9. --target-list Display supported target boards
  10.  
  11.  
  12. haiku-arm-image-installer :( $ sudo ./haiku-arm-installer --image ~/haiku-rpi2.mmc --target rpi2 --media /dev/sdf
  13. * Board: Raspberry Pi 2
  14. * Website: http://www.raspberrypi.org
  15. * SOC SPL Design: fat
  16. * Architecture: armhfp
  17.  
  18. = Ensuring target block device /dev/sdf is unmounted...
  19. = Writing image to block device '/dev/sdf'...
  20. = Image written successfully.
  21. = Rescanning partition tables...
  22. = Pull bootcode.bin from https://github.com/raspberrypi/firmware/raw/master/boot/bootcode.bin...
  23. = Pull README.md from https://github.com/haiku/firmware/raw/master/arm/rpi2/README.md...
  24. = Pull config.txt from https://github.com/haiku/firmware/raw/master/arm/rpi2/config.txt...
  25. = Pull u-boot.bin from https://github.com/haiku/firmware/raw/master/arm/rpi2/u-boot.bin...
  26. = Pull start.elf from https://github.com/raspberrypi/firmware/raw/master/boot/start.elf...
  27. = Pull LICENCE.broadcom from https://github.com/raspberrypi/firmware/raw/master/boot/LICENCE.broadcom...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement