add outputs.flashable - flashable firmware.bin

This commit is contained in:
Daniel Barlow
2023-03-02 23:01:26 +00:00
parent 0cab6e9fba
commit 6d191b73ae
7 changed files with 85 additions and 0 deletions

View File

@@ -91,6 +91,12 @@
defaultOutput = "tftproot";
loadAddress = "0x80060000";
entryPoint = "0x80060000";
flash = {
address = "0x9F060000";
size ="0xfa0000";
};
rootDevice = "1f05";
networkInterfaces = {
lan = interface { device = "eth0"; };
wan = interface { device = "eth1"; };