mauz555 has quit [Remote host closed the connection]
stroboko1p has joined #m-labs
strobokopp has quit [Ping timeout: 260 seconds]
mumptai_ has joined #m-labs
mumptai has quit [Ping timeout: 260 seconds]
mtrbot-ml_ has quit [Remote host closed the connection]
mtrbot-ml has joined #m-labs
mtrbot-ml has quit [Remote host closed the connection]
mtrbot-ml has joined #m-labs
mtrbot-ml has quit [Remote host closed the connection]
mtrbot-ml has joined #m-labs
<mtrbot-ml>
[mattermost] <sb10q> @astro I don't understand the comment "The stack must not be in OCM because core1 still has to initialize its MMU before it can access DDR."
<mtrbot-ml>
[mattermost] <sb10q> did you mean, "The stack must not be in DDR..."
<mtrbot-ml>
[mattermost] <sb10q> @astro why are you aligning the BSS section to 16KB?
<mtrbot-ml>
[mattermost] <sb10q> @astro can a core reset itself? if a core does ``slcr.a9_cpu_rst_ctrl.modify(|_, w| w.a9_rst1(true))`` on itself then the reset will stay asserted and the core will essentially lock up, correct?
mauz555 has joined #m-labs
mauz555 has quit [Ping timeout: 260 seconds]
Twix has quit [Remote host closed the connection]
Twix has joined #m-labs
felix_ has quit [Ping timeout: 265 seconds]
felix_ has joined #m-labs
<mtrbot-ml>
[mattermost] <sb10q> "Examples of registers modified by the BootROM are listed in Table 6-22. [...] These values were obtained from test run on the ZC702 board with the 7z020 production device and the ZC706 board with the 7z035/7z045 production devices."
<mtrbot-ml>
[mattermost] <sb10q> as if those were physical characteristics and not something deterministic produced by their software :|
<mtrbot-ml>
[mattermost] <sb10q> the zynq boot process is one big mess
rohitksingh has quit [Ping timeout: 244 seconds]
mauz555 has joined #m-labs
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
rohitksingh has joined #m-labs
Gurty has quit [Ping timeout: 265 seconds]
mauz555 has quit [Ping timeout: 265 seconds]
daniellimws has quit [Ping timeout: 256 seconds]
daniellimws has joined #m-labs
Gurty has joined #m-labs
Gurty has joined #m-labs
Gurty has quit [Changing host]
felix_ has quit [*.net *.split]
acathla has quit [*.net *.split]
cr1901_modern has quit [*.net *.split]
ohsix has quit [*.net *.split]
lkcl_ has quit [*.net *.split]
miek has quit [*.net *.split]
cyrozap has quit [*.net *.split]
pie_[bnc] has quit [*.net *.split]
ohsix has joined #m-labs
felix_ has joined #m-labs
acathla has joined #m-labs
cr1901_modern has joined #m-labs
ohsix has quit [Excess Flood]
pie_[bnc] has joined #m-labs
miek has joined #m-labs
lkcl_ has joined #m-labs
cyrozap has joined #m-labs
ohsix has joined #m-labs
ChanServ has quit [*.net *.split]
ChanServ has joined #m-labs
lkcl_ has quit [*.net *.split]
miek has quit [*.net *.split]
cyrozap has quit [*.net *.split]
felix_ has quit [*.net *.split]
acathla has quit [*.net *.split]
cr1901_modern has quit [*.net *.split]
cyrozap has joined #m-labs
lkcl_ has joined #m-labs
miek has joined #m-labs
felix_ has joined #m-labs
cr1901_modern has joined #m-labs
acathla has joined #m-labs
lkcl_ has quit [Ping timeout: 269 seconds]
ChanServ has quit [*.net *.split]
ChanServ has joined #m-labs
lkcl has joined #m-labs
whitequark has quit [Ping timeout: 272 seconds]
whitequark has joined #m-labs
mumptai_ has quit [Quit: Verlassend]
X-Scale` has joined #m-labs
X-Scale has quit [Ping timeout: 256 seconds]
X-Scale` is now known as X-Scale
acathla has joined #m-labs
acathla has quit [Changing host]
mtrbot-ml has quit [Remote host closed the connection]
mtrbot-ml has joined #m-labs
X-Scale` has joined #m-labs
X-Scale has quit [Ping timeout: 256 seconds]
X-Scale` is now known as X-Scale
<mtrbot-ml>
[mattermost] <astro> from TRM section 3.7 Application Processing Unit (APU) Reset:
<mtrbot-ml>
[mattermost] <astro> > [...] a CPU cannot run the code
<mtrbot-ml>
[mattermost] <astro> that applies the software reset to itself. This reset needs to be applied by the other CPU or through
<mtrbot-ml>
[mattermost] <astro> JTAG or PL.
<mtrbot-ml>
[mattermost] <astro> just a remnant from getting a first boot
futarisIRCcloud has joined #m-labs
mauz555 has joined #m-labs
<mtrbot-ml>
[mattermost] <astro> yes, fixed, thank you. however I'm not even 100% sure that booting with stack on DDR prior per-core MMU init won't work. you could just try using a `Vec<u8>` as stack.
<mtrbot-ml>
[mattermost] <dpn> @pmldrmota and I now have a working phase-coherent SUServo POC – now just to add some UI polish and clean up the code a bit…