Hi Tomek, On 17 Oct 2020, at 14:57, Tomek The Messenger <[email protected]> wrote: > Does anybody of You know how to pass it from u-boot? I can stop in u-boot and > pass log level 7 but I don't know what command should I write in order to do > it.
Try adding `loglevel=7` to the `bootargs` U-Boot environment variable. You can do that with the `setenv` command (https://www.denx.de/wiki/view/DULG/UBootEnvVariables). You probably also want to set something like `earlyprintk=serial`. On the Kernel parameters: https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html Good luck, Ezra. _______________________________________________ Kernelnewbies mailing list [email protected] https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
