<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
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]