Buttzy,
That patch does not look like anything that I'm familiar with. Except for
u-boot/board/oxnas/config-820.mk
For example, the kirkwood patch that I used in building the Goflex Net uBoot contains:
Is the ix2-200 OXNAS variant (uname -a)?
If you don't have JTAG, should try to see if you can boot with UART. I don't know if OXNAS has similar capability, though. For kirkwood devices:
http://forum.doozan.com/read.php?3,7852
If you can't boot with UART either, then there is no other way to test uBoot builds.
That patch does not look like anything that I'm familiar with. Except for
u-boot/board/oxnas/config-820.mk
For example, the kirkwood patch that I used in building the Goflex Net uBoot contains:
diff -Naur a/board/Seagate/goflexnet/goflexnet.c b/board/Seagate/goflexnet/goflexnet.c diff -Naur a/board/Seagate/goflexnet/goflexnet.h b/board/Seagate/goflexnet/goflexnet.h diff -Naur a/board/Seagate/goflexnet/kwbimage.cfg b/board/Seagate/goflexnet/kwbimage.cfg diff -Naur a/board/Seagate/goflexnet/Makefile b/board/Seagate/goflexnet/Makefile diff -Naur a/include/configs/goflexnet.h b/include/configs/goflexnet.h
Is the ix2-200 OXNAS variant (uname -a)?
If you don't have JTAG, should try to see if you can boot with UART. I don't know if OXNAS has similar capability, though. For kirkwood devices:
http://forum.doozan.com/read.php?3,7852
If you can't boot with UART either, then there is no other way to test uBoot builds.