All of lore.kernel.org
 help / color / mirror / Atom feed
* OMAP5: Booting build output
@ 2013-03-28 15:52 Ian M. Wisbon
  2013-03-28 16:06 ` Maupin, Chase
  0 siblings, 1 reply; 11+ messages in thread
From: Ian M. Wisbon @ 2013-03-28 15:52 UTC (permalink / raw)
  To: meta-ti

Hello,

I've completed a build for the OMAP5 uEVM using the meta-ti layer, and
was wondering whether there is any documentation for booting the
resulting output? Particular DIP switch settings, viable means of
booting - SD/USB/eMMC, particular formatting operations for SD, etc.

I am familiar with the documentation on OMAPpedia wrt OMAPBOOT, but I'm
not looking to boot/flash Android - and as you're building U-boot
MLO/img this doesn't seem applicable, but correct me if I am wrong. I
understand that the documentation may be limited/restricted at this
time, so if necessary I will contact the appropriate sources, or wait
until such time as documentation is released.

Regards,

--
---
Ian Wisbon
Support Manager
Timesys Corporation


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: OMAP5: Booting build output
  2013-03-28 15:52 OMAP5: Booting build output Ian M. Wisbon
@ 2013-03-28 16:06 ` Maupin, Chase
  2013-03-28 16:27   ` Ian M. Wisbon
  0 siblings, 1 reply; 11+ messages in thread
From: Maupin, Chase @ 2013-03-28 16:06 UTC (permalink / raw)
  To: Ian M. Wisbon, meta-ti@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 1835 bytes --]

Ian,

We are updating the base images to boot this more easily.  Until then you can boot from an SD card that has a FAT boot partition and the rootfs in an EXT partition.

You need to pass one of the device tree files from the deploy directory as well.  If you use the attached boot.scr (It is called boot.txt so please rename it) file in your FAT partition you can just rename the omap5-panda.dtb file to omap5-evm.dtb in the FAT partition and the boot should work on a uEVM.  These names are changing in the next kernel to omap5-uevm.dtb by default.

Sincerely,
Chase Maupin


> -----Original Message-----
> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> bounces@yoctoproject.org] On Behalf Of Ian M. Wisbon
> Sent: Thursday, March 28, 2013 10:53 AM
> To: meta-ti@yoctoproject.org
> Subject: [meta-ti] OMAP5: Booting build output
> 
> Hello,
> 
> I've completed a build for the OMAP5 uEVM using the meta-ti
> layer, and
> was wondering whether there is any documentation for booting the
> resulting output? Particular DIP switch settings, viable means of
> booting - SD/USB/eMMC, particular formatting operations for SD,
> etc.
> 
> I am familiar with the documentation on OMAPpedia wrt OMAPBOOT,
> but I'm
> not looking to boot/flash Android - and as you're building U-boot
> MLO/img this doesn't seem applicable, but correct me if I am
> wrong. I
> understand that the documentation may be limited/restricted at
> this
> time, so if necessary I will contact the appropriate sources, or
> wait
> until such time as documentation is released.
> 
> Regards,
> 
> --
> ---
> Ian Wisbon
> Support Manager
> Timesys Corporation
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti

[-- Attachment #2: boot.txt --]
[-- Type: text/plain, Size: 416 bytes --]

'\x05\x19V•`ºrQ	VŒ\0\0\x01`\0\0\0\0\0\0\0\0»©2¢\x05\x02\x06\0boot.scr\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x01X\0\0\0\0setenv fdt_high 0xffffffff
fdt addr 0x80F80000
mmc rescan

fatload mmc 0:1 0x80300000 uImage
fatload mmc 0:1 ${fdtaddr} omap5-evm.dtb

setenv mmcargs setenv bootargs console=ttyO2,115200n8 noinitrd init=/sbin/init root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait earlyprintk

printenv
run mmcargs
#bootm 0x80300000
bootm 0x80300000 - ${fdtaddr}

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: OMAP5: Booting build output
  2013-03-28 16:06 ` Maupin, Chase
@ 2013-03-28 16:27   ` Ian M. Wisbon
  2013-03-28 17:51     ` Maupin, Chase
  0 siblings, 1 reply; 11+ messages in thread
