Commit 114aabc6 authored by Henrik Nordstrom's avatar Henrik Nordstrom
Browse files

jtag-loop: correct build instructions

parent 2adad031
......@@ -21,11 +21,11 @@
Build instructions:
arm-none-linux-gnueabi-gcc -g -fno-common -ffixed-r8 -msoft-float -fno-builtin -ffreestanding -nostdinc -mno-thumb-interwork -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fno-toplevel-reorder fel-loop.S -c
arm-none-linux-gnueabi-gcc -g -fno-common -ffixed-r8 -msoft-float -fno-builtin -ffreestanding -nostdinc -mno-thumb-interwork -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fno-toplevel-reorder jtag-loop.S -c
arm-none-linux-gnueabi-objcopy -O binary fel-loop.o fel-loop.bin
arm-none-linux-gnueabi-objcopy -O binary jtag-loop.o jtag-loop.bin
arm-none-linux-gnueabi-nm fel-loop.o
mksunxiboot jtag-loop.bin jtag-loop.sunxi
*/
.file "fel-loop.S"
......
......@@ -24,9 +24,9 @@ Build instructions:
arm-none-linux-gnueabi-gcc -g -fno-common -ffixed-r8 -msoft-float -fno-builtin -ffreestanding -nostdinc -mno-thumb-interwork -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fno-toplevel-reorder -Os jtag-loop.c -c
arm-none-linux-gnueabi-objcopy -O binary fel-loop.o fel-loop.bin
arm-none-linux-gnueabi-objcopy -O binary jtag-loop.o jtag-loop.bin
mksunxiboot fel-loop.bin fel-loop.sunxi
mksunxiboot jtag-loop.bin jtag-loop.sunxi
*/
void _start(void)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment