Hello there,
I am trying to boot a QNX IFS image using u-boot (the image is actually the one that ships with the QNX 7.1 BSP). I load the image into memory to address 0x82300000 but when I issue the command 'go 0x82300800', the board stalls at the following message:
=> go 82300800
## Starting application at 0x82300800 ...
I have tried all kinds of possible IFS setups - from raw, to elf and binary (and adjusted the u-boot commands accordingly). The same image can be booted by the QNX IPL. Ah, I have explicitly disabled the data cache using 'dcache off' prior to issuing the 'go' command.
Would anyone be able to shed some light on where I may be going wrong? I am not even sure whether the jump to the QNX startup program is being made, and not really sure how to debug this either.
Thanks!