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
  • main.c
16 Aug, 2017
1 commit
  • Drop out of file loop if device goes away
    8e85bc1d
    ghollingworth authored
    2017-08-16 09:26:25 +0100  
    Browse File »

12 Jun, 2017
1 commit
  • Change timeout in ep_read to 2 seconds ...
    9df17b58
    Fixes a small number of booting problems
    Gordon Hollingworth authored
    2017-06-12 06:37:04 +0100  
    Browse File »

27 May, 2017
1 commit
  • Fix uninitialised variable
    63391cb5
    ghollingworth authored
    2017-05-27 09:20:53 +0100  
    Browse File »

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 File »

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 File »

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 File »

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 File »

25 Jan, 2017
1 commit
  • Fix memory leak.
    96fc04cb
    hexameron authored
    2017-01-25 15:33:40 +0000  
    Browse File »

20 Jan, 2017
6 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 File »
  • Remove loop by default
    c2894f31
    Gordon Hollingworth authored
    2017-01-20 15:08:50 +0000  
    Browse File »
  • Added fix from lurch and ED6E0F17 for 64 bit systems.
    8c6a3a6b
    Gordon Hollingworth authored
    2017-01-20 11:22:44 +0000  
    Browse File »
  • Don't require sudo to get help...
    091f8f50
    Gordon Hollingworth authored
    2017-01-20 11:19:40 +0000  
    Browse File »
  • Add extra verbose logging and check return from libusb_control_transfer
    a76bbdb6
    Gordon Hollingworth authored
    2017-01-20 11:11:06 +0000  
    Browse File »
  • Changes to add filesystem boot mode
    d7b97b34
    ghollingworth authored
    2017-01-20 11:10:49 +0000  
    Browse File »

03 Oct, 2016
11 commits
  • Add CM3 support
    1deea82c
    Gordon Hollingworth authored
    2016-10-03 15:28:47 +0100  
    Browse File »
  • Update to run under Cygwin
    7dfdce9f
    James Adams authored
    2016-10-03 15:28:46 +0100  
    Browse File »
  • 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 File »
  • usbboot: Use "%ld" in printf for ftell return value (long int).
    2652a942
    Diego Herranz authored
    2016-10-03 15:28:46 +0100  
    Browse File »
  • Add buildroot.elf installation and cmdline parameters
    be1bc642
    Gordon Hollingworth authored
    2016-10-03 15:28:46 +0100  
    Browse File »
  • Add usb boot from buildroot image
    06f4a981
    Gordon Hollingworth authored
    2016-10-03 15:28:46 +0100  
    Browse File »
  • Add installation target to makefile
    ae2822cc
    Gordon Hollingworth authored
    2016-10-03 15:28:46 +0100  
    Browse File »
  • Fix typo
    08e4ed82
    Andrew Scheller authored
    2016-10-03 15:28:46 +0100  
    Browse File »
  • Oops... Forgot closing brace!
    922c74c8
    ghollingworth authored
    2016-10-03 15:28:46 +0100  
    Browse File »
  • Exit from program when you program it
    a2374b36
    ghollingworth authored
    2016-10-03 15:28:46 +0100  
    Browse File »
  • Added functionality to boot BCM2835 over the USB
    4579a83a
    Gordon Hollingworth authored
    2016-10-03 15:28:46 +0100  
    Browse File »