mirror of
https://github.com/brain-hackers/lab
synced 2025-11-01 21:18:35 +09:00
Code
mrc.SRead SCTLR (MMU etc.) and returnreturn.SReturn immediatelyextract.pyExtract .text
Build
apt install gcc-arm-linux-gnueabihf
pip3 install pyelftools
make all
Run
- Create a directory
/path/to/sd/APP/foo - Create index.din
touch /path/to/sd/APP/foo/index.din - Copy and rename the raw executable
cp foo.bin /path/to/sd/APP/foo/AppMain.bin