Hello.
The board comes pre-flashed (SPI) with an image containing uboot+kernel+rootfs.
Is this image available for download?
Is there a recipe for recreating this image?
Regards,
Martin
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.
Hello.
The board comes pre-flashed (SPI) with an image containing uboot+kernel+rootfs.
Is this image available for download?
Is there a recipe for recreating this image?
Regards,
Martin
Martin,
You should be able to get the files from here: http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/omap_l138/1_00/latest/index_FDS.html
That link is in the OMAPL138 product folder under Tools & Software -> Software Development Kit (SDK) for OMAP-L1x and TMS320C674x Devices -> SDK-OMAPL138C674X
-Tommy
tlee said:Martin,
You should be able to get the files from here: http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/omap_l138/1_00/latest/index_FDS.html
That link is in the OMAPL138 product folder under Tools & Software -> Software Development Kit (SDK) for OMAP-L1x and TMS320C674x Devices -> SDK-OMAPL138C674X
-Tommy
Tommy,
Can you point me to the directories/files where the image and recipe reside? I don't see them.
Regards,
Martin
tlee said:Martin,
After you download and extract the SDK, the pre-built images are here:
<SDK DIR>/images/*
And the source code is here:
<SDK DIR>/src/*
-Tommy
Tommy,
I believe you are referring to these directories
DaVinci-PSP-SDK-03.20.00.08/{images | src}
These indeed have the kernel/rootfs images and src but what I was looking for is the AIS binary image
used for flashing which matches what comes shipped with the board. Moreover I was hoping to
see the exact sequence of commands and associated metadata files (cfg for AISgen or .ais for HexAIS)
used to generate this image.
Regards,
Martin
Mariana said:http://tiexpressdsp.com/index.php/Community_Linux_PSP_for_OMAP-L1#Building_PSP_Components
Mariana,
Thanks for the feedback. I should clarify: I have no problem flashing the board with a ubl+uboot. Then
using uboot and a tftp server to download and flash a uImage and ramdisk filesystem. If this is how
LogicPD prepares every board for shipment that would surpise me but maybe that's the case.
Ideally I'm looking for a sequence of commands which can flash a board with said contents
with minimal user interaction. And especially avoiding the use of a tftp server setup.
Rather than asking this question from the outset (my bad) I was thinking that having
the LogicPD steps as a reference I could proceed on my own.
Regards,
Martin