<?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>Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/58558/reading-sd-card-on-nrf9160dk</link><description>Hello, 
 I want to read two files from SD card using nRF9160dk. I tried this code ncs/zephyr/samples/subsys/fs/fat_fs. 
 The Code: 
 
 I am getting the following error: 
 
 nrf9160_pca10090ns.overlay: 
 
 I checked the voltage levels at SPI_3 pins. Pin</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 01 Apr 2020 09:47:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/58558/reading-sd-card-on-nrf9160dk" /><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/242889?ContentTypeID=1</link><pubDate>Wed, 01 Apr 2020 09:47:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7a2e792-d821-4977-8284-c9b73fe68e8a</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Very glad to hear that you solved the issue!&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/242862?ContentTypeID=1</link><pubDate>Wed, 01 Apr 2020 08:44:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ef20b68-2224-42d0-900a-6764d0c37d5b</guid><dc:creator>Jagruti</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The problem is solved. I am able to mount the SD card.&lt;/p&gt;
&lt;p&gt;I followed this thread&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/59430/nrf9160-sd-card-access-via-spi/242347#242347"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/59430/nrf9160-sd-card-access-via-spi/242347#242347&lt;/a&gt;&amp;nbsp;and added CONFIG_SPI_NRFX_RAM_BUFFER_SIZE=8 in prj.conf file. It is working.&lt;/p&gt;
&lt;p&gt;Thanks a lot for your help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/242176?ContentTypeID=1</link><pubDate>Fri, 27 Mar 2020 19:32:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b86d0d35-5a16-4aa1-a295-4c69b9f8618e</guid><dc:creator>Jagruti</dc:creator><description>&lt;p&gt;Thanks for the project. I checked it, but still that error shows. Can you tell me which SD card is being used and how it is connected. Now the drivers and program is same still that error is there, it means there might be the problem in SD card board. But this same breakout board is used to interface with nRF52840DK and with that it is working fine.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/242175?ContentTypeID=1</link><pubDate>Fri, 27 Mar 2020 19:27:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77e39e15-2744-4725-bec5-546572ca1471</guid><dc:creator>Jagruti</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am using adafruit micro-sd breakout board and kingston micro sd card 8GB which is formatted to FAT32 Filesystem.&lt;/p&gt;
&lt;p&gt;Connections are as follow:&lt;/p&gt;
&lt;p&gt;SCK (Pin 11) -&amp;gt; CLK&lt;/p&gt;
&lt;p&gt;MOSI (Pin 12) -&amp;gt; DI&lt;/p&gt;
&lt;p&gt;MISO (Pin 13) -&amp;gt; DO&lt;/p&gt;
&lt;p&gt;CS (Pin 10) -&amp;gt; CS&lt;/p&gt;
&lt;p&gt;Picture of the setup:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/IMG_5F00_20200327_5F00_174400.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;I tested&amp;nbsp;zephyr/tests/subsys/fs/multi-fs to check fatfs and it is working properly. It can create the directory and files on the RAM of nRF9160.&lt;/p&gt;
&lt;p&gt;The error is coming from&amp;nbsp;disk_access_init() function.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I checked the drivers and it looks correct. I checked the SD card commands, they are also correct. In previous version there was issue but it is fixed now for this version. Still that error comes.&lt;/p&gt;
&lt;p&gt;So the problem is either in disk_access_spi_sdhc file or in the sd card. Because SPI is getting initialized.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/242069?ContentTypeID=1</link><pubDate>Fri, 27 Mar 2020 10:44:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0532dfc-50f0-4930-837f-2012fb678986</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Attached is a working project using SPI3. The output is shown in the image.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;&amp;amp;spi3 {
        compatible = &amp;quot;nordic,nrf-spim&amp;quot;;
        status = &amp;quot;okay&amp;quot;;
        sck-pin = &amp;lt;10&amp;gt;;
        mosi-pin = &amp;lt;11&amp;gt;;
        miso-pin = &amp;lt;12&amp;gt;;

        cs-gpios = &amp;lt;&amp;amp;gpio0 13 0&amp;gt;;

        sdhc0: sdhc@0 {
                compatible = &amp;quot;zephyr,mmc-spi-slot&amp;quot;;
                reg = &amp;lt;0&amp;gt;;
                status = &amp;quot;okay&amp;quot;;
                label = &amp;quot;SDHC0&amp;quot;;
                spi-max-frequency = &amp;lt;24000000&amp;gt;;
        };
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-1813acf152874dfaacc56cb3d8e790bb/fat_5F00_fs.zip"&gt;devzone.nordicsemi.com/.../fat_5F00_fs.zip&lt;/a&gt;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-1813acf152874dfaacc56cb3d8e790bb/pastedimage1585305713084v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;Let me know how it works for you!&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/241784?ContentTypeID=1</link><pubDate>Thu, 26 Mar 2020 10:43:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3279f536-fe9b-45bf-a410-07bfdaaa4338</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
[quote user="Jagruti_N2A"]Instead of disk_access_spi_sdhc, can I use app_sdcard on nRF9160? I guess app_sdcard uses nrf legacy drivers. My collegue has used app_sdcard on nRF52840DK to interface with SD card. So is it possible to use with nRF9160DK instead of Zephyr drivers?[/quote]
&lt;p&gt;&amp;nbsp;The app_sdcard is a library from the nRF5 SDK. You can use this but will need to port to nRF9160.&lt;/p&gt;
&lt;p&gt;Can you please provide more information about your setup? Can you take a picture to show how you have connected?&lt;br /&gt;&lt;br /&gt;Have you ensured that the pins are correctly &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.2.0/nrf/ug_nrf9160.htmlr"&gt;configured in the board controller&lt;/a&gt;? P0.13 on the board controller must be set to enable these pins.&lt;br /&gt;&lt;br /&gt;To minimize editing the board controller, can you please route SPI3 to P0.10 - P0.13&amp;nbsp; instead? These are found on P19 and should be directly available.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/241530?ContentTypeID=1</link><pubDate>Wed, 25 Mar 2020 09:11:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60f665c5-4bf2-43d4-a4f2-efc2aa76b35b</guid><dc:creator>Jagruti</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I downloaded the merged.hex file which you provided and I think it is working. LED on SD card is continuously blinking which means it is continuously receiving the clock signal.&lt;/p&gt;
&lt;p&gt;When I download my merged.hex file, LED stops working after 10-15sec indicating that SD card is not mounted and it stops receiving clock signal.&lt;/p&gt;
&lt;p&gt;I compared both merged.hex files and they are different.&lt;/p&gt;
&lt;p&gt;I am using the same ncs tag, overlay file and prj.conf file as yours. Still it is different.&lt;/p&gt;
&lt;p&gt;I think in my program, spi is never initialized. Can you please guide me for this problem?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/241322?ContentTypeID=1</link><pubDate>Tue, 24 Mar 2020 10:29:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b82ca62-da5d-44bb-beb6-c3593983d795</guid><dc:creator>Jagruti</dc:creator><description>&lt;p&gt;Instead of disk_access_spi_sdhc, can I use app_sdcard on nRF9160? I guess app_sdcard uses nrf legacy drivers. My collegue has used app_sdcard on nRF52840DK to interface with SD card. So is it possible to use with nRF9160DK instead of Zephyr drivers?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/241304?ContentTypeID=1</link><pubDate>Tue, 24 Mar 2020 09:45:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3118d78-3fc8-40aa-bde9-39b02959c71f</guid><dc:creator>Jagruti</dc:creator><description>&lt;p&gt;Yes I have connected the SD card.&lt;/p&gt;
&lt;p&gt;OK I will not change the zephyr branch. I will try to ask in the Zephyr community. Thanks for the help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/241275?ContentTypeID=1</link><pubDate>Tue, 24 Mar 2020 07:34:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be33c55f-66cf-4ecc-b270-c79115ef6c9f</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="Jagruti_N2A"]Can you please provide your merged.hex file? So that I will check it on my DK. Thank you in advance.[/quote]
&lt;p&gt;&amp;nbsp;Yes, here is my merged.hex.&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-1813acf152874dfaacc56cb3d8e790bb/merged.hex"&gt;devzone.nordicsemi.com/.../merged.hex&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="oys"]Have you connected the SD card?[/quote]
&lt;p&gt;&amp;nbsp;I did not get a clear answer to this. How have you connected your SD card? As mentioned, I do not have access to an SD card at the moment.&lt;/p&gt;
[quote user="Jagruti_N2A"]They are also getting this same error. I tried with zephyr branch v2.2, but using it with ncs tag v1.2.0 shows error. So I am using v2.1.99-ncs1 zephyr. I don&amp;#39;t know what else to try.[/quote]
&lt;p&gt;&amp;nbsp;There is no need to change the Zephyr branch from what is recommended in NCS. However, please note that this example is not made by Nordic, it is made by the Zephyr community and for another board than nRF9160. It may be worth a try to &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/getting-help.html#asking-for-help"&gt;ask for help&lt;/a&gt; in the Zephyr&amp;nbsp;community, e.g. &lt;a href="https://github.com/zephyrproject-rtos/zephyr/issues/16035"&gt;this thread&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;-Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/241052?ContentTypeID=1</link><pubDate>Mon, 23 Mar 2020 09:29:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e933c9eb-ff14-4dd2-9b09-a2ad1fab091c</guid><dc:creator>Jagruti</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you please provide your merged.hex file? So that I will check it on my DK. Thank you in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/240889?ContentTypeID=1</link><pubDate>Fri, 20 Mar 2020 13:34:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d517bcf0-7121-40e3-ab47-2e4c406bbd44</guid><dc:creator>Jagruti</dc:creator><description>&lt;p&gt;The error is still there. When I remove the overlay file, I get the same output like you. I am not understanding what is the problem. I referred to other questions like&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/57194/nrf9160-and-sd-card-example"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/57194/nrf9160-and-sd-card-example&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/51379/fat-file-error"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/51379/fat-file-error&lt;/a&gt;. They are also getting this same error. I tried with zephyr branch v2.2, but using it with ncs tag v1.2.0 shows error. So I am using v2.1.99-ncs1 zephyr. I don&amp;#39;t know what else to try.&lt;/p&gt;
&lt;p&gt;For this example how the spi drivers are initialized I am not getting. Normally to use any drivers we use device get binding() function. For this example where it is done?&lt;/p&gt;
&lt;p&gt;Is there any other way to interface SD card with nRF9160dk?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/240846?ContentTypeID=1</link><pubDate>Fri, 20 Mar 2020 11:54:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:305d9bf8-6f6c-49e3-bf3c-d3a963136ef6</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Ok, so I&amp;#39;ve tested here and I was able to remove the first error:&amp;nbsp;&lt;em&gt;spi_nrfx_spim: CS control inhibited (no GPIO device)&amp;nbsp;&lt;/em&gt;I added CONFIG_GPIO = y to the top of prj.conf.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="bat"&gt;2020-03-20T11:37:29.810Z DEBUG modem &amp;lt;&amp;lt; *** Booting Zephyr OS build v2.1.99-ncs1  ***\x0D\x0A
2020-03-20T11:37:29.811Z DEBUG modem &amp;lt;&amp;lt; Error mounting disk.\x0D\x0A
2020-03-20T11:37:29.814Z DEBUG modem &amp;lt;&amp;lt; [00:00:00.004,180] \x1B[1;31m&amp;lt;err&amp;gt; main: Storage init ERROR!\x1B[0m\x0D\x0A
2020-03-20T11:37:29.819Z DEBUG modem &amp;lt;&amp;lt; [00:00:00.004,211] \x1B[1;31m&amp;lt;err&amp;gt; fs: fs mount error (-5)\x1B[0m\x0D\x0A&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Have you connected the SD card? I am currently in my home office and do not have access to any SD cards or measuring devices.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/240831?ContentTypeID=1</link><pubDate>Fri, 20 Mar 2020 11:04:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6aac1e3b-8169-41e6-a5a2-7a328c693640</guid><dc:creator>Jagruti</dc:creator><description>&lt;p&gt;prj.conf file:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_SPI=y
CONFIG_SPI_3=y
CONFIG_DISK_ACCESS=y
CONFIG_DISK_ACCESS_SDHC=y
CONFIG_DISK_ACCESS_SPI_SDHC=y
CONFIG_LOG=y
CONFIG_FILE_SYSTEM=y
CONFIG_FAT_FILESYSTEM_ELM=y
CONFIG_PRINTK=y
CONFIG_MAIN_STACK_SIZE=2048&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;nrf9160_pca10090ns.overlay file:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;/*
 * Copyright (c) 2019 Tavish Naruka &amp;lt;tavishnaruka@gmail.com&amp;gt;
 *
 * SPDX-License-Identifier: Apache-2.0
 */

&amp;amp;spi3 {
        status = &amp;quot;okay&amp;quot;;
        cs-gpios = &amp;lt;&amp;amp;gpio0 16 0&amp;gt;;

        sdhc0: sdhc@0 {
                compatible = &amp;quot;zephyr,mmc-spi-slot&amp;quot;;
                reg = &amp;lt;0&amp;gt;;
                status = &amp;quot;okay&amp;quot;;
                label = &amp;quot;SDHC0&amp;quot;;
                spi-max-frequency = &amp;lt;24000000&amp;gt;;
        };
};

&amp;amp;spi3 {
        status = &amp;quot;okay&amp;quot;;
        sck-pin = &amp;lt;19&amp;gt;;
        mosi-pin = &amp;lt;18&amp;gt;;
        miso-pin = &amp;lt;17&amp;gt;;
};&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/240828?ContentTypeID=1</link><pubDate>Fri, 20 Mar 2020 10:53:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd4f2044-ef71-4df3-a888-f044841925b4</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;What does your prj.conf look like?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/240712?ContentTypeID=1</link><pubDate>Thu, 19 Mar 2020 16:38:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ec528871-bac1-40fa-8791-fe2960615e7c</guid><dc:creator>Jagruti</dc:creator><description>&lt;p&gt;One more thing is, this example is written for nrf52840_blip board. But I want to use fatfs library for nrf9160dk.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the zephyr documentation it is written;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;This sample can be built for an nrf52840_blip board. It requires both the nrf52840_blip.overlay and the dts_fixup.h for nrf52840_blip to work:&lt;/pre&gt;So that&amp;#39;s why I added&amp;nbsp;&lt;span&gt;nrf9160_pca10090ns.overlay for the project and removed nrf52840_blip.overlay file&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But I think the C Code should remain same as it is using FATFS library.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Is it ok to use this code and FATFS library for nrf9160dk? Are there any changes required to use it on nrf9160dk?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/240704?ContentTypeID=1</link><pubDate>Thu, 19 Mar 2020 16:02:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56d6c71c-b2ea-4459-b718-71619403a906</guid><dc:creator>Jagruti</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;SES is working properly with ncs tag v1.2.0&lt;/p&gt;
&lt;p&gt;I tried few samples and it is working fine.&lt;/p&gt;
&lt;p&gt;But the error is same as v1.0.0&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;*** Booting Zephyr OS build v2.1.99-ncs1  ***
[00:00:00.004,211] &#x1B;[0m&amp;lt;inf&amp;gt; spi_nrfx_spim: CS control inhibited (no GPIO device)&#x1B;[0m
[00:00:05.006,469] &#x1B;[1;31m&amp;lt;err&amp;gt; main: Storage init ERROR!&#x1B;[0m
Error mounting disk.
[00:00:10.008,789] &#x1B;[1;31m&amp;lt;err&amp;gt; fs: fs mount error (-5)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Why it always shows CS control inhibited (no GPIO device)? It means CS pin is not getting configured. I have defined the pin in overlay file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/237939?ContentTypeID=1</link><pubDate>Wed, 04 Mar 2020 08:26:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c588b6dd-4077-4454-bda1-fe1c433e9083</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Also, is there a reason for why you did not try git stash when you did git checkout v1.2.0? Be aware that a lot of bug fixes are included in the latest version&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/237938?ContentTypeID=1</link><pubDate>Wed, 04 Mar 2020 08:24:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84afcdd5-382d-48f8-86e5-9738806bf9f5</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Did you remember to run west update after git checkout v1.1.0?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If so, please provide the following:&lt;br /&gt;&amp;quot;C:/ncs/nrf/samples/jagruti_codes/mqtt_uart_gnss/build_nrf9160_pca10090ns/CMakeFiles/CMakeOutput.log&amp;quot;.&lt;br /&gt;&amp;quot;C:/ncs/nrf/samples/jagruti_codes/mqtt_uart_gnss/build_nrf9160_pca10090ns/CMakeFiles/CMakeError.log&amp;quot;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/237804?ContentTypeID=1</link><pubDate>Tue, 03 Mar 2020 14:26:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5b06955-a1fb-4a23-817d-7bb44c159e2d</guid><dc:creator>Jagruti</dc:creator><description>&lt;p&gt;The error while opening the SES&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Loading solution mqtt_uart_gnss.emProject
Executing load commands
cmake -GNinja -DBOARD=nrf9160_pca10090ns -DBOARD_DIR=C:/ncs/zephyr/boards/arm/nrf9160_pca10090 -DZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb -DGNUARMEMB_TOOLCHAIN_PATH=C:/gnuarmemb -BC:/ncs/nrf/samples/jagruti_codes/mqtt_uart_gnss/build_nrf9160_pca10090ns -HC:/ncs/nrf/samples/jagruti_codes/mqtt_uart_gnss -DDTC_OVERLAY_FILE=C:/ncs/nrf/samples/jagruti_codes/mqtt_uart_gnss/nrf9160_pca10090ns.overlay -DEXTRA_KCONFIG_TARGETS=menuconfig_ses -DEXTRA_KCONFIG_TARGET_COMMAND_FOR_menuconfig_ses=D:/nRF9160-DK/EmbeddedStudio_ARM_Nordic_v420a_win_x64/arm_segger_embedded_studio_v420a_win_x64_nordic/html/configure_nordic_project_menuconfig.py
-- Using application from &amp;#39;C:/ncs/nrf/samples/jagruti_codes/mqtt_uart_gnss&amp;#39;
Zephyr version: 2.0.99
-- Selected BOARD nrf9160_pca10090ns
-- Found west: C:/Python37/Scripts/west.exe (found suitable version &amp;quot;0.6.2&amp;quot;, minimum required is &amp;quot;0.6.0&amp;quot;)
CMake Error at C:/ncs/zephyr/cmake/zephyr_module.cmake:45 (message):
  validation.invalid

   --- All found errors ---

  [&amp;quot;Cannot find required key &amp;#39;build&amp;#39;.  Path: &amp;#39;&amp;#39;&amp;quot;, &amp;quot;Key &amp;#39;samples&amp;#39; was not
  defined.  Path: &amp;#39;&amp;#39;&amp;quot;]

  ERROR: Malformed &amp;quot;build&amp;quot; section in file:
  C:/ncs/bootloader/mcuboot\zephyr/module.yml

  &amp;lt;SchemaError: error code 2: Schema validation failed:

   - Cannot find required key &amp;#39;build&amp;#39;. Path: &amp;#39;&amp;#39;.
   - Key &amp;#39;samples&amp;#39; was not defined. Path: &amp;#39;&amp;#39;.: Path: &amp;#39;/&amp;#39;&amp;gt;

Call Stack (most recent call first):
  C:/ncs/zephyr/cmake/app/boilerplate.cmake:251 (include)
  CMakeLists.txt:10 (include)


-- Configuring incomplete, errors occurred!
See also &amp;quot;C:/ncs/nrf/samples/jagruti_codes/mqtt_uart_gnss/build_nrf9160_pca10090ns/CMakeFiles/CMakeOutput.log&amp;quot;.
See also &amp;quot;C:/ncs/nrf/samples/jagruti_codes/mqtt_uart_gnss/build_nrf9160_pca10090ns/CMakeFiles/CMakeError.log&amp;quot;.
Project load failed
Reported error: solution load command failed (1)
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/237785?ContentTypeID=1</link><pubDate>Tue, 03 Mar 2020 13:49:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac4040b2-2b4b-41cb-bb87-99788f36f2d9</guid><dc:creator>Jagruti</dc:creator><description>&lt;p&gt;I tried with v1.1.0 and there was no error. But when I start SES. I am getting error.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/6763.ses.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/237771?ContentTypeID=1</link><pubDate>Tue, 03 Mar 2020 13:33:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ca19c93-d6b2-4eeb-a9c0-fe899f1fe4d6</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Thank you! In the full output, I found the following:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;C:\ncs\nrf&amp;gt;git rebase v1.2.0
error: cannot rebase: You have unstaged changes.
error: Please commit or stash them.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You need to do remove changes. Please issue a git stash, then switch to master and do git pull.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/237750?ContentTypeID=1</link><pubDate>Tue, 03 Mar 2020 13:02:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:130abb67-fab6-4db7-a0e0-2352f891663e</guid><dc:creator>Jagruti</dc:creator><description>&lt;p&gt;Commands&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;cd ncs/nrf
git fetch origin
git checkout v1.2.0
west update&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Output from CMD&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2313.nrf_5F00_log.txt"&gt;devzone.nordicsemi.com/.../2313.nrf_5F00_log.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/237701?ContentTypeID=1</link><pubDate>Tue, 03 Mar 2020 11:40:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dfb8f4ee-2170-4f3e-8c37-3f4d4ba4b7b7</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Can you please provide full output from CMD?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;What commands did you issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading SD card on nRF9160dk</title><link>https://devzone.nordicsemi.com/thread/237695?ContentTypeID=1</link><pubDate>Tue, 03 Mar 2020 11:14:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f27cbab-c9f2-42c7-93b6-fbb9f7531bcf</guid><dc:creator>Jagruti</dc:creator><description>&lt;p&gt;I tried to update to v1.2.0. But there is this error.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/1185.nrf91.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>