Elektrine lite

← Feed

@thejpster@hachyderm.io

Post #2775412

2026-04-05 19:44 UTC

We could argue about whether using U-Boot is cheating, but this chip (OMAP4) boots with a very small internal SRAM and a fairly basic ROM that can copy code to SRAM from various places. Someone then has to configure the SDRAM controller, and I don’t want to do that - so I let U-Boot do it for me.

Replies (2)

  • @cliffle@hachyderm.io 2026-04-05 20:02

    @thejpster@hachyderm.io I'm trying to remember if the omap4 was one of the TI parts that turned on a watchdog by default. The Davinci series definitely did, and it tended to surprise people who stopped using the factory uboot and thus had to turn it off themselves. So if you try going without the bootloader and get surprise reboots, check.

    Open ##2775413

  • @michalfita@mastodon.social 2026-04-05 20:21

    @thejpster@hachyderm.io Ah, OMAP... That SRAM booting doesn't seem far from Cortex-Ms I worked with 🤔 I configured SDRAM controller myself... then actually never loaded any code in there 😉

    Open ##2775416