Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Nov 05, 2021
  2. Nov 04, 2021
  3. Nov 01, 2021
  4. Oct 27, 2021
  5. Oct 18, 2021
  6. Oct 17, 2021
  7. Oct 14, 2021
  8. Oct 12, 2021
  9. Oct 05, 2021
  10. Oct 01, 2021
  11. Sep 30, 2021
  12. Sep 15, 2021
  13. Sep 06, 2021
    • Jason Kridner's avatar
      Merge pull request #62 from vaishnav98/master · 985c3b50
      Jason Kridner authored
      buildroot: pocketbeagle: fix image build
      985c3b50
    • Jason Kridner's avatar
      Merge pull request #61 from FionaYu20180326/master · f9d19da9
      Jason Kridner authored
      Add RevC4 PCB design files
      f9d19da9
    • Vaishnav Achath's avatar
      buildroot: pocketbeagle: fix mmc config overwrite · 67e97b1e
      Vaishnav Achath authored
      expecting to fix the bootup issues: 
      ```
      Value of CONFIG_MMC is redefined by fragment ../linux/mikrobus.config:
      Previous value: CONFIG_MMC=y
      New value: CONFIG_MMC=m
      
      Value of CONFIG_MMC_SPI is redefined by fragment ../linux/mikrobus.config:
      Previous value: CONFIG_MMC_SPI=y
      New value: CONFIG_MMC_SPI=m
      ```
      67e97b1e
    • Vaishnav Achath's avatar
      ced43d28
    • Vaishnav Achath's avatar
      buildroot: pocketbeagle: fix u-boot patches path · 3f407034
      Vaishnav Achath authored
      2021-09-02T01:41:53.9547491Z >>> uboot 2018.01 Extracting
      2021-09-02T01:41:53.9576793Z bzcat /home/runner/downloads/uboot/u-boot-2018.01.tar.bz2 | /home/runner/work/beagleconnect/beagleconnect/sw/buildroot/pb/host/bin/tar --strip-components=1 -C /home/runner/work/beagleconnect/beagleconnect/sw/buildroot/pb/build/uboot-2018.01   -xf -
      2021-09-02T01:41:56.6980355Z if [ -f /home/runner/work/beagleconnect/beagleconnect/sw/buildroot/pb/build/uboot-2018.01/COPYING ]; then /usr/bin/install -m 0644 -D /home/runner/work/beagleconnect/beagleconnect/sw/buildroot/pb/build/uboot-2018.01/COPYING /home/runner/work/beagleconnect/beagleconnect/sw/buildroot/pb/build/uboot-2018.01/Licenses/gpl-2.0.txt; fi
      2021-09-02T01:41:56.7236938Z >>> uboot 2018.01 Patching
      2021-09-02T01:41:56.8182112Z for p in board/pocketbeagle/patches/u-boot ; do if test -d $p ; then PATH=/home/runner/work/beagleconnect/beagleconnect/sw/buildroot/pb/host/bin:$PATH support/scripts/apply-patches.sh  /home/runner/work/beagleconnect/beagleconnect/sw/buildroot/pb/build/uboot-2018.01 $p \*.patch || exit 1 ; else PATH=/home/runner/work/beagleconnect/beagleconnect/sw/buildroot/pb/host/bin:$PATH support/scripts/apply-patches.sh  /home/runner/work/beagleconnect/beagleconnect/sw/buildroot/pb/build/uboot-2018.01 `dirname $p` `basename $p` || exit 1; fi done
      2021-09-02T01:41:56.8271087Z Aborting.  'board/pocketbeagle/patches' is not a directory.
      2021-09-02T01:41:56.8276752Z make[1]: *** [package/pkg-generic.mk:210: /home/runner/work/beagleconnect/beagleconnect/sw/buildroot/pb/build/uboot-2018.01/.stamp_patched] Error 1
      2021-09-02T01:41:56.8314813Z make: *** [Makefile:23: _all] Error 2
      2021-09-02T01:41:56.8325313Z ##[error]Process completed with exit code 2.
      2021-09-02T01:41:56.8465634Z Post job cleanup.
      3f407034
    • Vaishnav Achath's avatar
      buildroot: pocketbeagle: fix u-boot patches path · 618296fd
      Vaishnav Achath authored
      2021-09-02T01:41:53.9547491Z >>> uboot 2018.01 Extracting
      2021-09-02T01:41:53.9576793Z bzcat /home/runner/downloads/uboot/u-boot-2018.01.tar.bz2 | /home/runner/work/beagleconnect/beagleconnect/sw/buildroot/pb/host/bin/tar --strip-components=1 -C /home/runner/work/beagleconnect/beagleconnect/sw/buildroot/pb/build/uboot-2018.01   -xf -
      2021-09-02T01:41:56.6980355Z if [ -f /home/runner/work/beagleconnect/beagleconnect/sw/buildroot/pb/build/uboot-2018.01/COPYING ]; then /usr/bin/install -m 0644 -D /home/runner/work/beagleconnect/beagleconnect/sw/buildroot/pb/build/uboot-2018.01/COPYING /home/runner/work/beagleconnect/beagleconnect/sw/buildroot/pb/build/uboot-2018.01/Licenses/gpl-2.0.txt; fi
      2021-09-02T01:41:56.7236938Z >>> uboot 2018.01 Patching
      2021-09-02T01:41:56.8182112Z for p in board/pocketbeagle/patches/u-boot ; do if test -d $p ; then PATH=/home/runner/work/beagleconnect/beagleconnect/sw/buildroot/pb/host/bin:$PATH support/scripts/apply-patches.sh  /home/runner/work/beagleconnect/beagleconnect/sw/buildroot/pb/build/uboot-2018.01 $p \*.patch || exit 1 ; else PATH=/home/runner/work/beagleconnect/beagleconnect/sw/buildroot/pb/host/bin:$PATH support/scripts/apply-patches.sh  /home/runner/work/beagleconnect/beagleconnect/sw/buildroot/pb/build/uboot-2018.01 `dirname $p` `basename $p` || exit 1; fi done
      2021-09-02T01:41:56.8271087Z Aborting.  'board/pocketbeagle/patches' is not a directory.
      2021-09-02T01:41:56.8276752Z make[1]: *** [package/pkg-generic.mk:210: /home/runner/work/beagleconnect/beagleconnect/sw/buildroot/pb/build/uboot-2018.01/.stamp_patched] Error 1
      2021-09-02T01:41:56.8314813Z make: *** [Makefile:23: _all] Error 2
      2021-09-02T01:41:56.8325313Z ##[error]Process completed with exit code 2.
      2021-09-02T01:41:56.8465634Z Post job cleanup.
      618296fd
  14. Sep 01, 2021
Loading