From: Ian M. Wisbon @ 2013-03-28 16:27 UTC (permalink / raw)
  To: Maupin, Chase; +Cc: meta-ti@yoctoproject.org

Chase,

Thank you!

Does the SYSBOOT switch dictate whether the SD is used for booting? If
so, what is the correct setting? I've previously attempted to boot
using an SD card formatted as necessary for the OMAP4 Panda, but have
been unsuccessful - I assumed a similar FAT format would be required
for MLO/u-boot.img

Also - thank you for the boot script, as I just now saw the commit
changing the console from ttyO0 to ttyO2.

On Thu, 28 Mar 2013 12:06:21 -0400
"Maupin, Chase" <chase.maupin@ti.com> wrote:

> Ian,
> 
> We are updating the base images to boot this more easily.  Until then
> you can boot from an SD card that has a FAT boot partition and the
> rootfs in an EXT partition.
> 
> You need to pass one of the device tree files from the deploy
> directory as well.  If you use the attached boot.scr (It is called
> boot.txt so please rename it) file in your FAT partition you can just
> rename the omap5-panda.dtb file to omap5-evm.dtb in the FAT partition
> and the boot should work on a uEVM.  These names are changing in the
> next kernel to omap5-uevm.dtb by default.
> 
> Sincerely,
> Chase Maupin

Regards,


--
---
Ian Wisbon
Support Manager
Timesys Corporation


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: OMAP5: Booting build output
  2013-03-28 16:27   ` Ian M. Wisbon
@ 2013-03-28 17:51     ` Maupin, Chase
  2013-03-28 21:34       ` Ian Wisbon
  0 siblings, 1 reply; 11+ messages in thread
From: Maupin, Chase @ 2013-03-28 17:51 UTC (permalink / raw)
  To: Ian M. Wisbon; +Cc: meta-ti@yoctoproject.org

> -----Original Message-----
> From: Ian M. Wisbon [mailto:ian.wisbon@timesys.com]
> Sent: Thursday, March 28, 2013 11:28 AM
> To: Maupin, Chase
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] OMAP5: Booting build output
> 
> Chase,
> 
> Thank you!
> 
> Does the SYSBOOT switch dictate whether the SD is used for
> booting? If
> so, what is the correct setting? I've previously attempted to
> boot
> using an SD card formatted as necessary for the OMAP4 Panda, but
> have
> been unsuccessful - I assumed a similar FAT format would be
> required
> for MLO/u-boot.img

My sysboot switch is off on off on and I'm booting from SD.

You can use the same SD format at omap4.  Just replace the kerel and bootloader, add the boot.scr and dtb file.

> 
> Also - thank you for the boot script, as I just now saw the
> commit
> changing the console from ttyO0 to ttyO2.
> 
> On Thu, 28 Mar 2013 12:06:21 -0400
> "Maupin, Chase" <chase.maupin@ti.com> wrote:
> 
> > Ian,
> >
> > We are updating the base images to boot this more easily.
> Until then
> > you can boot from an SD card that has a FAT boot partition and
> the
> > rootfs in an EXT partition.
> >
> > You need to pass one of the device tree files from the deploy
> > directory as well.  If you use the attached boot.scr (It is
> called
> > boot.txt so please rename it) file in your FAT partition you
> can just
> > rename the omap5-panda.dtb file to omap5-evm.dtb in the FAT
> partition
> > and the boot should work on a uEVM.  These names are changing
> in the
> > next kernel to omap5-uevm.dtb by default.
> >
> > Sincerely,
> > Chase Maupin
> 
> Regards,
> 
> 
> --
> ---
> Ian Wisbon
> Support Manager
> Timesys Corporation


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: OMAP5: Booting build output
  2013-03-28 17:51     ` Maupin, Chase
@ 2013-03-28 21:34       ` Ian Wisbon
  2013-03-28 21:42         ` Maupin, Chase
  0 siblings, 1 reply; 11+ messages in thread
From: Ian Wisbon @ 2013-03-28 21:34 UTC (permalink / raw)
  To: Maupin, Chase; +Cc: meta-ti@yoctoproject.org

