Bootloader log

2018-11-20 Thread Jeff Belz
All: If there a switch to turn on a log for the bootloader. I have 2 images loaded into the flash and the first image has the boot_set_pending(1) command. I want to see a log from the bootloader to see what it is doing. For sure my images are not being swapped. Just need a way to debug

RE: Custom boot loader

2018-11-20 Thread Jeff Belz
Chris: After further investigation into the mynewt bootloader, it actually has what I need. I'm trying to test swapping images, but ran into an issue. I can't seem to load an image into slot 2. Here is what I want to do 1) Make an image and load it into slot 1(this would have the pending

Re: Custom boot loader

2018-11-20 Thread Christopher Collins
Hi Jeff, On Tue, Nov 20, 2018 at 04:12:54PM +, Jeff Belz wrote: > All: > > I have to use a custom boot loader for my application. Has anyone > done this before and if so, what are the tricks to doing this? > > I'm running a stm32f412. I've got the application running on 0x802 > and