Hello! How to run Barebox from ram now?

I have a board with 64MiB ram and 16MiB flash, flash it to the first sector
by
original u-boot, maybe brick the board. Debrick is difficult due to limited
tools.

So, I want to run this in ram. And my u-boot *don't* have the "go" command.
I have to use bootm command to run Barebox.

- - - - - -
mkimage -A mips -O linux -T kernel -C none -a 80060000 -e 80060000 -n
'barebox-tp-link' -d barebox.bin uImage
tftpboot 0x81000000 uImage
bootm 0x81000000
- - - -
I have try these above, but no luck.

Regards,
duhuanpeng



_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to