ChanServ changed the topic of #rust-embedded to: Welcome to the Rust Embedded IRC channel! Bridged to #rust-embedded:matrix.org and logged at https://libera.irclog.whitequark.org/rust-embedded, code of conduct at https://www.rust-lang.org/conduct.html
<re_irc> <@whitequark:matrix.org> : this is a common solution; some toolchains include an option to map some source roots to others (gcc has this, not sure about rustc)
<re_irc> <@whitequark:matrix.org> ah yes it does, you're looking for this: https://doc.rust-lang.org/rustc/command-line-arguments.html#--remap-path-prefix-remap-source-names-in-output
IlPalazzo-ojiisa has quit [Quit: Leaving.]
<re_irc> <@shakencodes:matrix.org> Is it weird there is no emoticon/reaction for "Thank you"? Greatly appreciate the link !
<re_irc> <@whitequark:matrix.org> I think the closest one is https://emojipedia.org/folded-hands/
starblue3 has quit [Ping timeout: 246 seconds]
starblue3 has joined #rust-embedded
Ekho has joined #rust-embedded
zagura has quit [Server closed connection]
zagura has joined #rust-embedded
m5zs7k has quit [Server closed connection]
m5zs7k has joined #rust-embedded
cyrozap has quit [Server closed connection]
cyrozap has joined #rust-embedded
GenTooMan has quit [Ping timeout: 264 seconds]
GenTooMan has joined #rust-embedded
pbsds has quit [Server closed connection]
pbsds has joined #rust-embedded
dc740 has joined #rust-embedded
vancz has quit []
vancz has joined #rust-embedded
vancz has joined #rust-embedded
vancz has quit [Client Quit]
vancz has joined #rust-embedded
vancz has quit [Client Quit]
IlPalazzo-ojiisa has joined #rust-embedded
vancz has joined #rust-embedded
vancz has quit [Client Quit]
vancz has joined #rust-embedded
vancz has quit [Client Quit]
vancz has joined #rust-embedded
vancz has quit []
vancz has joined #rust-embedded
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vancz has quit [Client Quit]
vancz has joined #rust-embedded
vancz has quit []
vancz has joined #rust-embedded
vancz has quit []
vancz has joined #rust-embedded
<re_irc> <@bluesky404:matrix.org> Does anyone know how to get a bootloader onto the nRF9160 DK and a simple application to be booted by it? Have been searching and trying for weeks, but nothing really worked.
emerent has quit [Ping timeout: 246 seconds]
emerent has joined #rust-embedded
<re_irc> <@diondokter:matrix.org> bluesky404: We're using this bootloader we wrote: https://github.com/tweedegolf/dis-bootloader
<re_irc> (Or were you the one that mailed me about it? If so I haven't had time to respond yet)
<re_irc> <@bluesky404:matrix.org> : Hi, yeah, I am the one who mailed you
<re_irc> <@diondokter:matrix.org> Just know that in principle you don't need a bootloader. But the chip will start in secure mode, so you're HAL has to be able to deal with that. (Embassy can)
<re_irc> The downside though is that you can only access the modem when in nonsecure mode
<re_irc> <@diondokter:matrix.org> We still use the SPM to lower the MCU into nonsecure mode, but in the future I want to update the bootloader to handle it on its own
<re_irc> <@diondokter:matrix.org> The SPM can also work on its own. No bootloader required
<re_irc> <@bluesky404:matrix.org> Well, the reason why I think I need a bootloader is to be able to rewrite flash pages of the application with another application for firmware updates
<re_irc> <@diondokter:matrix.org> Yes that's the main purpose of a bootloader like this
vancz has quit [Ping timeout: 252 seconds]
jr-oss has quit [Ping timeout: 245 seconds]
vancz has joined #rust-embedded
starblue3 has quit [Ping timeout: 245 seconds]
starblue3 has joined #rust-embedded
<re_irc> <@dkhayes117:matrix.org> I wonder if embassy-boot would work on the 9160? I haven't tried but had plans on looking into it.
<re_irc> <@diondokter:matrix.org> It should
<re_irc> <@dirbaio:matrix.org> yeah there's people using embassy-boot in nrf9160
<re_irc> <@dirbaio:matrix.org> it doesn't handle TZ yet, so I think it needs "SPM -> embassy-boot -> application" right now
<re_irc> <@dirbaio:matrix.org> TZ is so annoying. If only the modem lib worked from S mode, you could pretend TZ doesn't exist, and just do "embassy-boot -> application" like on other chips
jr-oss has joined #rust-embedded
IlPalazzo-ojiisa has quit [Quit: Leaving.]
IlPalazzo-ojiisa has joined #rust-embedded
IlPalazzo-ojiisa has quit [Quit: Leaving.]
IlPalazzo-ojiisa has joined #rust-embedded
IlPalazzo-ojiisa has quit [Client Quit]
IlPalazzo-ojiisa has joined #rust-embedded
IlPalazzo-ojiisa has quit [Client Quit]
IlPalazzo-ojiisa has joined #rust-embedded
IlPalazzo-ojiisa has quit [Client Quit]
IlPalazzo-ojiisa has joined #rust-embedded
IlPalazzo-ojiisa has quit [Quit: Leaving.]
IlPalazzo-ojiisa has joined #rust-embedded
IlPalazzo-ojiisa has quit [Client Quit]
IlPalazzo-ojiisa has joined #rust-embedded
IlPalazzo-ojiisa has quit [Quit: Leaving.]
IlPalazzo-ojiisa has joined #rust-embedded
IlPalazzo-ojiisa has quit [Quit: Leaving.]
IlPalazzo-ojiisa has joined #rust-embedded
IlPalazzo-ojiisa has quit [Client Quit]
IlPalazzo-ojiis1 has joined #rust-embedded
duderonomy has joined #rust-embedded
GenTooMan has quit [Ping timeout: 246 seconds]
GenTooMan has joined #rust-embedded
tafama has quit [Quit: ZNC - https://znc.in]
tafa has joined #rust-embedded
dc740 has quit [Remote host closed the connection]
dne has quit [Remote host closed the connection]
dne has joined #rust-embedded
IlPalazzo-ojiis1 has quit [Quit: Leaving.]
dgoodlad has joined #rust-embedded