|
Re: how to emmc boot QNX on beaglebone black?
|
08/29/2018 12:46 PM
post119067
|
Re: how to emmc boot QNX on beaglebone black?
If I remember correctly I used the same MLO from the SD card on the
eMMC.
On Tue, 2018-08-28 at 22:15 -0400, mike scott wrote:
> Hi Albrecht & Elad,
>
> Thank you for this quick reply.
>
> The current SD card contains 3 files,
>
> MLO was downloaded from qnx website;
> ifs-ti-beaglebone.bin was built by QNX Momentics, I copied it from
> /bsp-ti-beaglebone-src/images directory
> uEnv.txt was a short script, content as follows,
>
> uenvcmd=mmcinfo;fatload mmc 0 0x81000000 ifs-ti-beaglebone.bin; go
> 0x81000000; optargs=quiet capemgr.disable_partno=BB-BONELT-HDMI,BB-
> BONELT-HDMIN
>
> I do not know how to construct my own MLO in QNX Momentics. Is there
> an example QNX MLO project I can start with? Please advise.
>
> On the other hand, I do have a TI-CCS (TI compiler) MLO project,
> where MLO initializes the beagleboneblack, and copies a file name
> "app" to 0x8000_0000, then execute the file "app". "app" has been
> inserted a 32-bit TI-header, which tells the file length and
> 0x8000_0000, and MLO has to rip off these 32 bits.
>
> According to uEnv.txt script, it looks like QNX MLO copies ifs-ti-
> beaglebone.bin to 0x8100_0000, but how can I handle "optargs=quiet
> capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN"? Also, is
> there any special treatment (similar to extra 32-bit TI-header) QNX
> MLO should take care of?
>
> Please advise, thanks in advance
>
> Mike
>
>
>
> _______________________________________________
>
> OSTech
> http://community.qnx.com/sf/go/post119064
> To cancel your subscription to this discussion, please e-mail ostech-
> core_os-unsubscribe@community.qnx.com
|
|
|