FergusL has quit [Read error: Connection reset by peer]
niska has quit [Ping timeout: 245 seconds]
niska has joined #u-boot
crb_ has quit [Ping timeout: 260 seconds]
crb_ has joined #u-boot
mmu_man has quit [Ping timeout: 255 seconds]
jclsn has quit [Ping timeout: 256 seconds]
jclsn has joined #u-boot
vigneshr has joined #u-boot
sakman has quit [Ping timeout: 256 seconds]
sakman has joined #u-boot
Clamor has joined #u-boot
ikarso has joined #u-boot
monstr has joined #u-boot
<wooosaiiii>
Hi all, I have U-Boot 2023.04 for my imx board and plan to use USE_DEFAULT_ENV_FILE to move away from C header files. It works but in a way but whenever I define multi-line variable (e.g. mmcboot) only the first line gets included in the environment.... What am I missing?
<qschulz>
marex: nevermind, false alarm, I just didn't read the flashing instructions I wrote myself.. I flashed to offset 32K instead of 0 on SPI-NOR, therefore the offset the SPL would look for in the SPI-NOR would be offset by 32K as well... sigh, such a dumb mistake :)
<marex>
qschulz: heh :)
monstr has quit [Ping timeout: 252 seconds]
<marex>
qschulz: as long as you found it ...
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
monstr has joined #u-boot
persmule has joined #u-boot
monstr has quit [Ping timeout: 252 seconds]
ungeskriptet has joined #u-boot
goliath has joined #u-boot
<LeSpocky>
the bad thing if you only update u-boot every now and then: you have to deal with things which got broken last year, and no one fixed it (yet)
<LeSpocky>
CONFIG_PARTITIONS for example was reworked between v2022.04 and v2022.07 and commit 3fb6fa7a71 ("disk: don't compile in partition support for spl/tpl if not really necessary") lead to disabling it in my config where ubifs is the only FS needed because the device boots from raw NAND only
<LeSpocky>
now distro boot fails because `if test -e …` fails because `file_exists()` fails because that eventually calls `fs_set_blk_dev()` which calls `part_get_info_by_dev_and_name_or_num()` which is not built anymore … BOOM
<LeSpocky>
however, if fs/fs.c unconditionally uses something from disk/part.c … shouldn't there be some 'select PARTITIONS' in fs/Kconfig then?
<marex>
LeSpocky: CI we have , HILT no
<LeSpocky>
sorry, don't understand
glaroque has joined #u-boot
deathcamel57 has quit [Ping timeout: 260 seconds]
prabhakarlad has quit [Quit: Client closed]
ungeskriptet has joined #u-boot
ungeskriptet6 has joined #u-boot
ungeskriptet has quit [Ping timeout: 264 seconds]
ungeskriptet has joined #u-boot
ungeskriptet6 has quit [Ping timeout: 256 seconds]
lixkel_ has joined #u-boot
<Forty-Bot>
iprusov: I will pick that up when I do my next PR
<Forty-Bot>
it will go into next
<iprusov>
Forty-Bot: Got it, thanks!
<marex>
LeSpocky: CI is already running on each U-Boot commit in gitlab
<marex>
LeSpocky: hardware-in-loop-test is not
<marex>
^ HILT
<LeSpocky>
well that HILT acronym was the missing piece
persmule has quit [Quit: Leaving]
mmu_man has quit [Ping timeout: 260 seconds]
mmu_man has joined #u-boot
stefanro has quit [Quit: Leaving.]
ldevulder has quit [Ping timeout: 255 seconds]
ldevulder has joined #u-boot
persmule has joined #u-boot
persmule has quit [Ping timeout: 240 seconds]
<NishanthMenon>
pivi: I am not sure yet if TI team has it in the plans. Let me check with Sjoerd.
justThanks is now known as justache
tchebb has joined #u-boot
krastev67 has joined #u-boot
persmule has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
<pivi>
NishanthMenon: cool, from verdin-am62 point of view this is the only functionality we need that is missing in mainline u-boot. after that we would just use mainline u-boot (not sure if there is anything missing at the SOC level that would make this a bad idea)
<NishanthMenon>
pivi, Finally!!!! ;) actual products using mainline. dream come true. I will be working with a dev next month in cleaning up the mmc aspects of things..
<NishanthMenon>
pivi: let me know if you do see something missing, will start pushing for those to be solved as well..
<pivi>
NishanthMenon: are there any mmc issue in U-Boot with AM62? We are regularly booting from eMMC using U-Boot SPL 2024.01-rc2 in our latest CI/testing
<NishanthMenon>
pivi: from my understanding there are outstanding patches and fixes on TI u-boot that have'nt made it to upstream on various SoCs. I am yet to see a fail on the SK or BeaglePlay for example, but I dont like technical debt..
___nick___ has joined #u-boot
<NishanthMenon>
pivi: the plan is to get kernel fixed up first and then backport the fixes for u-boot.
<Clamor>
Hello! I have to convert a lot of string values from dts into int values. Which method is preferred for this?
<marex>
Clamor: sed ?
<marex>
Clamor: I think the question needs to be defined better
tchebb has joined #u-boot
<Clamor>
I have many string names parsed from tree (pin names and functions) and I need to convert those values from strings into integers to further use
<Clamor>
marex:
<marex>
Clamor: sed
tchebb_ has quit [Ping timeout: 252 seconds]
<Sout>
could you compile the dtc, then uncompile it? if you want to convert &entry to the int?
<marex>
Sout: Clamor is not talking about phandles
<Sout>
ah k.
<marex>
(at least it doesn't seem that way)
<Clamor>
I am
<Clamor>
This is inside dm driver
<marex>
pin names and functions ... that's not phandles ?
<Clamor>
Those are props inside phandles
<marex>
Clamor: what do you call a phandle ?
<Clamor>
Pin node, which contains pin properties, subnode of pinmux