8.3 Linux 47
8.3.5.2 For Odroid-U2 / -U3 Users
Although Odroid-U2 and Odroid-U3 do not have a USB 3.0 port, you can use the mvBlueFOX3 cameras with the
USB 2.0. Jusst adapt the following settings:
1. Locate the file boot.scr (by default: /media/boot).
2. Export the strings from the file:
strings boot.scr >> boot.txt
3. Add or adapt the string "usbcore.usbfs_memory_mb=256" at the end of the boot arguments using a blank:
setenv bootargs "... usbcore.usbfs_memory_mb=256"
4. Create a new boot.scr from the modified boot.txt.
mkimage -A arm -T script -C none -n "boot.scr for ODROID" -d boot.txt boot.scr
5. Reboot the board.
Note
The net bandwidth of USB 2.0 remains the same of course (30 MB/s).
8.3.5.3 For Raspberry Pi Users
Like Odroid-U2 and Odroid-U3, the Raspberry Pi only features a USB 2.0 port. However, it is also possible to use
the mvBlueFOX3 with this port, just follow these steps:
1. Open the file /boot/firmware/cmdline.txt as root.
2. Add or adapt the string "usbcore.usbfs_memory_mb=256" at the end of the boot arguments using a blank:
setenv bootargs "... usbcore.usbfs_memory_mb=256"
3. Save the file.
4. Reboot the Raspberry Pi board.
Note
Likewise, the net bandwidth of USB 2.0 remains the same of course (30 MB/s).
MATRIX VISION GmbH