Skip to content
Discussion options

You must be logged in to vote

Yeah, I need to implement some Env.txt like Armbian does. I have some instructions written below, and please let me know if you have any troubles.

  1. Edit the file /boot/firmware/boot.cmd with sudo privileges.
  2. Edit the line that begins with env set bootargs (line 6 to be exact) and insert apparmor=1 security=apparmor at the end of the line inside the quotes.
  3. Re-compile the boot script:
sudo mkimage -A arm64 -O linux -T script -C none -n "Boot Script" -d /boot/firmware/boot.cmd /boot/firmware/boot.scr
  1. Reboot

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@0asisX
Comment options

@Joshua-Riek
Comment options

Answer selected by 0asisX
Comment options

You must be logged in to vote
1 reply
@hhyygg2009
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants