Changing opening Image
Does the Lexus support all FAT32 device sizes and all cluster sizes? We have seen previously on this thread that it works for FAT32 and 32kb cluster (allocation unit) sizes. Not sure we have enough data to know why past attempts have not worked when a Mac is involved.
For those who have tried this using a Mac and have failed, what size USB Flash Drive are you using? How was the USB Flash Drive formatted? As it came from the factory? Still as MS-DOS FAT32 as seen in a Get Info window or in Disk Utility? Or, did you format it on the Mac as MS-DOS (FAT)?
For those who tried the Mac and failed and had success using the same USB Flash Drive on a Windows computer to copy the files, was the drive reformatted on the Windows computer before you copied?
If you format a USB Flash Drive MS-DOS (FAT) on a Mac you do not get to select between FAT16 and FAT32, it selects if for you based on device size though most of the large USB Flash Drives would be formatted FAT32, and you have no way to set the cluster size when using Disk Utility. You also need to make sure the partition is of type MBR which should be the default.
Another reason why this might fail when using a Mac is the lack of filename extensions when copying the files. If you do not see the filename extension displayed on the files after being copied to the USB Flash Drive I would add them.
Finally, the Mac has a nasty habit of including hidden files on a volume when you copy something to it even to those formatted FAT32. These files can be seen in Windows and begin with a period or dot (.). Some devices do not like these and as they appear at the top of any directory listing may cause the device to give a pass on reading any further information from the drive.
As a test I pulled a Mac out of inventory and formatted a 4GB USB Flash Drive using Disk Utility as MS-DOS (FAT). When I tested the device it was formatted as FAT32 with a 4kb allocation unit size. Not the 32kb as described previously as necessary for this task. So, if you are using a Mac to format the USB Flash Drive this is likely where many will fail unless you know how to use Terminal and the appropriate switches.
Do not believe this precludes the ability to use a Mac to copy the files. Not enough data as mentioned previous. However, most will need a Windows computer to format the USB Flash Drive to the appropriate parameters before you begin.
- Virgin 4GB flash drive MS-DOS FAT32 formatted
- 2 Music folders (102 and 396 mp3 files) - they are recognized and played properly
- 2 image folders (properly named and containing 3 jpg each) - not recognized
So then I accessed the flash drive on a PC
- removed all dot files (trash and spotlight stuff) so that only regular files remain - no luck
- copied the 2 image folders to PC desktop - deleted the ones on flash - returned the folders to flash - still no luck
- finally, trashed the folders on flash again and created new folders on flash, then copied jpgs into them - success
HTH
Celebrating Lexus & Toyota from Around the Globe
- Open the terminal
- First we need to know the device node. To find this, type the following command in the terminal:diskutil info [drive name]Drive name is the name you see on your desktop when the drive is connected.
ex: diskutil info pny8gb
Device node should be the second item listed. Mine looked like this: Device Node: /dev/disk2s2 - Now we need to unmount this drive. Enter the following command in the terminal:diskutil unmount [device node]Change [device node] to what ever it was called from step 2.
ex: diskutil unmount /dev/disk2s2 - Next, enter the following command:sudo newfs_msdos -v [volume name] -F 32 -c 32 [device node]Replace [volume name] with whatever you want to name the drive
Replace [device node] with the result from step 2.
ex: sudo newfs_msdos -v is350 -F 32 -c 32 /dev/disk2s2 - Final step. Mount the drive using the following command:diskutil mount [device node]Replace [device node] with the result from step 2.
ex: diskutil mount /dev/disk2s2
Last edited by jord533; Mar 9, 2014 at 10:57 PM.
The real issue (and the subject of this thread) is the proper recognition of startup images (as I said, mp3s are not a problem). Are you saying that you can load startup images from the Terminal-formatted drive?
Next, enter the following command:
Replace [device node] with the result from step 2.
ex: sudo newfs_msdos -v is350 -F 32 -c 32 /dev/disk2s2
Good luck!
-F 32 formats the device FAT32
-c 32 tells it to use a 32kb allocation unit size
Give it a try and let us know. Personally, I have no dog in this hunt. Just a man or can type man.
-F 32 formats the device FAT32
-c 32 tells it to use a 32kb allocation unit size
Give it a try and let us know. Personally, I have no dog in this hunt. Just a man or can type man.
I read the manuals and did not see any mention of the dimensions. I measure the actual screen, which is why I picked the 8.5" x 5".
I did get a neat new opening screen on my RX450H by following the instructions.
Next I have to see what happens when the USB memory stick with my music on it is taken out by the wife and her USB memory stick with her music is put in.




