<m4t>
as long as you use an absolute rather than relative path for OPENSBI= it shouldn't matter the directory structure
<bkeys>
Yeah I set it to an absolute path, then the error persisted so I am doing a clean build now
<bkeys>
m4t did a clean build and error persisted, not sure if I should take the warning serious or not
<bkeys>
Image 'main-section' is missing external blobs and is non-functional: opensbi
<bkeys>
some images are invalid
<bkeys>
Sounds serious to me
<m4t>
if the file is where you say it is, and the environment is set correctly, not sure, sorry
<m4t>
u-boot Makefile mentions 'make BINMAN_VERBOSE=3', perhaps you could pass that when building u-boot to get more info
<bkeys>
Yeah for some reason echo was blank
<bkeys>
Even though I set it, I set it again
<m4t>
so OPENSBI wasn't set properly?
<bkeys>
Seems so
<bkeys>
I am gonna go through each step to make sure nothing is nuking my variable
<bkeys>
Thank you for the help thus far.
<m4t>
you can also pass it like 'make OPENSBI=/some/path/fw.bin'
<m4t>
no ambiguity there
<bkeys>
Running make without explicit variable, if that does not work then I will explicitly set it
<bkeys>
Nope, error went away
<bkeys>
Onto the next step
<bkeys>
Yep, I have all of the files it mentions
<bkeys>
I will work on this tomorrow
<bkeys>
ttyl, thank you m4t
bkeys has quit [Ping timeout: 246 seconds]
torez has quit [Quit: torez]
mmu_man has quit [Ping timeout: 268 seconds]
Sout_ has quit [Excess Flood]
agust has joined #u-boot
Sout_ has joined #u-boot
Sout_ has quit [Changing host]
Sout_ has joined #u-boot
LeSpocky has joined #u-boot
<LeSpocky>
hello
<LeSpocky>
there's currently no driver in u-boot for reading and using nvmem cells from dts, right?
<ceene>
Hi! Any idea on what to do with a Xilinx Zynqmp based system which launches u-boot correctly using FSBL from Xilinx, but refuses to run uboot SPL? Latest uboot version should support loading of PMU firmware, I've contemplated it all but I can't get any serial output from SPL
alpernebbi has quit [Quit: No Ping reply in 180 seconds.]
mmu_man has joined #u-boot
alpernebbi has joined #u-boot
akaWolf has quit [Ping timeout: 265 seconds]
monstr has quit [Remote host closed the connection]
akaWolf has joined #u-boot
alpernebbi has quit [Quit: No Ping reply in 180 seconds.]
redbrain has joined #u-boot
akaWolf has quit [Ping timeout: 250 seconds]
Guest54 has joined #u-boot
akaWolf has joined #u-boot
Guest54 has quit [Quit: Client closed]
gsz has quit [Quit: leaving]
redbrain has quit [Ping timeout: 246 seconds]
<pavelow>
ceene: are you passing pm_cfg_obj, psu_init and pmufw.bin to the spl build? I think the flags should be: ZYNQMP_SPL_PM_CFG_OBJ_FILE, XILINX_PS_INIT_FILE and PMUFW_INIT_FILE