Chase,

Thanks - I have mine set to the same:

off-on-off-on

and still no luck booting. I also tried the reverse just in case I was
backwards/upside-down; despite the same SD card booting an OMAP4 Panda,
and replacing with OMAP5 MLO and u-boot.img, I see nothing on the
console whatsoever. Not even a junk character implying an incorrect
baudrate, etc. The USBBOOT functionality seems to work, so I don't
believe the board to be non-functional.

I'll sit tight for a while and see what else is committed. Thanks for
your assistance!


> > 
> > Does the SYSBOOT switch dictate whether the SD is used for
> > booting? If
> > so, what is the correct setting? I've previously attempted to
> > boot
> > using an SD card formatted as necessary for the OMAP4 Panda, but
> > have
> > been unsuccessful - I assumed a similar FAT format would be
> > required
> > for MLO/u-boot.img
> 
> My sysboot switch is off on off on and I'm booting from SD.
> 
> You can use the same SD format at omap4.  Just replace the kerel and
> bootloader, add the boot.scr and dtb file.
> 

Regards,

--
---
Ian Wisbon
Support Manager
Timesys Corporation


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: OMAP5: Booting build output
  2013-03-28 21:34       ` Ian Wisbon
@ 2013-03-28 21:42         ` Maupin, Chase
  2013-03-28 21:50           ` Ian Wisbon
  0 siblings, 1 reply; 11+ messages in thread
From: Maupin, Chase @ 2013-03-28 21:42 UTC (permalink / raw)
  To: Ian Wisbon; +Cc: meta-ti@yoctoproject.org

> -----Original Message-----
> From: Ian Wisbon [mailto:ian.wisbon@timesys.com]
> Sent: Thursday, March 28, 2013 4:35 PM
> To: Maupin, Chase
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] OMAP5: Booting build output
> 
> Chase,
> 
> Thanks - I have mine set to the same:
> 
> off-on-off-on
> 
> and still no luck booting. I also tried the reverse just in case
> I was
> backwards/upside-down; despite the same SD card booting an OMAP4
> Panda,
> and replacing with OMAP5 MLO and u-boot.img, I see nothing on the
> console whatsoever. Not even a junk character implying an
> incorrect
> baudrate, etc. The USBBOOT functionality seems to work, so I
> don't
> believe the board to be non-functional.

Are you connected to ttyUSB0 or ttyUSB1?  For my board the serial is ttyUSB0.

> 
> I'll sit tight for a while and see what else is committed. Thanks
> for
> your assistance!
> 
> 
> > >
> > > Does the SYSBOOT switch dictate whether the SD is used for
> > > booting? If
> > > so, what is the correct setting? I've previously attempted to
> > > boot
> > > using an SD card formatted as necessary for the OMAP4 Panda,
> but
> > > have
> > > been unsuccessful - I assumed a similar FAT format would be
> > > required
> > > for MLO/u-boot.img
> >
> > My sysboot switch is off on off on and I'm booting from SD.
> >
> > You can use the same SD format at omap4.  Just replace the
> kerel and
> > bootloader, add the boot.scr and dtb file.
> >
> 
> Regards,
> 
> --
> ---
> Ian Wisbon
> Support Manager
> Timesys Corporation


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: OMAP5: Booting build output
  2013-03-28 21:42         ` Maupin, Chase
@ 2013-03-28 21:50           ` Ian Wisbon
  2013-03-28 21:56             ` Maupin, Chase
  0 siblings, 1 reply; 11+ messages in thread
From: Ian Wisbon @ 2013-03-28 21:50 UTC (permalink / raw)
  To: Maupin, Chase; +Cc: meta-ti@yoctoproject.org

Chase,

I've got a 4-port USB serial adapter connected to my host, so, it
enumerates as ttyUSB5 on my host.

I'm connecting to the micro-USB port labeled DEBUG USB, and the LED
indicating debug power is lit, screen /dev/ttyUSB5 115200

Applying power, LEDs D1 and D2 light blue, but otherwise, nothing
lights; I don't see a link come up either on the eth port.

