Jump to content

armbianEnv.txt - overview-


denni_isl

Recommended Posts

There is no such overview - parameters can be different from kernel to kernel. Too much work for something almost nobody will notice. One parameter that is common for all is extraargs= which is directly translated to https://www.kernel.org/doc/html/v4.14/admin-guide/kernel-parameters.html Peek into boot.cmd script to understand how those parameters are passed on.

 

Then others - like verbosity - is just extracted from there. Then you have overlays and its parameters. That is different from kernel to kernel. Its directly tied to the hardware.

Link to comment
Share on other sites

Just a brief question.

Is it possible to pass something similar to this into armbianEnv.txt?

 

bootargs=root=/dev/mmcblk1p1 rw rootwait console=tty0 console=ttyMSM0,115200n8 rootfs=ext4 noinitrd selinux=0
bootcmd=ext4load mmc 1:1 ${kernel_addr_r} /boot/uImage; ext4load mmc 1:1 ${fdt_addr_r} /boot/apq8016-sbc.dtb; bootm ${kernel_addr_r} - ${fdt_addr_r}
uenvcmd=run bootcmd

 

Actually particularly to be more precise -

bootcmd=ext4load mmc 1:1 ${fdt_addr_r} /boot/apq8016-sbc.dtb;

 

 

Link to comment
Share on other sites

20 minutes ago, denni_isl said:

Is it possible to pass something similar to this into armbianEnv.txt?


armbianEnv.txt is designed to pass just a few parameters, while the rest - the unchangeable part - remains in the boot script which is on you to code together for your purpose.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines