From 897b0c457a76ac5c6d7ed15b9da57635d015b43b Mon Sep 17 00:00:00 2001 From: john stone Date: Sun, 19 May 2013 01:14:30 +0200 Subject: [PATCH] added bootloaderfoo --- firmware/README | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/firmware/README b/firmware/README index 8385fc4..04f227e 100644 --- a/firmware/README +++ b/firmware/README @@ -1 +1,14 @@ -any μC project goes here + + +Befehle am bootloader: + + +tftpboot 0x80000000 nn.bin + +erase 0x9f020000 +0x3c0000 + +cp.b 0x80000000 0x9f020000 0x3c0000 + +bootm 0x9f020000 + +