Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit d96844a5 authored by Robert Nelson's avatar Robert Nelson
Browse files

bb-u-boot-sk-am62 (2021.01.20220527.2)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 5bdae3f8
Branches
No related merge requests found
bb-u-boot-sk-am62 (2021.01.20220527.1-0~bullseye+20220727) bullseye; urgency=low bb-u-boot-sk-am62 (2021.01.20220527.2-0~bullseye+20220727) bullseye; urgency=low
* Rebuild for repos.rcn-ee.com * Rebuild for repos.rcn-ee.com
-- Robert Nelson <robertcnelson@gmail.com> Wed, 27 Jul 2022 13:54:56 -0500 -- Robert Nelson <robertcnelson@gmail.com> Wed, 27 Jul 2022 14:07:27 -0500
...@@ -44,8 +44,8 @@ override_dh_auto_configure: ...@@ -44,8 +44,8 @@ override_dh_auto_configure:
make -C ./tmp/u-boot -j5 O=../r5 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- O=../r5 make -C ./tmp/u-boot -j5 O=../r5 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- O=../r5
cp -v ./tmp/r5/spl/u-boot-spl.bin /opt/u-boot/$(TARGETDIR)/ cp -v ./tmp/r5/spl/u-boot-spl.bin /opt/u-boot/$(TARGETDIR)/
mkdir -p ./tmp/k3-image-gen/ ; git clone https://git.ti.com/git/k3-image-gen/k3-image-gen.git --depth=1 ./tmp/k3-image-gen/ mkdir -p ./tmp/k3-image-gen/ ; git clone https://git.ti.com/git/k3-image-gen/k3-image-gen.git --depth=1 ./tmp/k3-image-gen/
cd ./tmp/k3-image-gen/ ; make SOC=am62x CONFIG=evm CROSS_COMPILE=arm-linux-gnueabihf- SBL=/opt/u-boot/bb-u-boot-sk-am62/u-boot-spl.bin mrproper cd ./tmp/k3-image-gen/ ; make SOC=am62x CONFIG=evm CROSS_COMPILE=arm-linux-gnueabihf- 'CFLAGS=-fno-builtin -Wall -Iinclude/soc/am62xx -Isoc/am62xx/evm -Iinclude' SBL=/opt/u-boot/bb-u-boot-sk-am62/u-boot-spl.bin mrproper
cd ./tmp/k3-image-gen/ ; make SOC=am62x CONFIG=evm CROSS_COMPILE=arm-linux-gnueabihf- SYSFW_PATH=/opt/u-boot/bb-u-boot-sk-am62/ti-fs-firmware-am62x-gp.bin SBL=/opt/u-boot/bb-u-boot-sk-am62/u-boot-spl.bin cd ./tmp/k3-image-gen/ ; make SOC=am62x CONFIG=evm CROSS_COMPILE=arm-linux-gnueabihf- 'CFLAGS=-fno-builtin -Wall -Iinclude/soc/am62xx -Isoc/am62xx/evm -Iinclude' SYSFW_PATH=/opt/u-boot/bb-u-boot-sk-am62/ti-fs-firmware-am62x-gp.bin SBL=/opt/u-boot/bb-u-boot-sk-am62/u-boot-spl.bin
cp -v ./tmp/k3-image-gen/tiboot3.bin /opt/u-boot/$(TARGETDIR)/ cp -v ./tmp/k3-image-gen/tiboot3.bin /opt/u-boot/$(TARGETDIR)/
%: %:
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
package_name="bb-u-boot-sk-am62" package_name="bb-u-boot-sk-am62"
debian_pkg_name="${package_name}" debian_pkg_name="${package_name}"
package_version="2021.01.20220527.1" package_version="2021.01.20220527.2"
package_source="" package_source=""
src_dir="" src_dir=""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment