Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2021.10 is OUT / Merge Window is OPEN until 25 October 2021 / Release v2022.01 is scheduled for 10 January 2022 / http://www.denx.de/wiki/U-Boot / Channel archives at https://libera.irclog.whitequark.org/u-boot
camus has quit [Ping timeout: 256 seconds]
camus has joined #u-boot
qastokes has joined #u-boot
vagrantc has joined #u-boot
vagrantc has quit [Quit: leaving]
sdfgsdfg has joined #u-boot
samekh_ has joined #u-boot
samekh has quit [Ping timeout: 252 seconds]
mmu_man has quit [Ping timeout: 265 seconds]
sdfgsdfg has quit [Quit: ZzzZ]
camus1 has joined #u-boot
camus has quit [Read error: Connection reset by peer]
camus1 is now known as camus
Xavier7 has joined #u-boot
camus1 has joined #u-boot
camus has quit [Ping timeout: 265 seconds]
camus1 is now known as camus
jwillikers has joined #u-boot
LeSpocky has quit [Ping timeout: 240 seconds]
LeSpocky has joined #u-boot
jwillikers has quit [Remote host closed the connection]
qastokes has quit [Quit: qastokes]
qastokes has joined #u-boot
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
camus1 has joined #u-boot
camus has quit [Ping timeout: 256 seconds]
camus1 is now known as camus
stefanro has quit [Ping timeout: 268 seconds]
sdfgsdfg has joined #u-boot
stefanro has joined #u-boot
Xavier7 has quit [Quit: • IRcap • 8.72 •]
camus1 has joined #u-boot
camus has quit [Ping timeout: 265 seconds]
camus1 is now known as camus
flyback has quit [Ping timeout: 252 seconds]
camus has quit [Ping timeout: 240 seconds]
camus has joined #u-boot
camus has quit [Read error: Connection reset by peer]
camus has joined #u-boot
flyback has joined #u-boot
sdfgsdfg has quit [Quit: ZzzZ]
camus has quit [Ping timeout: 240 seconds]
camus has joined #u-boot
dvergatal has quit [Ping timeout: 256 seconds]
dvergatal has joined #u-boot
sdfgsdfg has joined #u-boot
fdanis_away is now known as fdanis
eloi has joined #u-boot
agust has joined #u-boot
guillaume_g has joined #u-boot
qastokes has quit [Quit: qastokes]
qastokes has joined #u-boot
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
persmule has quit [Ping timeout: 276 seconds]
persmule has joined #u-boot
persmule has quit [Client Quit]
pbergin has quit [Ping timeout: 240 seconds]
<wyre> why do you think is this? https://bpa.st/C5GA
persmule has joined #u-boot
matthias_bgg has joined #u-boot
sszy has joined #u-boot
<LeSpocky> maybe file too big?
<wyre> LeSpocky, this is the config file I'm using to create my MACHINE image https://github.com/engicam-stable/meta-engicam-nxp/blob/dunfell-community-bsp/conf/machine/imx6ull-microgea.conf
<wyre> I'm guessing once bitbake has produced all (dtb, zImage, rootfs.ubifs and wic image) I should be able to boot from an SD card and flash the NAND with this script https://bpa.st/VU3Q
<wyre> by performing something like `tftp myscript.scr` and `so`
<wyre> but I'm not sure why u-boot in sdcard is not able to flash the NAND with that script
pbergin has joined #u-boot
<wyre> I'm able to flash some other SoMs with that very same script ... I'm not sure why the script is not working for brand new modules (all are the same SoM, imx6ull-microgea)
<wyre> anyway ... LeSpocky the point is U-Boot fails at loading the rootfs.ubifs in RAM, right?
<wyre> because that Load address: 0x80800000 is the RAM address where is loaded the file before being flashed, is this right?
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
mmu_man has joined #u-boot
qastokes has quit [Quit: qastokes]
<LeSpocky> yes, you get those T T T in tftp if somethings wrong with tftp transfer, usually if there's some problem with network cabling, packet loss, such things
<LeSpocky> I'm not sure what happens, if the file you receive trough tftp is to big to fit in RAM from $loadaddr onwards, that was just a wild guess
<LeSpocky> but I don't know the memory and address layout of your board, nor your file sizes
sicelo_ has joined #u-boot
<LeSpocky> but telling from the amount of #### printed before the file seems rather big
apritzel_ has joined #u-boot
sdfgsdfg has quit [Quit: ZzzZ]
<wyre> LeSpocky, it's a little weird because for some SoMs there is not problem to load the file in RAM
<wyre> but some others aren't able to load it
<wyre> how could I check the memory and address layout in my board?
<wyre> could I do this form u-boot cli?
<wyre> the filesize of the rootfs.ubifs is 165MB
<wyre> and the SoM has 512MB of RAM
<wyre> so ... I'm not sure why is not fitting in 🤔
<LeSpocky> are these all the same SoMs?
<wyre> LeSpocky, sure
<wyre> I'm mailing to Engicam support ... but I'd like to dig about what could be the problem
<wyre> that's why I'm asking a way to checkout the memory or the address layout of the board from u-boot cli
<LeSpocky> if all are of the same type and some work and some don't, this might be a hardware problem?
<wyre> LeSpocky, I'd say the working SoMs also gave me this problem the firs time I tied to flash them
<LeSpocky> for memory test in u-boot I used these recently:
<wyre> s/tied/tried/
sicelo_ has quit [Quit: Bye!]
<LeSpocky> CONFIG_CMD_MEMTEST=y, CONFIG_SYS_ALT_MEMTEST=y, CONFIG_SYS_MEMTEST_START=, CONFIG_SYS_MEMTEST_END=
<LeSpocky> note: you can not test the complete memory if u-boot itself is running from dram
<wyre> I think the problem could be due the BSP Engicam distributes ... is to build pyro ... and you can see its machine conf file in here https://github.com/engicam-stable/meta-engicam/blob/pyro/conf/machine/microgea.conf but I'd like to build
sicelo_ has joined #u-boot
sicelo_ has joined #u-boot
sicelo_ has quit [Changing host]
<wyre> the point is that I'd like to build dunfell so that's why I'm using this newer layer with this newer machine conf file https://github.com/engicam-stable/meta-engicam-nxp/blob/dunfell-community-bsp/conf/machine/imx6ull-microgea.conf
<wyre> I'm not sure if I should use the very same MKUBIFS_ARGS or UBINIZE_ARGS for this newer machine conf file
<wyre> LeSpocky, what do you think about these differences for MKUBIFS_ARGS and UBINIZE_ARGS at both machine config files?
<LeSpocky> remembering your first output, things failed on tftp, before actually flashing or even mounting ubifs
<wyre> and ... where should I add these parameters for memtests? at my image recipe? 🤔
<wyre> apparently these are building arguments for u-boot
<LeSpocky> yes, u-boot kconfig, depends on how you build u-boot
* LeSpocky is out for lunch now
<LeSpocky> bbl
<wyre> thank you anyway LeSpocky 😜
<LeSpocky> wyre: you're welcome, btw, the repo looks like yocto layer stuff and I have no experience with yocto at all (using ptxdist and buildroot)
<wyre> sure, LeSpocky I appreciate very much your help anyway 😜
sicelo_ has quit [Quit: Bye!]
sdfgsdfg has joined #u-boot
persmule has quit [Ping timeout: 276 seconds]
persmule has joined #u-boot
pbergin has quit [Ping timeout: 265 seconds]
camus has quit [Ping timeout: 268 seconds]
camus has joined #u-boot
tnovotny has joined #u-boot
smartin has joined #u-boot
sdfgsdfg has quit [Quit: ZzzZ]
jwillikers has joined #u-boot
jwillikers has quit [Remote host closed the connection]
pgreco has quit [Ping timeout: 256 seconds]
pgreco has joined #u-boot
pbergin has joined #u-boot
tnovotny has quit [Quit: Leaving]
camus1 has joined #u-boot
camus has quit [Read error: Connection reset by peer]
camus1 is now known as camus
monstr has joined #u-boot
smartin has quit [Remote host closed the connection]
smartin has joined #u-boot
camus has quit [Ping timeout: 240 seconds]
camus has joined #u-boot
tr1265[m] has joined #u-boot
tr1265[m] is now known as TomRini[m]
TomRini[m] is now known as Tartarus_
eloi has quit [Ping timeout: 256 seconds]
Tartarus has quit []
Tartarus_ is now known as Tartarus
Tartarus has quit [Quit: Reconnecting]
Tartarus has joined #u-boot
Tartarus has quit [Client Quit]
Tartarus has joined #u-boot
<Tartarus> lets see if this bridge thing is working right...
guillaume_g has quit [Quit: Konversation terminated!]
eloi has joined #u-boot
fdanis is now known as fdanis_away
<sjg1> milkylainen: For the EFI app I think we need to move away from fixed addresses, at least until we exit boot services. It is hard to do with scripting but pretty easy if we can land standard boot, which already allocates some things
matthias_bgg has quit [Ping timeout: 256 seconds]
torez has joined #u-boot
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
apritzel_ has quit [Ping timeout: 265 seconds]
monstr has quit [Remote host closed the connection]
pbergin has quit [Ping timeout: 265 seconds]
camus has quit [Ping timeout: 256 seconds]
camus has joined #u-boot
<milkylainen_> sjg1: Ok.
<milkylainen_> I assume normal alloc tidbits can be used? Like alignment etc?
pbergin has joined #u-boot
___nick___ has joined #u-boot
frieder has joined #u-boot
frieder has quit [Remote host closed the connection]
<sjg1> milkylainen_: Yes I think so
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
sdfgsdfg has joined #u-boot
___nick___ has joined #u-boot
___nick___ has quit [Client Quit]
___nick___ has joined #u-boot
LeSpocky has quit [Quit: reboot]
Dhruvagole[m] has quit [Ping timeout: 268 seconds]
jurc192[m] has quit [Ping timeout: 245 seconds]
jordemort has quit [Ping timeout: 240 seconds]
alone[m] has quit [Ping timeout: 250 seconds]
hthiery has quit [Ping timeout: 252 seconds]
cpackham[m] has quit [Ping timeout: 240 seconds]
Tartarus has quit [Ping timeout: 260 seconds]
LinuxHackerman has quit [Ping timeout: 260 seconds]
MartijnBraam[m] has quit [Ping timeout: 240 seconds]
[0x4A6F] has quit [Ping timeout: 250 seconds]
kallisti5[m] has quit [Ping timeout: 250 seconds]
samueldr has quit [Ping timeout: 260 seconds]
mvaittin has quit [Ping timeout: 268 seconds]
qastokes has joined #u-boot
samueldr has joined #u-boot
mvaittin has joined #u-boot
___nick___ has quit [Ping timeout: 268 seconds]
Dhruvagole[m] has joined #u-boot
jordemort has joined #u-boot
hthiery has joined #u-boot
qastokes has quit [Quit: qastokes]
jurc192[m] has joined #u-boot
torez has quit [Quit: torez]
smartin has quit [Quit: smartin]
cpackham[m] has joined #u-boot
MartijnBraam[m] has joined #u-boot
LinuxHackerman has joined #u-boot
Tartarus has joined #u-boot
elafon has quit [Ping timeout: 245 seconds]
Tartarus has quit [Read error: Connection reset by peer]
LinuxHackerman has quit [Read error: Connection reset by peer]
jurc192[m] has quit [Read error: Connection reset by peer]
cpackham[m] has quit [Read error: Connection reset by peer]
hthiery has quit [Read error: Connection reset by peer]
jordemort has quit [Write error: Connection reset by peer]
mvaittin has quit [Read error: Connection reset by peer]
MartijnBraam[m] has quit [Write error: Connection reset by peer]
Dhruvagole[m] has quit [Read error: Connection reset by peer]
samueldr has quit [Write error: Connection reset by peer]
elafon has joined #u-boot
cpackham[m] has joined #u-boot
pbergin has quit [Remote host closed the connection]
pbergin has joined #u-boot
sdfgsdfg has quit [Quit: ZzzZ]
cpackham[m] has quit [Quit: Client limit exceeded: 20000]
kallisti5[m] has joined #u-boot
jordemort has joined #u-boot
[0x4A6F] has joined #u-boot
jurc192[m] has joined #u-boot
MartijnBraam[m] has joined #u-boot
hthiery has joined #u-boot
Dhruvagole[m] has joined #u-boot
alone[m] has joined #u-boot
LinuxHackerman has joined #u-boot
mvaittin has joined #u-boot
samueldr has joined #u-boot
Tartarus has joined #u-boot
MartijnBraam[m] has quit [Quit: Client limit exceeded: 20000]
kallisti5[m] has quit [Quit: Client limit exceeded: 20000]
Dhruvagole[m] has quit [Quit: Client limit exceeded: 20000]
qastokes has joined #u-boot
pbergin has quit [Remote host closed the connection]
pbergin has joined #u-boot
pbergin has quit [Remote host closed the connection]
pbergin has joined #u-boot
pbergin has quit [Remote host closed the connection]
pbergin has joined #u-boot
eloi has quit [Ping timeout: 265 seconds]
pgreco_ has joined #u-boot
pgreco has quit [Ping timeout: 265 seconds]
sdfgsdfg has joined #u-boot
sdfgsdfg has quit [Client Quit]
agust has quit [Quit: Leaving.]
camus has quit [Ping timeout: 265 seconds]
camus has joined #u-boot