Hello, Dear Everyone!
I'm trying to load my custom u-boot.sb to custom board based on iMX287.
I work on Ubuntu 14.04 and see, that official sbloader / MFG Tools is driven by Windows.
I've read this topic MFG Tools for Linux and all of those solutions reports about errors.
E.g.:
root@vladimir-Ubuntu:/home/vladimir/Downloads/sbtools# ./sbloader -x 538704 -u 15a2:004f u-boot.sb
Device: 15a2:004f @ 1.21
Transfer size: 538704
transfer error at send step 0
Error: cannot get status report
root@vladimir-Ubuntu:/home/vladimir/Downloads/sbtools#
Can anyone help me with this problem?
Solved! Go to Solution.
Maybe you could try using U-boot mainline with mxsldr tool (git.denx.de Git - mxsldr.git/summary ).
Regards,
Fabio Estevam
Maybe you could try using U-boot mainline with mxsldr tool (git.denx.de Git - mxsldr.git/summary ).
Regards,
Fabio Estevam
It seems to be OK. At least no error messages appear.
root@vladimir-Ubuntu:/home/vladimir/Downloads/mxsldr# ./mxsldr /home/vladimir/Downloads/mxsldr/u-boot.sb
Detected: i.MX28
Chip ID: 0x2800
Chip Revision: 0x0001
ROM Version: 0x0101
Protocol Version: 0x0100
root@vladimir-Ubuntu:/home/vladimir/Downloads/mxsldr#
But how can I access the u-boot menu? I was doing this with PUTTY, but using PuTTY on Ubuntu I got the following error – “Unable to open connection to: Unable to open serial port“. (connect to dev/ttyUSB0, baud 115200)
It works! Putty need sudo. Thank you.