Re: [beagleboard] SD card boot

2019-09-20 Thread demon demon
Hello!

What is your mean " as your company is buying lots of  chips "? How much is
this? 5 or more?
Thanks!

чт, 19 сент. 2019 г. в 03:09, 'Mark Lazarewicz' via BeagleBoard <
beagleboard@googlegroups.com>:

> TI will provide a loader that initializes Chip and ram and loads the SBL
> as long as your company is buying lots of  chips otherwise you have to
> write it.
> Your initial bootloader would use the settings from gel file to program
> Chip and load SBL which loads then loads RTOS. Typically this also can come
> from a RTOS venders we had one for Green Hills RTOS but it's not Free. Any
> competent BSP programmer can do this looking at examples and understanding
> boot sequence look at other architecture I thought omap 138 had an example.
> Your big problem is going to be getting the RTOS properly loaded and stored
> properly somewhere we booted from flash
>
> Sent from Yahoo Mail on Android
> 
>
> On Wed, Sep 18, 2019 at 6:49 PM, sibyadi...@gmail.com
>  wrote:
>
> Hello!
>
> Given:
>
> 1) BeagleBoardX15 (from https://beagleboard.org/x15)
>
> 2) Code Compose Studio 9.0.1
>
> 3) processor_sdk_rtos_am57xx_6_00_00_07
>
> 4) pdk_am57xx_1_0_15
>
> 5) JTAG emulator XDS200 Spectrum Digital
>
> 6) Windows 7
>
> I have builded loader SBL (from
> 
>
> Creating
> a CCS Project for SBL on AM572x GP EVM - Texas Instruments Wiki
> 
> processors.wiki.ti.com
> 
>
> 
> )
>
> Builded multicore example from
> X:\ti\pdk_am57xx_1_0_15\packages\ti\boot\sbl\example\
>
> How to boot multicore example from SD card without JTAG emulator and with
> separate SBL project ?
>
>
> Thanks!
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/d755c3d8-e127-4b6f-ade0-ecfab60d22d4%40googlegroups.com
> 
> .
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "BeagleBoard" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/beagleboard/YqQh-G5yvRQ/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/1907037420.9412982.1568851773976%40mail.yahoo.com
> 
> .
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAECp93HAYMD8TWDCcDeb1rW%2Bgj31UaCXR-dzPM9WiGjmDDud-g%40mail.gmail.com.


Re: [beagleboard] SD card boot

2019-09-18 Thread 'Mark Lazarewicz' via BeagleBoard
Your bootloader also needs to be in the location the pins on board use for 
default loading and in a format that is recognized by the internal Rom 
bootloader requires. Have you searched the E2E forum

https://e2e.ti.com/support/processors/f/791/t/555022?AM572x-RTOS-bootloader

Sent from Yahoo Mail on Android 
 
  On Wed, Sep 18, 2019 at 6:49 PM, sibyadi...@gmail.com 
wrote:   
Hello!

Given:

1) BeagleBoardX15 (from https://beagleboard.org/x15)

2) Code Compose Studio 9.0.1

3) processor_sdk_rtos_am57xx_6_00_00_07

4) pdk_am57xx_1_0_15

5) JTAG emulator XDS200 Spectrum Digital

6) Windows 7

I have builded loader SBL (from 
 
Creating a CCS Project for SBL on AM572x GP EVM - Texas Instruments Wiki
   processors.wiki.ti.com )
Builded multicore example from 
X:\ti\pdk_am57xx_1_0_15\packages\ti\boot\sbl\example\

How to boot multicore example from SD card without JTAG emulator and with 
separate SBL project ?


Thanks!


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/d755c3d8-e127-4b6f-ade0-ecfab60d22d4%40googlegroups.com.
  

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/1792068137.9459183.1568854395543%40mail.yahoo.com.


Re: [beagleboard] SD card boot

2019-09-18 Thread 'Mark Lazarewicz' via BeagleBoard
TI will provide a loader that initializes Chip and ram and loads the SBL as 
long as your company is buying lots of  chips otherwise you have to write 
it.Your initial bootloader would use the settings from gel file to program Chip 
and load SBL which loads then loads RTOS. Typically this also can come from a 
RTOS venders we had one for Green Hills RTOS but it's not Free. Any competent 
BSP programmer can do this looking at examples and understanding boot sequence 
look at other architecture I thought omap 138 had an example. Your big problem 
is going to be getting the RTOS properly loaded and stored properly somewhere 
we booted from flash

Sent from Yahoo Mail on Android 
 
  On Wed, Sep 18, 2019 at 6:49 PM, sibyadi...@gmail.com 
wrote:   
Hello!

Given:

1) BeagleBoardX15 (from https://beagleboard.org/x15)

2) Code Compose Studio 9.0.1

3) processor_sdk_rtos_am57xx_6_00_00_07

4) pdk_am57xx_1_0_15

5) JTAG emulator XDS200 Spectrum Digital

6) Windows 7

I have builded loader SBL (from 
 
Creating a CCS Project for SBL on AM572x GP EVM - Texas Instruments Wiki
   processors.wiki.ti.com )
Builded multicore example from 
X:\ti\pdk_am57xx_1_0_15\packages\ti\boot\sbl\example\

How to boot multicore example from SD card without JTAG emulator and with 
separate SBL project ?


Thanks!


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/d755c3d8-e127-4b6f-ade0-ecfab60d22d4%40googlegroups.com.
  

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/1907037420.9412982.1568851773976%40mail.yahoo.com.


[beagleboard] SD card boot

2019-09-18 Thread sibyadimok


Hello!

Given:

1) BeagleBoardX15 (from https://beagleboard.org/x15)

2) Code Compose Studio 9.0.1

3) processor_sdk_rtos_am57xx_6_00_00_07

4) pdk_am57xx_1_0_15

5) JTAG emulator XDS200 Spectrum Digital

6) Windows 7

I have builded loader SBL (from 

Creating
 
a CCS Project for SBL on AM572x GP EVM - Texas Instruments Wiki 

 
processors.wiki.ti.com 

 

 
) 

Builded multicore example from 
X:\ti\pdk_am57xx_1_0_15\packages\ti\boot\sbl\example\

How to boot multicore example from SD card without JTAG emulator and with 
separate SBL project ?


Thanks!

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/d755c3d8-e127-4b6f-ade0-ecfab60d22d4%40googlegroups.com.


[beagleboard] SD card boot and SD/MMC file system driver.

2013-12-20 Thread lagrecjo
I am using IAR EWARM development environment and the Segger embOS Operating 
System on the BeagleBone board. 

I have no problem compiling and running applications on the board's IRAM 
and DDR RAM via the JTAG.

I now need to have the board start my application from the SD card and 
additionally use the SD card for file storage via a mountable file system 
in my application.

1) Are there any clear procedures and tools for boot loading a non-linux 
application from the SD card?
2) Are there any drivers available for the MMC interface to allow mounting 
a file system from the SD card in an application?

All suggestions appreciated. 

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.