Load .sb file from Linux to MX28

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Load .sb file from Linux to MX28

ソリューションへジャンプ
2,253件の閲覧回数
vladimirovseych
Contributor III

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?

タグ(3)
0 件の賞賛
返信
1 解決策
1,807件の閲覧回数
fabio_estevam
NXP Employee
NXP Employee

Maybe you could try using U-boot mainline with mxsldr tool (git.denx.de Git - mxsldr.git/summary ).

Regards,

Fabio Estevam

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
1,808件の閲覧回数
fabio_estevam
NXP Employee
NXP Employee

Maybe you could try using U-boot mainline with mxsldr tool (git.denx.de Git - mxsldr.git/summary ).

Regards,

Fabio Estevam

0 件の賞賛
返信
1,807件の閲覧回数
vladimirovseych
Contributor III

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)

0 件の賞賛
返信
1,807件の閲覧回数
vladimirovseych
Contributor III

It works! Putty need sudo. Thank you.

0 件の賞賛
返信