Skip to content

Conversation

@anpa8480
Copy link

Changes

(Provide a brief description of the changes in this pull request)

Dependencies:

(Provide list of pull requests with dependecies with this pull request)

Tests results

<!-- add Robot test CLI logs here. -->

Developer Checklist:

  • Test: Changes are tested
  • Doc: Documentation has been updated
  • Git: Informative git commit message(s)
  • Issue: If a related GitHub issue exists, linking is done

Checklists for documentation

  • Grammar: the content is grammatically correct
    (spelling, grammar, formatting, US English is used)
  • Comprehensibility/Unambiguousness: the content is easy readable, clear to understand
  • Correctness and consistency: the content is technically correct and consistent,
    no contradictions, no double descriptions
  • Terminology: technical terms are clear and they are used correctly and documented in the glossary
  • Level of detail: the content matches the detail level necessary for the reviewed object

Reviewer checklist:

  • Review: Changes are reviewed
  • Review: Tested by the reviewer

Checklists for documentation

  • Grammar: the content is grammatically correct
    (spelling, grammar, formatting, US English is used)
  • Comprehensibility/Unambiguousness: the content is easy readable, clear to understand
  • Correctness and consistency: the content is technically correct and consistent,
    no contradictions, no double descriptions
  • Terminology: technical terms are clear and they are used correctly and documented in the glossary
  • Level of detail: the content matches the detail level necessary for the reviewed object

@anpa8480 anpa8480 changed the title Security Beagleplay security use cases Jun 11, 2025
Signed-off-by: anpa8480 <andor.pastor@gmail.com>
Signed-off-by: anpa8480 <andor.pastor@gmail.com>
Signed-off-by: anpa8480 <andor.pastor@gmail.com>
Signed-off-by: anpa8480 <andor.pastor@gmail.com>
- outdir/*

scripts:
- name: boot_configure.sh No newline at end of file
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- name: boot_configure.sh
- name: boot_configure.sh

./../bootloader/bootloader_uboot_cortexR.sh
./../bootloader/bootloader_uboot_cortexA.sh

cp ./../bootloader/extlinux.conf ${PROJECT_HOME}/${BOOTLOADER_DIR}/public/ No newline at end of file
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
cp ./../bootloader/extlinux.conf ${PROJECT_HOME}/${BOOTLOADER_DIR}/public/
cp ./../bootloader/extlinux.conf ${PROJECT_HOME}/${BOOTLOADER_DIR}/public/

fi
#else
# echo "${BLUE}CORTEXA u-boot binary ${PROJECT_HOME}/${BOOTLOADER_DIR}/public/u-boot.img already present${NC}"
#fi No newline at end of file
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#fi
#fi

# Reset the kernel value - we don't want to download and extract it
kernel: null
# Root device to mount
root_device: /dev/mmcblk1p2 No newline at end of file
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
root_device: /dev/mmcblk1p2
root_device: /dev/mmcblk1p2

make -C ${PROJECT_HOME}/${KERNEL_DIR}/linux-6.1.46-ti-arm64-r13 O=${PROJECT_HOME}/${KERNEL_DIR}/linux_build -j$(nproc)
else
echo "${ORANGE}${PROJECT_HOME}/${KERNEL_DIR}/linux_build folder exist which means kernel was already built. If the build was corrupted please delete the folder to force rebuild!${NC}"
fi No newline at end of file
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
fi
fi

mode: 755
scripts:
- name: config_root.sh # Name of the script, relative path to this file
env: chroot # Type of execution environment No newline at end of file
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
env: chroot # Type of execution environment
env: chroot # Type of execution environment

mode: 755
scripts:
- name: config_root.sh # Name of the script, relative path to this file
env: chroot # Type of execution environment No newline at end of file
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
env: chroot # Type of execution environment
env: chroot # Type of execution environment

anpa8480 added 2 commits June 11, 2025 15:54
Signed-off-by: anpa8480 <andor.pastor@gmail.com>
Signed-off-by: anpa8480 <andor.pastor@gmail.com>
Signed-off-by: anpa8480 <andor.pastor@gmail.com>
anpa8480 added 2 commits June 11, 2025 15:55
Signed-off-by: anpa8480 <andor.pastor@gmail.com>
Signed-off-by: anpa8480 <andor.pastor@gmail.com>
Signed-off-by: anpa8480 <andor.pastor@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants