P2020 Getting Started

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

P2020 Getting Started

1,224件の閲覧回数
patmintram
Contributor I

Hello,

I am new to developing on the P2020 and am having difficulty with getting started. I am using the STKP2020 Development Board for this.

  1. I have got it successfully communicating via TeraTerm and I can happily browse through the directories etc. My problem comes when I turn the device off - I lose all my work! It doesn't seem to store anything when it is powered down.
  2. I have used the SDK supplied by Freescale to compile a 'Hello World' program, but when it comes to sending the binary file to the P2020 nothing seems to be working. I have tried using TeraTerm's File>Send File... option, but it seems to cut out half way through. I have also attempted to use SSH SCP, however the linux distribution pre-loaded onto the P2020 doesn't have many commands installed. 'sudo' 'apt-get' 'ssh' 'yum', all of them aren't recognized!

Is there an 'idiots guide' to getting started with developing? Have I missed out a step somewhere?

Thank you.

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 返信

884件の閲覧回数
mathiasparnaude
Contributor III

Hello Pat

1. I suppose you talk about Linux running on the board. You loose changes when you turn it off because you certainly use a ramdisk and not a mass storage device (SD card, NAND, ...) for your filesystem.

2. To add some missing programs in your system would require to modify it with the Yocto build configuration, if you use it. Have you looked at NFS that could be another way to transfer files other the network.

Have you tried to boot another image? (I don't know if you use the prebuilt system in NOR flash, an prebuilt image or a compiled one).

Mathias

0 件の賞賛
返信