Logo white

OpenSystemsDevelopment / usbboot

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 251
  • Compare
  • Branches 1
  • Tags 0
  • usbboot
26 May, 2017
1 commit
  • Fix Pi Zero and some CM3 MSD boot cases, also secure boot support
    50fc0f49
    ghollingworth authored
    2017-05-26 11:38:12 +0100  
    Browse Code »

13 May, 2017
1 commit
  • Fix problem with enabling MSD on some CM / CM3 devices
    ec9155c9
    ghollingworth authored
    2017-05-13 10:28:40 +0100  
    Browse Code »

22 Apr, 2017
1 commit
  • Merge pull request #17 from oandrew/usb_reset ...
    e89ead9a
    Perform USB device reset  after done serving boot files.
    Gordon Hollingworth authored
    2017-04-22 13:45:58 +0100  
    Browse Code »

21 Apr, 2017
1 commit
  • Perform USB device reset after done serving boot files. ...
    b23f9fa6
    Without the reset Pi Zero W doesn't boot the kernel.
    Andrew Onyshchuk authored
    2017-04-21 21:25:47 -0500  
    Browse Code »

06 Apr, 2017
1 commit
  • Merge pull request #15 from miks/master ...
    4bcf22e1
    Flush stdout buffer immediately
    Gordon Hollingworth authored
    2017-04-06 07:40:09 +0100  
    Browse Code »

05 Apr, 2017
1 commit
  • Flush stdout buffer immediately ...
    f15abb02
    Enable immediately stdout flushing for better integration with
    automated sdout parsing from external application.
    miks authored
    2017-04-05 22:14:04 +0300  
    Browse Code »

25 Jan, 2017
2 commits
  • Merge pull request #11 from ED6E0F17/fixes ...
    c01bd3b4
    Fix memory leak.
    Gordon Hollingworth authored
    2017-01-25 15:52:35 +0000  
    Browse Code »
  • Fix memory leak.
    96fc04cb
    hexameron authored
    2017-01-25 15:33:40 +0000  
    Browse Code »

21 Jan, 2017
1 commit
  • Merge pull request #9 from tvoverbeek/fix-loop-logic ...
    20a3c873
    Always re-enumerate BCM2835 after sending bootcode.bin to run the boot file server
    Gordon Hollingworth authored
    2017-01-21 07:15:53 +0000  
    Browse Code »

20 Jan, 2017
13 commits
  • Execute both sending bootcode.bin and second stage boot server when ...
    394589d8
    loop=0
    Ton van Overbeek authored
    2017-01-20 20:42:25 +0100  
    Browse Code »
  • add ./ for rpiboot executable ...
    c7fab44e
    Since we no longer install rpiboot into /usr/bin then we need ./rpiboot to make it run from the current directory...
    Gordon Hollingworth authored
    2017-01-20 15:11:00 +0000  
    Browse Code »
  • Merge pull request #6 from JamesH65/master ...
    7343c3e5
    Removed unnecessary make install step from readme
    Gordon Hollingworth authored
    2017-01-20 15:09:28 +0000  
    Browse Code »
  • Remove loop by default
    c2894f31
    Gordon Hollingworth authored
    2017-01-20 15:08:50 +0000  
    Browse Code »
  • Removed unnecesary make install step from readme
    65018345
    James Hughes authored
    2017-01-20 14:15:50 +0000  
    Browse Code »
  • Remove old binaries
    873e6b93
    Gordon Hollingworth authored
    2017-01-20 11:53:36 +0000  
    Browse Code »
  • Remove installation of rpiboot to /usr/bin
    9e6ff777
    Gordon Hollingworth authored
    2017-01-20 11:29:04 +0000  
    Browse Code »
  • Added fix from lurch and ED6E0F17 for 64 bit systems.
    8c6a3a6b
    Gordon Hollingworth authored
    2017-01-20 11:22:44 +0000  
    Browse Code »
  • Don't require sudo to get help...
    091f8f50
    Gordon Hollingworth authored
    2017-01-20 11:19:40 +0000  
    Browse Code »
  • Add a little documentation
    e368f773
    Gordon Hollingworth authored
    2017-01-20 11:11:06 +0000  
    Browse Code »
  • Add extra verbose logging and check return from libusb_control_transfer
    a76bbdb6
    Gordon Hollingworth authored
    2017-01-20 11:11:06 +0000  
    Browse Code »
  • Changes to add filesystem boot mode
    d7b97b34
    ghollingworth authored
    2017-01-20 11:10:49 +0000  
    Browse Code »
  • Remove replaced files
    18a89855
    Gordon Hollingworth authored
    2017-01-20 10:43:22 +0000  
    Browse Code »

