Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Aug 25, 2024
1 parent 6171a3c commit cb477f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/uPart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ add_fat32_partition() {
dd if=/dev/zero of=fat.img bs=1M count=300
cat fat.img >> "${PREV_WORK_DIR}"/*.img
rm -f fat.img
if [[ "${OS}" == "ubuntu-x86-minimal" ]] || [[ "${OS}" == "ubuntu-x86" ]]; then
if [[ "${OS}" == "ubuntu-x86-minimal" ]] || [[ "${OS}" == "ubuntu-x86" ]] || [[ "${OS}" == "debian_x20" ]]; then
echo "Video partition not supporte yet"
elif [[ "${OS}" == "radxa-debian-rock-cm3" ]]; then
sgdisk -e "${PREV_WORK_DIR}"/*.img
Expand Down
6 changes: 3 additions & 3 deletions stages/03-Preconfiguration/02-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ mkdir -p /usr/local/share/openhd_platform/rpi/

elif [[ "${OS}" == "debian-X20" ]]; then
mkdir -p /usr/local/share/openhd_platform/x20
mkdir -p /boot/openhd
mkdir -p /conf/openhd
mkdir -p /config/openhd
mkdir -p /boot/openhd/Videos2
mkdir -p /conf/openhd/Videos3
mkdir -p /config/openhd/Videos4
touch /boot/openhd/hardware_vtx_v20.txt
touch /conf/openhd/hardware_vtx_v20.txt
touch /config/openhd/hardware_vtx_v20.txt
Expand Down

0 comments on commit cb477f0

Please sign in to comment.