I want to flash a programm in my NXHX Board.
I create with the bootwizard a bootable Image. To flash the image I read in documentation I should set the board in the bootmode. But I don´t know how.
Hi AJ,
At the moment I can work with a mmc card.
But I don´t know what I had to do.
I try with the netxbootpatch.exe.
netxbootpatch /infile:detektiv.bin /outfile:mmc.bin /srctype:0x00000004
And copy the mmc.bin to MMC Card.
But it doesn´t work.
Hilscher Gesellschaft fuer Systemautomation mbH
Hi poschdi,
that is very easy :wink: ok, ok, everything is easy, when you know how it works.
Please use the latest Bootwizard from the Hilscher web page or here from the board.
Select "build bootimage", reffer to your *.elf file, select in the Source Device the entry MMC card and as Destination Device the used RAM.
Name the output file "netx.rom".
When the file is generated copy it directly into the root folder from your MMC crad.
That's it.
Yes you are right. That was really easy :)
Thx for the help.
Andreas Jacob
Hilscher Gesellschaft fuer Systemautomation mbH
Hello poschdi,
you can store it for example on a mmc-card. The netX is able to start it directly from there.
If you want to store your image into the serial flash of the board you will overwrite the existing 2nd stage loader of it, which is needed to boot from a mmc-card.
I think it is not a good idea to store the image directly into the NXHX board, because it is a little bit tricky to bring the board into the needed boot mode and you will overwrite the 2nd stage loader.
That is the reason, why it is not described in the available manuals for this board. But it is NOT impossible.
Please clarify if you can work with a mmc card.
Regards
AJ