Logo
Explore Help
Register Sign In
lby/lk
1
0
Fork 0
You've already forked lk
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
2809f910849324c563f5929fa105b05e7a4b616b
lk/app/loader/rules.mk

15 lines
184 B
Makefile
Raw Normal View History

[app][loader] Load blobs and run elf via tftp into SDRAM Introduces two commands: load any <filename> load elf <filename> Then from another system in the network you can: tftp -i <ip-addr> put <filename> Which for the 'any' case just loads the file into DRAM and for the 'elf' case it parses the file and if correct it spawns a thread to run the entrypoint.
2015-09-17 18:21:39 -07:00
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
MODULE_SRCS += \
$(LOCAL_DIR)/loader.c \
MODULE_DEPS := \
lib/cksum \
lib/tftp \
lib/elf
include make/module.mk
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 30ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API