Skip to content

What would I need to do to have LiteOs .bin programs run without boot.bin #118

Discussion options

You must be logged in to vote

Hi,

The FemtOS elf binaries and the binaries that you can send directly to LiteX through litex_term have a different memory map (different linker script, different makefiles).

If you want to compile a program that you can directly send to litex_term, you can use this one as an example (in addition, it is interfaced with LiteX command line facilities, so that you can have several functionalities in your firmware, like different commands). It is what I was using before developing FemtOS.

Another option is using a ULX3S: it has an ESP32 that can be used to directly transfer ELF binaries on the SDCard.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@JamesTimothyMeech
Comment options

@JamesTimothyMeech
Comment options

@BrunoLevy
Comment options

@JamesTimothyMeech
Comment options

@BrunoLevy
Comment options

Answer selected by JamesTimothyMeech
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants