Skip to content

Beagleplay security use cases#139

Closed
anpa8480 wants to merge 18 commits into
main_1.xfrom
security
Closed

Beagleplay security use cases#139
anpa8480 wants to merge 18 commits into
main_1.xfrom
security

Conversation

@anpa8480

Copy link
Copy Markdown

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
Comment thread apps/my-qt-app/CMakeLists.txt Outdated
Signed-off-by: anpa8480 <andor.pastor@gmail.com>
Comment thread apps/my-qt-app/helloworld.cpp Outdated
Signed-off-by: anpa8480 <andor.pastor@gmail.com>
Comment thread images/arm64/beaglebone/ai64/boot_extract.yaml Outdated
Signed-off-by: anpa8480 <andor.pastor@gmail.com>
Comment thread images/arm64/beaglebone/ai64/boot_configure.sh Outdated
Signed-off-by: anpa8480 <andor.pastor@gmail.com>
Comment thread images/arm64/beaglebone/beagleplay/base.yaml Outdated
Comment thread images/arm64/beaglebone/beagleplay/beaglebone.mk Outdated
Comment thread images/arm64/beaglebone/beagleplay/boot_compile.yaml
- outdir/*

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

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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>
Comment thread images/arm64/beaglebone/beagleplay/beaglebone.mk Outdated
Signed-off-by: anpa8480 <andor.pastor@gmail.com>
Comment thread images/arm64/beaglebone/beagleplay/beaglebone.mk Outdated
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>
Comment thread images/arm64/beaglebone/beagleplay/boot_compile.yaml Outdated
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