On Thu, 28 Mar 2013 17:42:26 -0400
"Maupin, Chase" <chase.maupin@ti.com> wrote:

> > -----Original Message-----
> > From: Ian Wisbon [mailto:ian.wisbon@timesys.com]
> > Sent: Thursday, March 28, 2013 4:35 PM
> > To: Maupin, Chase
> > Cc: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] OMAP5: Booting build output
> > 
> > Chase,
> > 
> > Thanks - I have mine set to the same:
> > 
> > off-on-off-on
> > 
> > and still no luck booting. I also tried the reverse just in case
> > I was
> > backwards/upside-down; despite the same SD card booting an OMAP4
> > Panda,
> > and replacing with OMAP5 MLO and u-boot.img, I see nothing on the
> > console whatsoever. Not even a junk character implying an
> > incorrect
> > baudrate, etc. The USBBOOT functionality seems to work, so I
> > don't
> > believe the board to be non-functional.
> 
> Are you connected to ttyUSB0 or ttyUSB1?  For my board the serial is
> ttyUSB0.
> 
> > 
> > I'll sit tight for a while and see what else is committed. Thanks
> > for
> > your assistance!
> > 
> > 
> > > >
> > > > Does the SYSBOOT switch dictate whether the SD is used for
> > > > booting? If
> > > > so, what is the correct setting? I've previously attempted to
> > > > boot
> > > > using an SD card formatted as necessary for the OMAP4 Panda,
> > but
> > > > have
> > > > been unsuccessful - I assumed a similar FAT format would be
> > > > required
> > > > for MLO/u-boot.img
> > >
> > > My sysboot switch is off on off on and I'm booting from SD.
> > >
> > > You can use the same SD format at omap4.  Just replace the
> > kerel and
> > > bootloader, add the boot.scr and dtb file.

Thanks,


--
---
Ian Wisbon
Support Manager
Timesys Corporation


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: OMAP5: Booting build output
  2013-03-28 21:50           ` Ian Wisbon
@ 2013-03-28 21:56             ` Maupin, Chase
  2013-03-28 22:09               ` Ian Wisbon
  2013-03-28 22:11               ` Denys Dmytriyenko
  0 siblings, 2 replies; 11+ messages in thread
From: Maupin, Chase @ 2013-03-28 21:56 UTC (permalink / raw)
  To: Ian Wisbon; +Cc: meta-ti@yoctoproject.org


> -----Original Message-----
> From: Ian Wisbon [mailto:ian.wisbon@timesys.com]
> Sent: Thursday, March 28, 2013 4:50 PM
> To: Maupin, Chase
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] OMAP5: Booting build output
> 
> Chase,
> 
> I've got a 4-port USB serial adapter connected to my host, so, it
> enumerates as ttyUSB5 on my host.
> 
> I'm connecting to the micro-USB port labeled DEBUG USB, and the
> LED
> indicating debug power is lit, screen /dev/ttyUSB5 115200

In the dmesg output you should see two ttyUSB devices enumerated when the FTDI is detected.  The first is the serial console.  I'm not sure about your setup but if you have a 4 port serial adapter I would expect those are ttyUSB0 - ttyUSB3.  This would make the FTDI ttyUSB4.

