Posted on September 04, 2008 at 11:49Well, maybe this question can be answered... Is the following call to execute from SMI correct ? C calling /* r0=0, r1=machine_id, r2=parameter, r3=kernel */ loadLinuxZImage( 0, 603, 0x80000100, 0x80220000 ); Ass...
Posted on August 27, 2008 at 11:59Well, OK - I got the bootloader code ported and flashed. I just need to figure out why the system does a reboot when attempting to write in to internal or external flash (though ST routines, maybe I need to configur...
Posted on August 26, 2008 at 05:56Hello, I am trying to get embedded Linux and/or FreeRTOS to work on this. Well, I am totally stuck right now... My hardware is: STR750-Eval Board with a Segger j-link My IDE is the IAR Kickstart 5.0 I tried to re-wr...