<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Single bank DFU failed over Meizu phone and 360phone</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17698/single-bank-dfu-failed-over-meizu-phone-and-360phone</link><description>First,the meizu phone can dfu successfully in the dual bank mode,
So do the 360 phone.
But in single bank DFU,this two kinds of phone failed,
So I make the programm enter the debug mode,
It stopped at the file app_scheduler.c about the line 133 in</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 20 Apr 2017 09:41:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17698/single-bank-dfu-failed-over-meizu-phone-and-360phone" /><item><title>RE: Single bank DFU failed over Meizu phone and 360phone</title><link>https://devzone.nordicsemi.com/thread/68092?ContentTypeID=1</link><pubDate>Thu, 20 Apr 2017 09:41:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44dbd0e6-6101-4a1b-80e6-f03a2531b802</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Could you try increasing the SCHED_QUEUE_SIZE define in main.c to a higher value, e.g. 30&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define SCHED_QUEUE_SIZE                30
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Single bank DFU failed over Meizu phone and 360phone</title><link>https://devzone.nordicsemi.com/thread/68091?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2016 14:43:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:605c14bf-44b5-4a2b-ba9f-0f2b5229dc2b</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;As the name implies, its a serial bootloader using a wired serial interface, not an Over-the-Air Bluetooth Low energy bootloader.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Single bank DFU failed over Meizu phone and 360phone</title><link>https://devzone.nordicsemi.com/thread/68090?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2016 12:14:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee3ac4f5-232a-4554-a363-e72d6fb95a3e</guid><dc:creator>Milk</dc:creator><description>&lt;p&gt;The file single_bank_serial_s110 is not single bank example in SDK v9.0.0?
I admit I modified the dual bank example to become  so-called single bank OTA by myself.
The check code as above shows,what is the reason for it&amp;#39;s existing?
Is there some ways to make the OTA successfully  changing the app code(like the Master Control Panel code) instead of changing the bootloader code?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Single bank DFU failed over Meizu phone and 360phone</title><link>https://devzone.nordicsemi.com/thread/68089?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2016 10:13:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:351a0639-75ad-4568-b305-5a7b8a682ea3</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;I do not think that commenting out the&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; if (!APP_SCHED_QUEUE_FULL())
        {
            event_index       = m_queue_end_index;
            m_queue_end_index = next_index(m_queue_end_index);
        }
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;check is a good idea, the check is there for a reason.  There is no single bank OTA bootloader in SDK v9.0.0, so I am assuming that you have modified the dual bank example. If that is the case, how have you modified it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>