Skip to content
Snippets Groups Projects
Commit fd95e03d authored by minute's avatar minute
Browse files

reform2: WIP build and flash scripts

parent b3a8287b
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
export CROSS_COMPILE=aarch64-linux-gnu-
export ARCH=arm
make flash.bin
#!/bin/bash
#double check the destination of this dd!!!
#sudo dd if=flash.bin of=/dev/sda bs=1024 seek=33
#sync
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment