Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2021.07 is OUT / Merge Window is OPEN until 26 July 2021 / Release v2021.10 is scheduled for 04 October 2021 / http://www.denx.de/wiki/U-Boot / Channel archives at https://libera.irclog.whitequark.org/u-boot
jordemort has quit [Read error: Connection reset by peer]
kaji has quit [Read error: Connection reset by peer]
mvaittin has quit [Remote host closed the connection]
samueldr has quit [Remote host closed the connection]
cpackham[m] has quit [Remote host closed the connection]
cpackham[m] has joined #u-boot
mvaittin has joined #u-boot
jordemort has joined #u-boot
samueldr has joined #u-boot
kaji has joined #u-boot
mmu_man has quit [Ping timeout: 240 seconds]
vagrantc has quit [Quit: leaving]
flyback has quit [Quit: Leaving]
flyback has joined #u-boot
Zapy has quit [*.net *.split]
elafon has quit [*.net *.split]
xypron has quit [*.net *.split]
ullbeking has quit [*.net *.split]
ElementW has quit [*.net *.split]
yorick has quit [*.net *.split]
pratyush has quit [*.net *.split]
drewfustini_ has quit [*.net *.split]
niska has quit [*.net *.split]
BobBeck has quit [*.net *.split]
drewfustini__ has joined #u-boot
xypron has joined #u-boot
elafon_ has joined #u-boot
yorick has joined #u-boot
pratyush has joined #u-boot
ullbeking has joined #u-boot
yorick is now known as Guest4278
ElementW has joined #u-boot
niska has joined #u-boot
Zapy has joined #u-boot
agust has joined #u-boot
fdanis_away is now known as fdanis
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
frieder has joined #u-boot
fdanis is now known as fdanis_away
fdanis_away is now known as fdanis
guillaume_g has joined #u-boot
sszy has joined #u-boot
Guest4278 has joined #u-boot
Guest4278 has quit [Changing host]
Guest4278 is now known as yorick
matthias_bgg has joined #u-boot
<wyre> hi guys, I have this script https://github.com/engicam-stable/meta-engicam-nxp/blob/dunfell-community-bsp/script/u-boot-script/ker_dtb_fs.txt that the vendor provides me to flash the kernel image, dtb and rootfs
<wyre> my question is ... could I flash in the same way the u-boot between 0x00000000 and 0x00400000?
<wyre> how could I calc the addresses where I should flash the u-boot.imx file?
<wyre> and when I run it ... it produces the following output https://bpa.st/7CLQ
<wyre> but I'm not sure if these addresses are the correct ones ... I mean, I can see two gaps, mtd: #1 0x00200000 - 0x00300000 (0x0028f000) and mtd: #2 0x00300000 - 0x00400000 (0x0038f000)
<wyre> which one is the correct one? 🤔
akaWolf has quit [Ping timeout: 265 seconds]
akaWolf has joined #u-boot
johang_ is now known as johang
mmu_man has joined #u-boot
jwillikers has joined #u-boot
<sjg1> Tartarus: I'm looking at am335x_evm for of-platdata. Do you have the latest tree/patches somewhere?
<Tartarus> No, I didn't commit the minor changes I posted on the ML anywhere
<sjg1> Tartarus: OK, so if I had a crack at converting omap_hsmmc.c to of-platdata would that help
<sjg1> Tartarus: ?
<Tartarus> sjg1: cpsw is the hard one I think really
<sjg1> Tartarus: OK thanks, I think
matthias_bgg has quit [Ping timeout: 240 seconds]
redbrain has joined #u-boot
matthias_bgg has joined #u-boot
<sjg1> Tartarus: Another issue is that SPL_DM_SEQ_ALIAS doesn't work with of-platdata. Is that really needed in SPL?
<Tartarus> sjg1: Maybe? We have stdout-path = &uart0;
<sjg1> Tartarus: Well of-platdata just uses the first UART always. See serial_find_console_or_panic()
<Tartarus> OK
<sjg1> Tartarus: I wonder if it is needed for mmc on that board?
<Tartarus> There's also tick-timer = &timer2; but I don't know if that's used
<Tartarus> sjg1: Could be? mmc numbering starts at 1 not 0
<sjg1> Tartarus: OK...I'll come back to that as we don't have a solution at present
<sjg1> Tartarus: I'm having to read the of-plat docs to remember how to do this :-)
<Tartarus> Well, I don't recall if we reference that my alias exactly or not. Would have to double check how it works w/ that off atm
<sjg1> U-Boot contributor call in 25mins: https://bit.ly/3bFvwA1
<sjg1> Actually more like 55
redbrain has quit [Remote host closed the connection]
swiftgeek has quit [Ping timeout: 268 seconds]
_whitelogger has joined #u-boot
swiftgeek has joined #u-boot
<sjg1> Tartarus: OK I have done what I think I can on cpsw. The remaining problem is that it doesn't have separate drivers for the subnodes (mdio, slaves, cpsw-phy-sel). If those are added, it should work
frieder has quit [Remote host closed the connection]
<sjg1> Tartarus: The other issue is that DM_ETH should use 'uclass plat' for the device instead of 'plat'. Unfortunately when Ethernet was converted, udevice->uclass_plat did not exist
fdanis has quit [Quit: Coyote finally caught me]
fdanis has joined #u-boot
drewfustini__ is now known as drewfustini
drewfustini has quit []
drewfustini has joined #u-boot
fdanis is now known as fdanis_away
jeramiah has quit [Ping timeout: 272 seconds]
matthias_bgg has quit [Ping timeout: 258 seconds]
BWhitten has quit [Read error: Connection reset by peer]
sszy has quit [Ping timeout: 258 seconds]
<override> does anyone know of a python script I can use to set bootargs with?
<macromorgan> I'm not seeing a good way to add init specific parameters to a NAND chip. Thinking of doing it with an eye towards upstream. Would it be acceptable to add to the nand-ids.c file, or what's a good way to do it?
guillaume_g has quit [Quit: Konversation terminated!]
Zapy has quit [Ping timeout: 276 seconds]
alan_o has quit [Remote host closed the connection]
alan_o has joined #u-boot
<mrnuke> override: you can use subprocess.run() to start fw_setenv
agust has quit [Quit: Leaving.]
macromorgan has quit [Read error: Connection reset by peer]
macromorgan has joined #u-boot