The first thing we need is that you can see the serial console.  In some ways I wish this was like the beaglebone where you would see CCCCC when no SD card is loaded to know your serial connection was working :(

> 
> Applying power, LEDs D1 and D2 light blue, but otherwise, nothing
> lights; I don't see a link come up either on the eth port.

Ethernet won't work until later kernels.  I haven't tried the one Denys just updated to yet but ethernet is supposed to work there.

> 
> On Thu, 28 Mar 2013 17:42:26 -0400
> "Maupin, Chase" <chase.maupin@ti.com> wrote:
> 
> > > -----Original Message-----
> > > From: Ian Wisbon [mailto:ian.wisbon@timesys.com]
> > > Sent: Thursday, March 28, 2013 4:35 PM
> > > To: Maupin, Chase
> > > Cc: meta-ti@yoctoproject.org
> > > Subject: Re: [meta-ti] OMAP5: Booting build output
> > >
> > > Chase,
> > >
> > > Thanks - I have mine set to the same:
> > >
> > > off-on-off-on
> > >
> > > and still no luck booting. I also tried the reverse just in
> case
> > > I was
> > > backwards/upside-down; despite the same SD card booting an
> OMAP4
> > > Panda,
> > > and replacing with OMAP5 MLO and u-boot.img, I see nothing on
> the
> > > console whatsoever. Not even a junk character implying an
> > > incorrect
> > > baudrate, etc. The USBBOOT functionality seems to work, so I
> > > don't
> > > believe the board to be non-functional.
> >
> > Are you connected to ttyUSB0 or ttyUSB1?  For my board the
> serial is
> > ttyUSB0.
> >
> > >
> > > I'll sit tight for a while and see what else is committed.
> Thanks
> > > for
> > > your assistance!
> > >
> > >
> > > > >
> > > > > Does the SYSBOOT switch dictate whether the SD is used
> for
> > > > > booting? If
> > > > > so, what is the correct setting? I've previously
> attempted to
> > > > > boot
> > > > > using an SD card formatted as necessary for the OMAP4
> Panda,
> > > but
> > > > > have
> > > > > been unsuccessful - I assumed a similar FAT format would
> be
> > > > > required
> > > > > for MLO/u-boot.img
> > > >
> > > > My sysboot switch is off on off on and I'm booting from SD.
> > > >
> > > > You can use the same SD format at omap4.  Just replace the
> > > kerel and
> > > > bootloader, add the boot.scr and dtb file.
> 
> Thanks,
> 
> 
> --
> ---
> Ian Wisbon
> Support Manager
> Timesys Corporation


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: OMAP5: Booting build output
  2013-03-28 21:56             ` Maupin, Chase
@ 2013-03-28 22:09               ` Ian Wisbon
  2013-03-28 22:11               ` Denys Dmytriyenko
  1 sibling, 0 replies; 11+ messages in thread
From: Ian Wisbon @ 2013-03-28 22:09 UTC (permalink / raw)
  To: Maupin, Chase; +Cc: meta-ti@yoctoproject.org

Chase,

For some reason, basic arithmetic and counting from zero escaped me
today.

You are of course, correct, as the 4 port enumerates ttyUSB0-3, and the
uEVM, then creates ttyUSB4 and ttyUSB5 - ttyUSB4 being the correct dev
entry. That's what I get for not looking at dmesg, and, counting. Thank
you sir. It does, in fact, load the bootloaders.

I appreciate your time, and, hopefully this will serve to help others -
sorry for the bother!

Cheers,

Ian

On Thu, 28 Mar 2013 17:56:12 -0400
"Maupin, Chase" <chase.maupin@ti.com> wrote:

> 
> > -----Original Message-----
> > From: Ian Wisbon [mailto:ian.wisbon@timesys.com]
> > Sent: Thursday, March 28, 2013 4:50 PM
> > To: Maupin, Chase
> > Cc: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] OMAP5: Booting build output
> > 
> > Chase,
> > 
> > I've got a 4-port USB serial adapter connected to my host, so, it
> > enumerates as ttyUSB5 on my host.
> > 
> > I'm connecting to the micro-USB port labeled DEBUG USB, and the
> > LED
> > indicating debug power is lit, screen /dev/ttyUSB5 115200
> 
> In the dmesg output you should see two ttyUSB devices enumerated when
> the FTDI is detected.  The first is the serial console.  I'm not sure
> about your setup but if you have a 4 port serial adapter I would
> expect those are ttyUSB0 - ttyUSB3.  This would make the FTDI ttyUSB4.
> 
> The first thing we need is that you can see the serial console.  In
> some ways I wish this was like the beaglebone where you would see
> CCCCC when no SD card is loaded to know your serial connection was
> working :(
> 
> > 
> > Applying power, LEDs D1 and D2 light blue, but otherwise, nothing
> > lights; I don't see a link come up either on the eth port.
> 
> Ethernet won't work until later kernels.  I haven't tried the one
> Denys just updated to yet but ethernet is supposed to work there.
> 
> > 
> > On Thu, 28 Mar 2013 17:42:26 -0400
> > "Maupin, Chase" <chase.maupin@ti.com> wrote:
> > 
> > > > -----Original Message-----
> > > > From: Ian Wisbon [mailto:ian.wisbon@timesys.com]
> > > > Sent: Thursday, March 28, 2013 4:35 PM
> > > > To: Maupin, Chase
> > > > Cc: meta-ti@yoctoproject.org
> > > > Subject: Re: [meta-ti] OMAP5: Booting build output
> > > >
> > > > Chase,
> > > >
> > > > Thanks - I have mine set to the same:
> > > >
> > > > off-on-off-on
> > > >
> > > > and still no luck booting. I also tried the reverse just in
> > case
> > > > I was
> > > > backwards/upside-down; despite the same SD card booting an
> > OMAP4
> > > > Panda,
> > > > and replacing with OMAP5 MLO and u-boot.img, I see nothing on
> > the
> > > > console whatsoever. Not even a junk character implying an
> > > > incorrect
> > > > baudrate, etc. The USBBOOT functionality seems to work, so I
> > > > don't
> > > > believe the board to be non-functional.
> > >
> > > Are you connected to ttyUSB0 or ttyUSB1?  For my board the
> > serial is
> > > ttyUSB0.
> > >
> > > >
> > > > I'll sit tight for a while and see what else is committed.
> > Thanks
> > > > for
> > > > your assistance!
> > > >
> > > >
> > > > > >
> > > > > > Does the SYSBOOT switch dictate whether the SD is used
> > for
> > > > > > booting? If
> > > > > > so, what is the correct setting? I've previously
> > attempted to
> > > > > > boot
> > > > > > using an SD card formatted as necessary for the OMAP4
> > Panda,
> > > > but
> > > > > > have
> > > > > > been unsuccessful - I assumed a similar FAT format would
> > be
> > > > > > required
> > > > > > for MLO/u-boot.img
> > > > >
> > > > > My sysboot switch is off on off on and I'm booting from SD.
> > > > >
> > > > > You can use the same SD format at omap4.  Just replace the
> > > > kerel and
> > > > > bootloader, add the boot.scr and dtb file.
> > 
> > Thanks,
> > 
> > 
> > --
> > ---
> > Ian Wisbon
> > Support Manager
> > Timesys Corporation



--
---
Ian Wisbon
Support Manager
Timesys Corporation


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: OMAP5: Booting build output
  2013-03-28 21:56             ` Maupin, Chase
  2013-03-28 22:09               ` Ian Wisbon
@ 2013-03-28 22:11               ` Denys Dmytriyenko
  2013-03-28 22:51                 ` Maupin, Chase
  1 sibling, 1 reply; 11+ messages in thread
From: Denys Dmytriyenko @ 2013-03-28 22:11 UTC (permalink / raw)
  To: Maupin, Chase; +Cc: meta-ti@yoctoproject.org

On Thu, Mar 28, 2013 at 09:56:12PM +0000, Maupin, Chase wrote:
> 
> > -----Original Message-----
> > From: Ian Wisbon [mailto:ian.wisbon@timesys.com]
> > Sent: Thursday, March 28, 2013 4:50 PM
> > To: Maupin, Chase
> > Cc: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] OMAP5: Booting build output
> > 
> > Chase,
> > 
> > I've got a 4-port USB serial adapter connected to my host, so, it
> > enumerates as ttyUSB5 on my host.
> > 
> > I'm connecting to the micro-USB port labeled DEBUG USB, and the
> > LED
> > indicating debug power is lit, screen /dev/ttyUSB5 115200
> 
> In the dmesg output you should see two ttyUSB devices enumerated when the 
> FTDI is detected.  The first is the serial console.  I'm not sure about your 
> setup but if you have a 4 port serial adapter I would expect those are 
> ttyUSB0 - ttyUSB3.  This would make the FTDI ttyUSB4.
> 
> The first thing we need is that you can see the serial console.  In some 
> ways I wish this was like the beaglebone where you would see CCCCC when no 
> SD card is loaded to know your serial connection was working :(
> 
> > Applying power, LEDs D1 and D2 light blue, but otherwise, nothing
> > lights; I don't see a link come up either on the eth port.
> 
> Ethernet won't work until later kernels.  I haven't tried the one Denys just 
> updated to yet but ethernet is supposed to work there.

But with that we are hearing reports the DSS is broken... :(

-- 
Denys


> > On Thu, 28 Mar 2013 17:42:26 -0400
> > "Maupin, Chase" <chase.maupin@ti.com> wrote:
> > 
> > > > -----Original Message-----
> > > > From: Ian Wisbon [mailto:ian.wisbon@timesys.com]
> > > > Sent: Thursday, March 28, 2013 4:35 PM
> > > > To: Maupin, Chase
> > > > Cc: meta-ti@yoctoproject.org
> > > > Subject: Re: [meta-ti] OMAP5: Booting build output
> > > >
> > > > Chase,
> > > >
> > > > Thanks - I have mine set to the same:
> > > >
> > > > off-on-off-on
> > > >
> > > > and still no luck booting. I also tried the reverse just in
> > case
> > > > I was
> > > > backwards/upside-down; despite the same SD card booting an
> > OMAP4
> > > > Panda,
> > > > and replacing with OMAP5 MLO and u-boot.img, I see nothing on
> > the
> > > > console whatsoever. Not even a junk character implying an
> > > > incorrect
> > > > baudrate, etc. The USBBOOT functionality seems to work, so I
> > > > don't
> > > > believe the board to be non-functional.
> > >
> > > Are you connected to ttyUSB0 or ttyUSB1?  For my board the
> > serial is
> > > ttyUSB0.
> > >
> > > >
> > > > I'll sit tight for a while and see what else is committed.
> > Thanks
> > > > for
> > > > your assistance!
> > > >
> > > >
> > > > > >
> > > > > > Does the SYSBOOT switch dictate whether the SD is used
> > for
> > > > > > booting? If
> > > > > > so, what is the correct setting? I've previously
> > attempted to
> > > > > > boot
> > > > > > using an SD card formatted as necessary for the OMAP4
> > Panda,
> > > > but
> > > > > > have
> > > > > > been unsuccessful - I assumed a similar FAT format would
> > be
> > > > > > required
> > > > > > for MLO/u-boot.img
> > > > >
> > > > > My sysboot switch is off on off on and I'm booting from SD.
> > > > >
> > > > > You can use the same SD format at omap4.  Just replace the
> > > > kerel and
> > > > > bootloader, add the boot.scr and dtb file.
> > 
> > Thanks,
> > 
> > 
> > --
> > ---
> > Ian Wisbon
> > Support Manager
> > Timesys Corporation
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: OMAP5: Booting build output
  2013-03-28 22:11               ` Denys Dmytriyenko
@ 2013-03-28 22:51                 ` Maupin, Chase
  0 siblings, 0 replies; 11+ messages in thread
From: Maupin, Chase @ 2013-03-28 22:51 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org

Yes, there are still refinements and testing needed.  That is part of why the tags aren't in place yet.  I'll get a build out this weekend so the test team can start on monday 

Sincerely,
Chase Maupin
On Mar 28, 2013, at 5:11 PM, "Dmytriyenko, Denys" <denys@ti.com> wrote:

> On Thu, Mar 28, 2013 at 09:56:12PM +0000, Maupin, Chase wrote:
>> 
>>> -----Original Message-----
>>> From: Ian Wisbon [mailto:ian.wisbon@timesys.com]
>>> Sent: Thursday, March 28, 2013 4:50 PM
>>> To: Maupin, Chase
>>> Cc: meta-ti@yoctoproject.org
>>> Subject: Re: [meta-ti] OMAP5: Booting build output
>>> 
>>> Chase,
>>> 
>>> I've got a 4-port USB serial adapter connected to my host, so, it
>>> enumerates as ttyUSB5 on my host.
>>> 
>>> I'm connecting to the micro-USB port labeled DEBUG USB, and the
>>> LED
>>> indicating debug power is lit, screen /dev/ttyUSB5 115200
>> 
>> In the dmesg output you should see two ttyUSB devices enumerated when the 
>> FTDI is detected.  The first is the serial console.  I'm not sure about your 
>> setup but if you have a 4 port serial adapter I would expect those are 
>> ttyUSB0 - ttyUSB3.  This would make the FTDI ttyUSB4.
>> 
>> The first thing we need is that you can see the serial console.  In some 
>> ways I wish this was like the beaglebone where you would see CCCCC when no 
>> SD card is loaded to know your serial connection was working :(
>> 
>>> Applying power, LEDs D1 and D2 light blue, but otherwise, nothing
>>> lights; I don't see a link come up either on the eth port.
>> 
>> Ethernet won't work until later kernels.  I haven't tried the one Denys just 
>> updated to yet but ethernet is supposed to work there.
> 
> But with that we are hearing reports the DSS is broken... :(
> 
> -- 
> Denys
> 
> 
>>> On Thu, 28 Mar 2013 17:42:26 -0400
>>> "Maupin, Chase" <chase.maupin@ti.com> wrote:
>>> 
>>>>> -----Original Message-----
>>>>> From: Ian Wisbon [mailto:ian.wisbon@timesys.com]
>>>>> Sent: Thursday, March 28, 2013 4:35 PM
>>>>> To: Maupin, Chase
>>>>> Cc: meta-ti@yoctoproject.org
>>>>> Subject: Re: [meta-ti] OMAP5: Booting build output
>>>>> 
>>>>> Chase,
>>>>> 
>>>>> Thanks - I have mine set to the same:
>>>>> 
>>>>> off-on-off-on
>>>>> 
>>>>> and still no luck booting. I also tried the reverse just in
>>> case
>>>>> I was
>>>>> backwards/upside-down; despite the same SD card booting an
>>> OMAP4
>>>>> Panda,
>>>>> and replacing with OMAP5 MLO and u-boot.img, I see nothing on
>>> the
>>>>> console whatsoever. Not even a junk character implying an
>>>>> incorrect
>>>>> baudrate, etc. The USBBOOT functionality seems to work, so I
>>>>> don't
>>>>> believe the board to be non-functional.
>>>> 
>>>> Are you connected to ttyUSB0 or ttyUSB1?  For my board the
>>> serial is
>>>> ttyUSB0.
>>>> 
>>>>> 
>>>>> I'll sit tight for a while and see what else is committed.
>>> Thanks
>>>>> for
>>>>> your assistance!
>>>>> 
>>>>> 
>>>>>>> 
>>>>>>> Does the SYSBOOT switch dictate whether the SD is used
>>> for
>>>>>>> booting? If
>>>>>>> so, what is the correct setting? I've previously
>>> attempted to
>>>>>>> boot
>>>>>>> using an SD card formatted as necessary for the OMAP4
>>> Panda,
>>>>> but
>>>>>>> have
>>>>>>> been unsuccessful - I assumed a similar FAT format would
>>> be
>>>>>>> required
>>>>>>> for MLO/u-boot.img
>>>>>> 
>>>>>> My sysboot switch is off on off on and I'm booting from SD.
>>>>>> 
>>>>>> You can use the same SD format at omap4.  Just replace the
>>>>> kerel and
>>>>>> bootloader, add the boot.scr and dtb file.
>>> 
>>> Thanks,
>>> 
>>> 
>>> --
>>> ---
>>> Ian Wisbon
>>> Support Manager
>>> Timesys Corporation
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-03-28 22:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-28 15:52 OMAP5: Booting build output Ian M. Wisbon
2013-03-28 16:06 ` Maupin, Chase
2013-03-28 16:27   ` Ian M. Wisbon
2013-03-28 17:51     ` Maupin, Chase
2013-03-28 21:34       ` Ian Wisbon
2013-03-28 21:42         ` Maupin, Chase
2013-03-28 21:50           ` Ian Wisbon
2013-03-28 21:56             ` Maupin, Chase
2013-03-28 22:09               ` Ian Wisbon
2013-03-28 22:11               ` Denys Dmytriyenko
2013-03-28 22:51                 ` Maupin, Chase

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.