Partcopy not working under Windows 10 (x64) - bootloader

Partcopy failed to write to my HDD image while copying FAT32 bootloader.
Any suggestions? I tried to copy it to J:, but it did nothing.

Related

flashing nuttx RTOS to stm32F4developer from windows

I installed Ubuntu terminal as now Windows 10 supports it. I built the Nuttx RTOS using the terminal but in Ubuntu I cannot access USB devices except for a pen drive.
How can I flash the bin file to stm32f4developer?
You can use windows tools. All of the files in the Ubuntu "sandbox" can be access by Windows tools running outside of that sandbox. In the top-level NuttX README:
Accessing Ubuntu Files From Windows
In Ubuntu Userspace for Windows, the Ubuntu file system root directory is
at:
%localappdata%\lxss\rootfs
Or
C:\Users\Username\AppData\Local\lxss\rootfs
However, I am unable to see my files under the rootfs\home directory.
After some looking around, I find the home directory
%localappdata%\lxss\home.
With that trick access to the /home directory, you should actually be
able to use Windows tools outside of the Ubuntu sandbox with versions of
NuttX built within the sandbox using that path.
As user6711188 explained you can access your home at %localappdata%\lxss\home or you can copy the nuttx.bin directly to Windows side:
$ cp nuttx.bin /mnt/c/ProgramData/
You will need to configure Windows Explorer to show Hidden files, this way you could see the nuttx.bin at C:\ProgramData
More info: https://acassis.wordpress.com/2018/01/10/how-to-build-nuttx-on-windows-10/

How to read .mat files created in windows MATLAB using MAC OS MATLAB

I have a bunch of .mat files that were created on a PC (windows 8.1) using MATLAB 7.10.0 R2010a.
I am trying to use MATLAB 7.12.0 2011a on a MAC with Yosemite to open those files and they won't open.
Here is how the file is saved on MATLAB 7.10.0 R2010a in Windows 8.1:
save('test.mat',test)
Here is how the file is loaded on MATLAB 7.12.0 2011a on a MAC with Yosemite
load 'test.mat'
I get the following error message:
??? Error using ==> load
Unable to read MAT-file /Users/User1/test.mat: not a
binary MAT-file.
Try LOAD -ASCII to read as text.
Error in ==> test at 63
newdata = load(in_fname);
When I try double clicking any of the .mat files I get a bunch of java error messages in red font color.
I opened one of the .mat files in a text editor and the top of it says:
MATLAB 5.0 MAT-file, Platform: PCWIN,
Is there a way I can convert the files so that they read properly on a MAC?
I tried saving the files in 7.3 format by going to File-->Preferences-->General-->MAT-Files and switching the MAT-file save format to 7.3, but that didn't solve the problem.
I have never had any problem copying Matlab files between Windows, Mac and Linux in any version of Matlab for the past 20 years. The problem I can see is that the files were transferred using FTP between computers and that FTP thought it was text, so it modified the file and then it was not readable under Matlab anymore. Use a flashdrive to transfer the file.

Unable to write INI file in Windows 7 64-bit

I have a small program that keeps updating data every second like a mentoring software installed on my Windows 7 64-bit PC. The thing is that I tried it on other PCs and different OS like Mac and Windows XP and Vista, and things are just fine. The problem shows up when I use it on my new machine "Windows 7 64-bit" giving an error:
** unable to write file.ini **
I have BitDefender on the same PC, but not sure if BitDefender is the one that is blocking the file not to be written or it is Windows itself causing that...
Any idea how to resolve this issue??
Try to start your Application with administration-rights. Creating a file on C:\ isn't possible, if you don't have ne needed rights. Try to change the UAC-settings or write your file in another directory (Also not "Program files", "Windows" ... systemfolders)

How to install tbb_dedug.dll in VS2010 Windows 7?

I am trying to run openCV code with VS2010 Windows 7 Ultimate cpu intel CORE i3 but it shows the following error:
The program can't start because tbb_dubug.dll is missing from your computer
I downloaded Intel TBB 4.0 and I copied all files from folder tbb40_233oss/bin/intel64/vc10 to opencv/build/common/tbb/intel64/vc10, But when I run my code it shows the same error. So, I copied tbb_debug.dll to the Debug folder in my Project, But when I run my code it shows the error
TestHist\Debug\tbb_debug.dll is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support.
How do I install tbb_dedug.dll in VS2010 Windows 7 ?
Just try to download the files from intel directly. Find them with google then copy the tbb_debug.dll in the same directory where your executable is.

Copy Files quickly from a mapped network drive

Can anyone tell me how to quickly copy Files from a mapped network drive?
The windows Copy Paste works very slow and hampers the performance of the system.
I have used XCOPY source destination /i /s /z /q
This was quick enough and copied a few files and later threw an error "The specified network name not available"
I remember somebody using a workaround to copy files quickly from mapped networked drive.
Can any one suggest me a way to do this?
I use Windows XP, so please don't suggest me RoboCopy.
RoboCopy works fine on WinXP. The Windows Server 2003 Resource Kit that contains RoboCopy installs fine on XP.
http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en
There is no reliable, fast and simple way to copy files between Windows computers using only the tools that come with the OS.
Your options are:
Unison
RoboCopy (See this article with instructions on XP)
rsync (comes with Cygwin)
Note that you can download the Windows 2003 server tools and unpack them on XP. It will work on XP.
I have found that Total Commander is significantly faster than any of the built-in copy mechanisms, including when copying files over the network.
use Ipmessanger I can copy at 55 MB /Sec (SATA2 7200 RPMS HDD on both PC's) on my Gigabit Ethernet

Resources