From mboxrd@z Thu Jan 1 00:00:00 1970 From: Curt Brune Date: Mon, 04 Mar 2013 10:30:45 -0800 Subject: [U-Boot] dtb vs. kernel command line arguments Message-ID: <5134E855.7070908@cumulusnetworks.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello - I want to pass a number of arguments from u-boot to the booted kernel. The arguments are needed by user space applications, not the kernel. I can think of two ways: 1. append args by setting "bootargs". 2. add nodes to the dtb before booting. Is there a preferred way to pass information like this? Like I said the arguments are not needed by the kernel device drivers, but by user space applications. I like the structure of nodes in the dtb. Cheers, Curt