When using xillinux, I have been using hexdump -C -n 16 /dev/xillybus_mem_8 to read data that is stored to the memory in the zedboard and thus communicate values to the terminal. This only gives me 2 hex positions at a time though and just repeats those two even though I specified 16 slots. Is there any way to fix this and get more digits of hex? Thanks!