Commit Graph

  • 0ed25c4ecc Fix build with BSD make master Pierre Pronchery 2017-10-19 16:15:50 +02:00
  • 878bf1d2e9 Use pkg-config to locate libusb-1.0 Pierre Pronchery 2017-10-19 16:16:40 +02:00
  • bc1fe9e833 Directory overlay support (#23) Chris Burton 2017-10-12 13:55:15 +01:00
  • 94c872753e Change rpiboot behaviour to check /usr/share/rpiboot/msd Serge Schneider 2017-09-26 16:12:55 +01:00
  • 95e9e05808 Install msd files without creating a subdirectory Serge Schneider 2017-09-26 14:57:16 +01:00
  • 5a1573b3b8 Add Debian packaging Serge Schneider 2017-09-26 13:43:20 +01:00
  • 467bee5f32 Change some naming to be more generic and use files in place ghollingworth 2017-08-16 15:49:29 +01:00
  • f77c0c9464 Merge in win32 installer from Wren6991 ghollingworth 2017-08-16 13:01:18 +01:00
  • 6623b999fc Windows fails with ERROR_IO not ERROR_NO_DEVICE ghollingworth 2017-08-16 10:42:40 +01:00
  • 8e85bc1d67 Drop out of file loop if device goes away ghollingworth 2017-08-16 09:26:25 +01:00
  • 9df17b5809 Change timeout in ep_read to 2 seconds Gordon Hollingworth 2017-06-12 06:37:04 +01:00
  • c0af212f2f Add configurable eMMC re-enabling value ghollingworth 2017-06-02 09:56:03 +01:00
  • 63391cb52a Fix uninitialised variable ghollingworth 2017-05-27 09:20:53 +01:00
  • 50fc0f49ea Fix Pi Zero and some CM3 MSD boot cases, also secure boot support ghollingworth 2017-05-26 11:38:12 +01:00
  • ec9155c978 Fix problem with enabling MSD on some CM / CM3 devices ghollingworth 2017-05-13 10:28:40 +01:00
  • e89ead9a80 Merge pull request #17 from oandrew/usb_reset Gordon Hollingworth 2017-04-22 13:45:58 +01:00
  • b23f9fa668 Perform USB device reset after done serving boot files. Without the reset Pi Zero W doesn't boot the kernel. Andrew Onyshchuk 2017-04-21 21:25:47 -05:00
  • 4bcf22e159 Merge pull request #15 from miks/master Gordon Hollingworth 2017-04-06 07:40:09 +01:00
  • f15abb02e0 Flush stdout buffer immediately miks 2017-04-05 22:14:04 +03:00
  • c01bd3b4c2 Merge pull request #11 from ED6E0F17/fixes Gordon Hollingworth 2017-01-25 15:52:35 +00:00
  • 96fc04cb4f Fix memory leak. hexameron 2017-01-25 15:33:40 +00:00
  • 20a3c87385 Merge pull request #9 from tvoverbeek/fix-loop-logic Gordon Hollingworth 2017-01-21 07:15:53 +00:00
  • 394589d87c Execute both sending bootcode.bin and second stage boot server when loop=0 Ton van Overbeek 2017-01-20 20:42:25 +01:00
  • c7fab44e59 add ./ for rpiboot executable Gordon Hollingworth 2017-01-20 15:11:00 +00:00
  • 7343c3e557 Merge pull request #6 from JamesH65/master Gordon Hollingworth 2017-01-20 15:09:28 +00:00
  • c2894f315a Remove loop by default Gordon Hollingworth 2017-01-20 15:08:50 +00:00
  • 650183454d Removed unnecesary make install step from readme James Hughes 2017-01-20 14:15:50 +00:00
  • 873e6b933c Remove old binaries Gordon Hollingworth 2017-01-20 11:53:36 +00:00
  • 9e6ff777bb Remove installation of rpiboot to /usr/bin Gordon Hollingworth 2017-01-20 11:29:04 +00:00
  • 8c6a3a6b09 Added fix from lurch and ED6E0F17 for 64 bit systems. Gordon Hollingworth 2017-01-20 11:22:44 +00:00
  • 091f8f5029 Don't require sudo to get help... Gordon Hollingworth 2017-01-20 11:19:40 +00:00
  • e368f77398 Add a little documentation Gordon Hollingworth 2017-01-20 11:09:17 +00:00
  • a76bbdb695 Add extra verbose logging and check return from libusb_control_transfer Gordon Hollingworth 2017-01-20 10:18:37 +00:00
  • d7b97b343f Changes to add filesystem boot mode ghollingworth 2016-10-25 16:15:07 +01:00
  • 18a8985586 Remove replaced files Gordon Hollingworth 2017-01-20 10:43:22 +00:00
  • f4e3f0f9a3 Update msd.elf to support customised Raspberry Pis ghollingworth 2016-08-09 14:43:26 +01:00
  • 83c7ed72a3 Add .gitignore files Stephen Warren 2016-04-05 22:51:00 -06:00
  • 1deea82c75 Add CM3 support Gordon Hollingworth 2016-03-11 16:28:04 +00:00
  • 7dfdce9f7e Update to run under Cygwin James Adams 2015-04-02 11:06:53 +01:00
  • eeba0a9bc4 Fix rpiboot command example. Alistair Buxton 2015-03-13 00:59:47 +00:00
  • f563eec252 Update main.c tmcolby 2015-01-05 13:51:56 -08:00
  • f4ff1f08d8 Make sure EMMC_DISABLE gpio on GPIO47 is driven low Gordon Hollingworth 2014-11-11 17:50:20 +00:00
  • 0519ddafe4 usbboot: Add uninstall target to Makefile plus .PHONY targets. Diego Herranz 2014-11-11 16:36:30 +01:00
  • 2652a9420f usbboot: Use "%ld" in printf for ftell return value (long int). Diego Herranz 2014-11-11 16:20:09 +01:00
  • be1bc64249 Add buildroot.elf installation and cmdline parameters Gordon Hollingworth 2014-11-07 16:42:34 +00:00
  • 8d709206d5 Change the 2nd stage to download the data over USB2.0 This accelerates the download of code 10x Gordon Hollingworth 2014-10-30 13:49:16 +00:00
  • f76f278737 Change buildroot config name ghollingworth 2014-10-29 19:18:22 +00:00
  • 250225bc7c Update to reflect renamed .elf file ghollingworth 2014-10-29 18:45:25 +00:00
  • a941465a6e Fix markup ghollingworth 2014-10-29 11:16:02 +00:00
  • 06f4a981fe Add usb boot from buildroot image Gordon Hollingworth 2014-10-28 15:58:41 +00:00
  • ae2822cc75 Add installation target to makefile Gordon Hollingworth 2014-10-08 17:16:04 +00:00
  • 906051bffc Add reference to Compute Module in USB boot Readme Diego Herranz 2014-07-23 15:33:48 +02:00
  • a081b19046 Fix USB boot code build instructions Diego Herranz 2014-07-22 15:40:50 +02:00
  • 08e4ed8244 Fix typo Andrew Scheller 2014-07-12 10:27:36 +01:00
  • 922c74c826 Oops... Forgot closing brace! ghollingworth 2014-04-16 15:53:11 +01:00
  • a2374b3620 Exit from program when you program it ghollingworth 2014-04-16 13:55:59 +01:00
  • 1cddbb1e36 Added readme Gordon Hollingworth 2014-03-24 12:16:35 +00:00
  • 4579a83a74 Added functionality to boot BCM2835 over the USB Gordon Hollingworth 2014-03-24 12:15:07 +00:00
  • bae4aeb7ee Initial commit Gordon Hollingworth 2016-10-03 15:13:50 +01:00