Re: [Flashforth-devel] arduino
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2018-09-15 06:12:43
|
FlashForth needs to write to flash in order to compile new words. Normally the bootloaders are set up so that only the bootloader can write to flash. And the bootloaders do not have an interface enabling the application code to write to flash. Of course one could write special bootloader that offers what is needed. But then you anyway need to program the bootloader first into the chip. On 2018-09-15 00:58, hc wrote: > 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. > |