[rpi3][sdcard] Fixes for RPi3 SDCard installer script.

This commit fixes the following:
 + Peg start.elf and bootcode.bin against a particular
   commit
 + Stomp the start of the partition table for the SD Card
   (This fixes a bug on linux where the partition table could
    not be read)
 + Ensure that Minfs exists before running the script
 + Take the bootimage from the same place as the kernel
Change-Id: I2b1b40c36b2d4a3afa0c958f7e48cde803835f8b
1 file changed
tree: fdcba0a57ee7a9d0079cd6c9f05481725d8f2b6e
  1. gdb/
  2. installer/
  3. vbox/
  4. vim/
  5. zsh-completion/
  6. .gitignore
  7. AUTHORS
  8. build-bootable-rpi3-sdcard.sh
  9. build-bootable-usb-gigaboot.sh
  10. build-qemu.sh
  11. build-sysroot.sh
  12. build-toolchain.sh
  13. check-header-guards.py
  14. CONTRIBUTING.md
  15. env.sh
  16. git-file-format
  17. LICENSE
  18. makesdk.go
  19. paths.py
  20. push-package.py
  21. README.md
  22. run-dart-analysis.py
  23. run-magenta-arm64
  24. run-magenta-x86-64
  25. run.py
  26. start-dhcp-server.sh
  27. symlink-dot-packages.py
  28. update_dart_packages.py
README.md

Scripts

This repository is for scripts useful when hacking on Fuchsia. This repository should contain scripts that perform tasks spanning multiple repositories. Scripts that only operate within a single repository should live in the relevant repository.