Hi All.
I’ve recently purchased the book USB embedded hosts, and I’m working through the pages slowly. As I can’t afford a Beagle board I’m trying to use my Ubuntu installation instead. I know Jan wrote that she used VMWare to run Linux in Windows, but I’m hoping it will work.
Needless to say I have struck a problem with the mass_storage_write.c because the ,
if (drive_available(drive_mount_point))
{
.
.
.
}
fails and prints out the allocated error message. When I attempt to print out the (mount_point_and_file) string contents I simply get (/my_data.txt), even though I have a drive installed and I can read and write to it.
I can start my normal debugging attempts but before I end up wasting a lot of time, my question is,… can I do all or most of the work within Ubuntu or am I doomed to constantly run into problems. BTW if you haven’t already noticed I’m a Windows user,… Sorry
m.b