Jump to content

Kernel boot arguments


Ake

Recommended Posts

Hi.

I have Cubieboard 1 with Armbian Jessie installed on NAND. I've tried to disable output during boot as described here: https://docs.armbian.com/User-Guide_Fine-Tuning/#how-to-toggle-boot-output, but there are no existing boot.cmd and boot.scr in boot partition. I've found out that uEnv.txt have same purpose but it seems that editing this file doesn't affects arguments, /proc/cmdline remains the same.

Link to comment
Share on other sites

/boot/uEnv.txt:

console=tty1
root=/dev/nand2 rootwait
extraargs="console=tty1 hdmi.audio=EDID:0 disp.screen0_output_mode=EDID:0 consoleblank=0 loglevel=1 sunxi_ve_mem_reserve=128"

dmesg:

Kernel command line: console=ttyS0,115200 root=/dev/nand2 rootwait loglevel=8 panic=10 console=tty1 hdmi.audio=EDID:0 disp.screen0_output_mode=EDID:0 consoleblank=0 loglevel=1

Does uEnv.txt require any actions other than editing?

Link to comment
Share on other sites

Problem is solved.

 

My mistake was adjusting uEnv.txt located in first partition (/dev/nanda) which mounts to /boot. In fact, actual uEnv.txt located in /boot directory of second (root) partiton (/dev/nandb). I've booted from SD, edited it and now everything works properly.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines