Skip to content
Snippets Groups Projects
  1. Jul 07, 2016
  2. Mar 11, 2015
    • Adam Wujek's avatar
      patches/barebox: fix tftp boot sequence · 1140c4b1
      Adam Wujek authored
      
      Second test of $? value was not always result of command
      "tftp $eth0.ipaddr/wrboot wrboot", but sometimes result of first if statement
      (in case first tftp was successful).
      
      In other words, when there was file wrboot-$eth0.ethaddr on tftp server, script
      was still fetching and executing wrboot.
      
      Signed-off-by: default avatarAdam Wujek <adam.wujek@cern.ch>
      1140c4b1
  3. Nov 28, 2014
    • Alessandro Rubini's avatar
      boot scripts: better examples · 56891b34
      Alessandro Rubini authored
      
      This updates binaries/wrboot-* to be more commented and complete.
      It also adds wrboot-install and wrboot-nand, that I personally used.
      
      As a side effect, "mem=64m" is removed by all command lines, as it has
      been properly autodetected for a few years now, so it is not needed
      any more.
      
      Documentation is updated too.
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      56891b34
  4. Oct 03, 2014
    • Benoit Rat's avatar
      barebox: add new DF AT45DB641E for SCB v3.4 · 490d802d
      Benoit Rat authored
      Standard JEDEC ID is only 24bits to identify a DF chip.
      It also has an optional Extended Device Info (EDI) on bytes 4 and/or 5
      that need to be read to differentiate some DF chips. (i.e, the
      difference between AT45DB641E and AT45DB642D is made by byte 4).
      
      This patch is similar to the kernel one #66595328
      490d802d
  5. Sep 30, 2014
  6. Sep 29, 2014
  7. Sep 24, 2014
  8. Sep 13, 2014
  9. Sep 12, 2014
  10. Aug 01, 2014
  11. Jul 28, 2014
  12. Jun 24, 2014
  13. Jun 10, 2014
  14. May 13, 2014
    • Alessandro Rubini's avatar
      flashing: new procedure · 0a793309
      Alessandro Rubini authored
      
      This changes the flashing procedure, because the previous one did not
      work any more now that the default filesystem size is bigger.
      
      With this commit no jffs2 images is generated any more, and the
      filesystem image is not included as a payload in the initramfs booted
      using the USB tools.
      
      Rather, the initramfs downloads wrs-image.tar.gz using TFTP, from the
      IP address that replied to DHCP, and untars it to the NAND partitions.
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      0a793309
    • Alessandro Rubini's avatar
      barebox: force memory size to 64MB · c66964e6
      Alessandro Rubini authored
      
      This barebox version autodetects memory, but at installation time it
      detects 8MB instead of 64MB.  This patch forces 64MB, like we used to
      do in v2012.05 when no autodetection was there (actually, there the
      pm9g45 harwired 128MB, but this had no side effects for us).
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      c66964e6
  15. May 12, 2014
  16. May 02, 2014
  17. Feb 01, 2014
  18. Sep 03, 2013
  19. Jul 10, 2013
  20. Jan 18, 2013
  21. Oct 29, 2012
  22. Oct 25, 2012
  23. Aug 07, 2012
  24. Aug 06, 2012
  25. Aug 02, 2012
  26. Jul 16, 2012