Skip to content

Commit

Permalink
feat: add support for radxa rock 4c+
Browse files Browse the repository at this point in the history
Build Talos image for the Radxa ROCK 4C+ SBC.

Signed-off-by: Damià Poquet Femenia <[email protected]>
  • Loading branch information
DamiaPoquet committed Mar 19, 2024
1 parent 6f3b75a commit a287dc8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions artifacts/rock4cplus/u-boot/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,22 @@ steps:
# rock-4c-plus-rk3399
- |
mkdir -p /usr/bin \
<<<<<<< HEAD
&& ln -sf /toolchain/bin/env /usr/bin/env \
&& ln -sf /toolchain/bin/python3 /toolchain/bin/python

pip3 install pyelftools
=======
&& ln -sf /toolchain/bin/env /usr/bin/env
>>>>>>> 87b220e (feat: add support for radxa rock 4c+)

tar xf u-boot.tar.bz2 --strip-components=1
- |
make rock-4c-plus-rk3399_defconfig
<<<<<<< HEAD
=======
sed -i "s/CONFIG_TOOLS_LIBCRYPTO=y/# CONFIG_TOOLS_LIBCRYPTO is not set/" .config
>>>>>>> 87b220e (feat: add support for radxa rock 4c+)
build:
- |
make -j $(nproc) HOSTLDLIBS_mkimage="-lssl -lcrypto" BL31=/libs/arm-trusted-firmware/rk3399/bl31.elf
Expand Down

0 comments on commit a287dc8

Please sign in to comment.