This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3359: Creating SDK image file

In some guide or wiki , it shows how to create a sd card for board use the prebuild image file.

But when I build a new driver , application or other for the new rootfs, how to create a new image file for download to windows then follow the guide ,make a sd card ?

  • Former Member
    0 Former Member
    Can you tell me which for which processor SDK you are referring too?

    Thanks.
  • ti-processor-sdk-linux-am335x-evm-04.02.00.09, I use this and the Beaglebone Black for project development.
    I use the sdk on a remote Linux VPS, if compile the sdk , I can't use the sd-create script in local pc.
  • I have compile all the sdk and can create the sd card for boot in linux local host.
    But , for best performance, I have a linux vps remote server, I re-install and compile all the sdk on it.
    My local pc running windows, so If I want to create a sd card, I should reboot my pc to linux system , copy the rootfs and kernel ,uboot from remote host, and use the scirpt create the sd card.
    I want to make it in windows, but the wiki guide say I should have a img file for the tools, so I want to know , how to build a img file for it.?
    Thanks for everyone's reply.
  • What you want is to configure the BeagleBone to network boot from the rootfs stored on the remote linux server. The "setup.sh" script that came with the SDK should be able to help you set that up. Details here.

  • If the remote and bbb in same local network , it's ok ,but the remote host is so far from me , it's have a public ip which like amazon/google vps.
    I think I have found the way for create a image file, let me try the reply this .
    Thank you .