Activity
From 10/02/2018 to 10/31/2018
10/26/2018
- JC 01:30 PM Software Development: RE: Uart speed does not change when loading uboot. The variable "baudrate" has no effect.
- It is unusual for a design to change its debug UART's baud rate dynamically. The majority of our designs use the 115200 baud rate. If your design needs a different baud rate, I would rebuild u-boot and change CONFIG_BAUDRATE and change...
10/11/2018
- The baudrate of the UART port when loading uboot does not depend on the value from the environment variable "baudrate" and is determined only by CONFIG_BAUDRATE. The rate can only be changed in the local session using the "setenv" comman...
10/03/2018
- JC 06:23 PM Software Development: RE: Auto run of application file (loaded in NAND Flash)
- Vivek Ponnani wrote:
> Hi,
> ...
I thought your new application files were programmed to the nand?
>
> ...
ok
>
> ...
So your saying the AutoRun service is starting your old application? Where is it finding the old application?
... - VP 04:14 PM Software Development: RE: Auto run of application file (loaded in NAND Flash)
- Hi,
Actually we disabled AutoRun.service (systemctl disable AutoRun.service) on board because we wanted to test further with new application generated files and we wanted to test it directly from MMC card. If we keep AutoRun.service en... - JC 01:26 PM Software Development: RE: Auto run of application file (loaded in NAND Flash)
- Sounds like you might have a program error.
Note: If you want to verify if the file is the same one from your VM you can calculate an md5sum. And compare. - VP 10:02 AM Software Development: RE: Auto run of application file (loaded in NAND Flash)
- Jonathan Cormier wrote:
> Vivek Ponnani wrote:
> ...
Hi,
I rechecked the files which I wanted to copy, deleted old copies and recreate them but same result. I tried to run start_application.sh file manually on board, then it gives ...