Skip to content

sifive/example-bin-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

example-bin-loader

A simple example binary loader copying executable binary from rodata section to memory and execute from memory

The myprogram.bin is provided to allow you to upload your own binary executable that you wishes to run after the bin-loader copy and jump to it. This executable binary of course need to be striped off any ELF meta-data, by using simalar utility such as:

    riscv64-unknown-elf-objcopy -O binary program.elf program.bin

About

A simple example binary loader copying executable binary from rodata section to memory and execute from memory

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE.Apache2
MIT
LICENSE.MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published