<zpiro>
hays: rule of thumb for linux, is tmpfs for half of RAM, and for lowerr limit as you say, the size of ROM. From principle it should always be possible to load from lower level boot order to this. ROM is also, and what it should be, BL0 written into microprocessor and chip, or BL1 or BL32, but in theory it dan be done.
<zpiro>
the idea is thought, BL0 is the IC, it is literally etched in silicon, the rest is what you have to work with - where the cool question is how much cache before reaching DRAM.
<zpiro>
hays: don't know, but, asking about errors and showing you can use a debugger is likely to lead to useful anwers for someones interest.
hanetzer has quit [Ping timeout: 264 seconds]
hanetzer has joined #u-boot
<zpiro>
Just to be boring pendantic, ROM can be what is written to an IC, and what cannot be changed at all. To ROM that only can be written or changed when powered down.
<zpiro>
EEPROM and all such things, come with ROM, it is not RAM.
mmu_man has quit [Ping timeout: 264 seconds]
thopiekar has quit [Ping timeout: 264 seconds]
thopiekar has joined #u-boot
umbramalison has quit [Quit: %So long and thanks for all the fish%]
umbramalison has joined #u-boot
vagrantc has quit [Quit: leaving]
kettenis has quit [Ping timeout: 268 seconds]
kettenis has joined #u-boot
thopiekar has quit [Ping timeout: 248 seconds]
thopiekar has joined #u-boot
jagan has joined #u-boot
jclsn has quit [Ping timeout: 260 seconds]
jclsn has joined #u-boot
LeSpocky has quit [Ping timeout: 250 seconds]
LeSpocky has joined #u-boot
davlefou has quit [Ping timeout: 248 seconds]
davlefou has joined #u-boot
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
persmule has quit [Quit: Leaving]
<hays>
anyone else have minicom not allow ctrl-o in nano?
persmule has joined #u-boot
thopiekar_ has joined #u-boot
thopiekar has quit [Ping timeout: 268 seconds]
davlefou has quit [Ping timeout: 248 seconds]
davlefou has joined #u-boot
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
ladis has joined #u-boot
ldevulder has quit [Remote host closed the connection]
ldevulder has joined #u-boot
sszy has joined #u-boot
mckoan|away is now known as mckoan
guillaume_g has joined #u-boot
matthias_bgg has joined #u-boot
camus has quit [Ping timeout: 260 seconds]
camus has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
sughosh has joined #u-boot
prabhakarlad has joined #u-boot
apritzel has joined #u-boot
guillaume_g has quit [Ping timeout: 268 seconds]
guillaume_g has joined #u-boot
Dhruvag2000[m] has joined #u-boot
<Dhruvag2000[m]>
Hey, I was wondering if while generating the DTB is there a rule to enforce size padding to have even number of bytes?
<Dhruvag2000[m]>
forgot to mention, this is part of a larger FIT image whose its again is generated by a script. So iff there was some Makefile option in general it would help more.
zpiro has quit [Quit: leaving]
<Dhruvag2000[m]>
is ``arch/arm/dts/Makefile:DTC_FLAGS += -a 4`` the correct way
<Dhruvag2000[m]>
I tried adding a ``468 DTC_FLAGS += -a 4`` in main Makefile, didn't seem to help
guillaume_g has quit [Ping timeout: 250 seconds]
monstr has joined #u-boot
mmu_man has joined #u-boot
guillaume_g has joined #u-boot
mckoan is now known as mckoan|away
ide12 has quit [Quit: Cya!]
ide12 has joined #u-boot
stefanro has quit [Ping timeout: 268 seconds]
stefanro has joined #u-boot
sughosh has quit [Read error: Connection reset by peer]
torez has joined #u-boot
thopiekar_ has quit [Quit: Likely restarting quassel...]
thopiekar has joined #u-boot
persmule_ has joined #u-boot
persmule has quit [Remote host closed the connection]
persmule_ has quit [Remote host closed the connection]
persmule has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
lucascastro has joined #u-boot
sughosh has joined #u-boot
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
<qschulz>
fitimage support in extlinux is half-broken
<qschulz>
I don't understand why fdtcontroladdr environment variable is passed to bootm if there's currently no third argument
<qschulz>
considering that this variable is automatically set by U-Boot if U-Boot is built with FDT support (which is the case for most boards I would assume ?)
<qschulz>
narmstrong: you actually reported this before, so looking if there's any patch somewhere
<narmstrong>
qschulz: yep I pushed a fix but it broke some random tests, and I failed to find time finding why