How to change SPI Flash size in ESP32 in eclipse? - eclipse-plugin

In my eclipse console Auto-detected Flash size: 4MB is showing but in the terminal I (55) boot: SPI Flash Size : 2MB which is giving error because the partition table requires 4MB.
And strangely this was not the problem a week ago, everything was working fine and I checked my terminal logs from a week ago (which I saved in a separate text file because of some other error) in that I (54) boot: SPI Flash Size : 4MB is written. So this changed automatically I guess because I didn't change anything in the menuconfig.
I tried to find solution on the internet but couldn't find anything. Any suggestions on what should I do?

Related

Lenovo legion 7 slim stuck on boot screen

I need help fixing my laptop. Yesterday I updated some drivers, rebooted my system , saw a black screen which appeared to be updating bios. I rebooted my laptop thinking I did something wrong.
Now my laptop gets stuck on the Legion screen everytime.I have a macrium backup image on my external but don't think that will work. At this point I just want to get into windows then I can restore my disk image from the external. All my data is backed up.
I have performed a system restore and it still gets stuck at the Legion screen. I've run a chkdsk and it doesn't find any issues. When I tried to run bootrec.exe \Rebuildbcd it doesn't locate a windows installation.
I tried going into safe mode and ultimately get a blue screen saying the following:
We've run into a problem and your device needs to be restarted.
Driver pnp watchdog error
I also got a log error for
srtTrail.txt

Resize WinXP32 QEMU virtual machine always causes disk read error / OS load error on boot

Fedora 27 x86_64.
I have a WinXP32 qemu virtual machine that works fine, but I want to increase the disk size.
I have Googled extensively and followed several sets of instructions for resizing, using both qemu-img and virt-resize. In every case, booting the new vm itself works, but results in Windows reporting either "Disk read error" or "Error loading operating system".
I can create a new empty qemu vm of the desired size, but that is not much use as I do not know how to transfer my content from the old vm to the new.
Am I doing something stupid? Is there another tool I should be using?

Can't flash the module — 'Please insert disk'

I recently got a new Mbed board - this one is MTS Dragonfly. I can't get flash-disk to show up correctly, and I am wondering if I have got a DOA module, or I am doing something wrong. Does this happens to other Mbed boards?
I have installed drivers from manufacturer website and do have a working serial connection, which defaults to the cellular module. However the flash disk does not show up correctly. Unlike other Mbed boards, I am greeted with a message "please insert disk" and I see no file system.
Interesting part is that the mbed microcontroller - that is the one doing the programming - is on a separate development / breakout board. The target is a separate module that is meant to be used in production.
If I do not insert the target into the development board, and connect development board to the PC, I get the same error. I have looked at diskpart, and when no target is present, it shows up as a 16 KB disk with no partitions or volumes.When the module is inserted, diskpart reports ~512 KB of space, also with no partitions. Thus I guess that I am plugging in the module correctly.
I have seen user discussions for a 'bricked' mbed board (damaged file-system), and this situation looks similar to me.
I tried diskpart to create a partition, or clean the disk, and it throws an IO error.
This question on mbed site
I just tested all of my Mbed boards and discovered that this is a regression in Windows 10 anniversary update.
MTS-Dragonfly and another board, Delta DFCM-NNN40, do not show up with a valid partition on any of my Windows 10 machines. I have a couple of FRDM boards and those work fine.
I tested Ubuntu, and it has no issue displaying the disk drives or programming the boards. I have not tested other versions of Windows. A workable solution is is to use Ubuntu in VirtualBox, and pass it control of the USB device.

"Not Enough Memory available" exception while running windows phone 8.1 emulator

"Windows Phone Emulator is unable to verify that the virtual machine is running :
Not Enough memory is available in the system to start an emulator that uses 2048 MB of startup RAM"
I am a beginner to Windows Phone App developement.I was trying to Deploy a Hub App template and while executing the code for the emulator I got the above error message! Please help me out.
Probably its because your machine does not hove enough RAM? acording to this article there are some workarounds.
Follow the steps in this section carefully. Serious problems might occur if you modify the registry incorrectly. Before you modify it, back up the registry for restoration in case problems occur.
To work around this problem in a system that is running many programs that are using lots of memory, try to close those programs and then restart the emulator.
If the emulator still does not start, you can disable the Hyper-V runtime memory monitoring functionality by adding a MemoryReserve registry. To do this, follow these steps:
Start Registry Editor.
Locate the following registry subkey:
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization
Right-click the Virtualization folder, point to New, and then click DWORD Value..
Type MemoryReserve, and then press Enter.
Double-click MemoryReserve, enter 2048 in the Value data box, select the Decimal option, and then click OK.
Close Registry Editor.
In systems that experience this problem and that have fewer than 8 GB of RAM installed, a MemoryReserve value of 2048 (2 GB) is recommended. A value of zero (0) causes this registry setting to be ignored.
Note You must restart the computer for this registry setting to take effect.
If this doesnt help give some more info about your machine haracteristics.
Also you can check this article

OSMF self start playback after system sleep

I have an issue with OSMF player: in case you load a page with video, then send system to sleep - after system wakeup playback starts itself. This is valid if you are using f4m file or rtmp stream. Those issues are visible on OSMF demos:
http://www.osmf.org/dev/1.6gm/StrobeMediaPlayback.html - no issues, but here
http://www.osmf.org/dev/1.6gm/debug.html video starts itself after system wakeup.
It sometimes happen if you just open a browser and leave it for 15-30 mins. Commonly - any Mac or Win7, any chrome/firefox...
Changing source to flv allows to get rid of the issue.
Also, if you load page, than start it and pause it - the issue will not reproduce as well.
Control bar behaves also very strange: playback time and scrollbar are updated according to actual playback, but play button (not pause) is presented. on case i push play - video restarts.
Systems: MacOS (10.7.5, build 11G63), Firefox 20, Chrome 26, Flash (11.7.700.169); Windows 7: Firefox 17, Flash (11.6.602.180); our cluents also mentioned they have same issues on Win8 under Internet Explorer, Firefox and Chrome.
I guess that is osmf bug, but no help from adobe (http://forums.adobe.com/message/5246796#5246796), maybe someone has an idea?
Try to compile the 2.0 version of Strobe by downloading the OSMF source
I wouldn't spend a lot of time debugging the issue if that doesn't work. Strobe has not gotten any development support in ages and there is certainly things like this lurking around in the source code.
How to compile it has been answered before on stackoverflow.
I wouldn't spend a lot of time debugging the issue if that doesn't work. Strobe has not gotten any development support in ages and there is certainly things like this lurking around in the source code.