- Nov 05, 2021
-
-
Jason Kridner authored
-
Jason Kridner authored
-
Jason Kridner authored
-
- Nov 04, 2021
-
-
Jason Kridner authored
Point to jadonk branches
-
Jason Kridner authored
-
Signed-off-by:
vaishnav <vaishnav@beagleboard.org>
-
Vaishnav Achath authored
update greybus for mikrobus submodule and upload FW binaries and relevant DTS,Config only Signed-off-by:
vaishnav <vaishnav@beagleboard.org>
-
- Nov 01, 2021
-
-
Jason Kridner authored
-
Jason Kridner authored
This is for connecting a PocketBeagle to a BeagleConnect Freedom acting as a gateway over serial, rather than USB.
-
Jason Kridner authored
-
Jason Kridner authored
-
- Oct 27, 2021
-
-
Jason Kridner authored
-
- Oct 18, 2021
-
-
Jason Kridner authored
-
Jason Kridner authored
-
- Oct 17, 2021
-
-
Jason Kridner authored
* Eliminate build error related to removing LED code * Bugs in ads1115 showing up now, not fixed
-
Jason Kridner authored
-
- Oct 14, 2021
-
-
Jason Kridner authored
-
- Oct 12, 2021
-
-
Jason Kridner authored
-
Jason Kridner authored
-
Jason Kridner authored
-
Jason Kridner authored
-
- Oct 05, 2021
-
-
Jason Kridner authored
-
Jason Kridner authored
-
Jason Kridner authored
-
Jason Kridner authored
-
Jason Kridner authored
* Use newer u-boot * Don't use u-boot patches * Increase image size * Doesn't have USB boot features I was previously hacking
-
- Oct 01, 2021
-
-
Jason Kridner authored
-
- Sep 30, 2021
-
-
Jason Kridner authored
-
- Sep 15, 2021
-
-
Jason Kridner authored
-
Jason Kridner authored
-
- Sep 06, 2021
-
-
Jason Kridner authored
buildroot: pocketbeagle: fix image build
-
Jason Kridner authored
Add RevC4 PCB design files
-
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 ```
-
Vaishnav Achath authored
-
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.
-
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.
-
- Sep 01, 2021
-
-
Jason Kridner authored
-
Jason Kridner authored
-
Jason Kridner authored
-
Jason Kridner authored
-