03 Oct, 2016
18 commits
  • Update msd.elf to support customised Raspberry Pis
    f4e3f0f9
    ghollingworth authored
    2016-10-03 15:28:47 +0100  
    Browse Code »
  • Add .gitignore files ...
    83c7ed72
    This makes "git status" ignore some generated files that shouldn't be
    added.
    Stephen Warren authored
    2016-10-03 15:28:47 +0100  
    Browse Code »
  • Add CM3 support
    1deea82c
    Gordon Hollingworth authored
    2016-10-03 15:28:47 +0100  
    Browse Code »
  • Update to run under Cygwin
    7dfdce9f
    James Adams authored
    2016-10-03 15:28:46 +0100  
    Browse Code »
  • Fix rpiboot command example.
    eeba0a9b
    Alistair Buxton authored
    2016-10-03 15:28:46 +0100  
    Browse Code »
  • Update main.c ...
    f563eec2
    Added check at top of main() to test if user is running as sudo.  Print message and exit if not run as sudo.
    tmcolby authored
    2016-10-03 15:28:46 +0100  
    Browse Code »
  • Make sure EMMC_DISABLE gpio on GPIO47 is driven low
    f4ff1f08
    Gordon Hollingworth authored
    2016-10-03 15:28:46 +0100  
    Browse Code »
  • usbboot: Add uninstall target to Makefile plus .PHONY targets.
    0519ddaf
    Diego Herranz authored
    2016-10-03 15:28:46 +0100  
    Browse Code »
  • usbboot: Use "%ld" in printf for ftell return value (long int).
    2652a942
    Diego Herranz authored
    2016-10-03 15:28:46 +0100  
    Browse Code »
  • Add buildroot.elf installation and cmdline parameters
    be1bc642
    Gordon Hollingworth authored
    2016-10-03 15:28:46 +0100  
    Browse Code »
  • Change the 2nd stage to download the data over USB2.0 This accelerates ...
    8d709206
    the download of code 10x
    Gordon Hollingworth authored
    2016-10-03 15:28:46 +0100  
    Browse Code »
  • Change buildroot config name
    f76f2787
    ghollingworth authored
    2016-10-03 15:28:46 +0100  
    Browse Code »
  • Update to reflect renamed .elf file
    250225bc
    ghollingworth authored
    2016-10-03 15:28:46 +0100  
    Browse Code »
  • Fix markup
    a941465a
    ghollingworth authored
    2016-10-03 15:28:46 +0100  
    Browse Code »
  • Add usb boot from buildroot image
    06f4a981
    Gordon Hollingworth authored
    2016-10-03 15:28:46 +0100  
    Browse Code »
  • Add installation target to makefile
    ae2822cc
    Gordon Hollingworth authored
    2016-10-03 15:28:46 +0100  
    Browse Code »
  • Add reference to Compute Module in USB boot Readme
    906051bf
    Diego Herranz authored
    2016-10-03 15:28:46 +0100  
    Browse Code »
  • Fix USB boot code build instructions
    a081b190
    Diego Herranz authored
    2016-10-03 15:28:46 +0100  
    Browse Code »