Use 512kB image size for now

This commit is contained in:
logicog
2025-09-03 20:32:30 +02:00
parent 8765a9ba17
commit e5146e0857
+3 -3
View File
@@ -15,7 +15,7 @@ OBJS = ${SRCS:.c=.rel}
OBJS += uip/timer.rel uip/uip-fw.rel uip/uip-neighbor.rel uip/uip-split.rel uip/uip.rel uip/uip_arp.rel uip/uiplib.rel httpd/httpd.rel httpd/page_impl.rel OBJS += uip/timer.rel uip/uip-fw.rel uip/uip-neighbor.rel uip/uip-split.rel uip/uip.rel uip/uip_arp.rel uip/uiplib.rel httpd/httpd.rel httpd/page_impl.rel
html_data.c html_data.h: html tools html_data.c html_data.h: html tools
tools/fileadder -a -s -b BANK1 -d html -p html_data tools/fileadder -a 458752 -s 524288 -b BANK1 -d html -p html_data
httpd: html_data.h httpd: html_data.h
@@ -50,8 +50,8 @@ rtlplayground.ihx: crtstart.rel $(OBJS)
cat $< >> $@ cat $< >> $@
truncate --size=16K $@ truncate --size=16K $@
dd if=$< skip=80 bs=1024 >>$@ dd if=$< skip=80 bs=1024 >>$@
tools/fileadder -s -d config.txt $@ tools/fileadder -a 458752 -s 524288 -d config.txt $@
tools/fileadder -a -s -d html -p html_data $@ tools/fileadder -a 262144 -s 524288 -d html -p html_data $@
.PHONY: clean all $(SUBDIRS) .PHONY: clean all $(SUBDIRS)
.PRECIOUS: %.rel %.ihx .img .PRECIOUS: %.rel %.ihx .img