[U-Boot] Default boot arguments in case of missing FDT

4 Mar
2018
4 Mar
'18
8:27 a.m.
Hi all, I need to implement a check on whether user provided a valid FDT or not(on beagle bone Black). So,
- First, what is the default value(if any) of FDT pointer passed on via uboot to kernel? - Is there a option to set/customize the default FDT pointer value?
Regard,
Udit agarwal

4 Mar
4 Mar
5:07 p.m.
I found here https://www.denx.de/wiki/DULG/UBootCmdGroupExec that if, fdt pointer is missing, by default bd_info will be passed. Can/How can I override this, to pass my own default FDT?
On Sun, Mar 4, 2018 at 12:57 PM, Udit agarwal dev.madaari@gmail.com wrote:
Hi all, I need to implement a check on whether user provided a valid FDT or not(on beagle bone Black). So,
- First, what is the default value(if any) of FDT pointer passed on
via uboot to kernel?
- Is there a option to set/customize the default FDT pointer value?
Regard,
Udit agarwal
2623
Age (days ago)
2623
Last active (days ago)
1 comments
1 participants
participants (1)
-
Udit agarwal