Re: [Flashforth-devel] arduino
Brought to you by:
oh2aun
From: hc <ml...@i2...> - 2018-09-14 23:23:41
|
What operation do you mean? As I understand it, the bootloader (https://github.com/Optiboot/optiboot) is generic (not arduino specific) and just loads the binary into the absolute addresses, except for the coldstart reset vector. As long as FF is compiled below the bootloader area ( top 512 bytes), it should load, and get run by the bootloader. Perhaps some of the flags mapping the bootload area have to be adjusted. On Saturday, 15 September 2018 06:51:23 NZST Mikael Nordman wrote: > That would be great, but sadly that kind operation is not supported by > the Arduino bootloader. > > On 2018-07-26 00:11, hc wrote: > > I think it would be beneficial for FF to be Arduino bootload-able, so > > it can be > > uploaded straight into an Arduino without a programmer. I think that > > would > > make it much more accessible, and would have saved me quite a bit of > > faffing > > about. > > _______________________________________________ > Flashforth-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flashforth-devel |