Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Feb 22, 2025
1 parent 47ef552 commit 045cecb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/sdk_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ $TYPE_2
$TYPE_2
EOF

sed -i '/BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y/a\BR2_PACKAGE_OPENHD=y\nBR2_PACKAGE_POCO=y' /config/buildroot_defconfig
sed -i '/BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y/a\BR2_PACKAGE_OPENHD=y\nBR2_PACKAGE_POCO=y' config/buildroot_defconfig

echo "Starting build steps for: $platform"
echo "------------------------------------------------------------"
Expand Down
1 change: 0 additions & 1 deletion stages/02-Packages/00-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ set -e

CLEANCLEAN=true


# X20 specific code
function install_x20_packages {
#sudo apt install -y firmware-realtek NEEDS FIXING
Expand Down
7 changes: 6 additions & 1 deletion stages/03-Preconfiguration/02-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
# Do not use log here, it will end up in the image
# Here we do simple platform detection for OpenHD with creating a few folders


# Generate buffer space to allow the user to add files or programs +1000mb
dd if=/dev/zero of=/opt/space.img bs=1M count=1024


rm -Rf /opt/additionalFiles
echo "alias led='led_sys.sh'" | sudo tee -a /etc/bash.bashrc >/dev/null
#echo "alias led='led_sys.sh'" | sudo tee -a /etc/bash.bashrc >/dev/null


if [[ "${OS}" == "radxa-debian-rock5a" ]]; then
Expand Down

0 comments on commit 045cecb

Please sign in to comment.