Activity
From 09/12/2018 to 10/11/2018
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...
- DV 01:05 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: LinuxPTP: 1PPS output is running at 0.1Hz
- Hi Vidar,
As a quick test can you output the clock you are using to a pin and verify its frequency on a scope?
Dan - VJ 10:56 AM MitySOM-5CSX Altera Cyclone V Software Development: RE: LinuxPTP: 1PPS output is running at 0.1Hz
- Hi
I changed to use netdev_info (instead of netdev_dbg) logging in stmmac_main.c and then I get:
10/10/2018
- VJ 12:50 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: LinuxPTP: 1PPS output is running at 0.1Hz
- Hi Alex
In /var/log/boot there are no PTP debug messages.
Looking into stmmac_main.c, these PTP messages are printed from function stmmac_init_ptp using "netdev_dbg". I am not sure if these debug prints are enabled on my system?
I...
10/09/2018
- AB 10:26 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: LinuxPTP: 1PPS output is running at 0.1Hz
- Vidar,
If you look through your boot log do you see either of the following debug printouts?
10/08/2018
- Hi
We have started implementing PTP on the MitySOM-5CSX board.
The first step is to get software timestamping to work, then hardware timestamping (since the Eth phy KSZ9031RNX does not seem to support PTP we are a bit unsure how well h...
10/03/2018
- JC 06:23 PM MityDSP-L138 (ARM9 Based Platforms) 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 MityDSP-L138 (ARM9 Based Platforms) 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 MityDSP-L138 (ARM9 Based Platforms) 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 MityDSP-L138 (ARM9 Based Platforms) 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 ...
10/01/2018
- JC 02:44 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Auto run of application file (loaded in NAND Flash)
- Vivek Ponnani wrote:
> Although you don't mention running sync or safely unmounting your sd card - this comment is related to virtual machine or on board?
On the virtual machine
> ...
@sync@ is a commandline tool which causes all dat... - VP 02:35 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Auto run of application file (loaded in NAND Flash)
- Although you don't mention running sync or safely unmounting your sd card - this comment is related to virtual machine or on board?
From virtual machine, we always safely eject the card and then remove. What is running sync?
And once ... - JC 02:26 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Auto run of application file (loaded in NAND Flash)
- I don't see any problems with your procedure. Although you don't mention running @sync@ or safely unmounting your sd card. I know not doing this has been a problem for me in the past.
Unrelated: Remove comma so its just "rw noatime"... - VP 10:50 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Auto run of application file (loaded in NAND Flash)
- Jonathan Cormier wrote:
> Vivek Ponnani wrote:
> ...
Hi,
As per previous disscussion, I was able to make mityomap-full-custom.tgz and mityomap-full-custom.jffs2 file and able to run it on the board. Now I want to update my application...
09/26/2018
- TI 01:55 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: kernel panic on virtual machine start
- I'm afraid the answer is probably to create a new ubuntu VM from scratch and then (after removing the image from any other VMs) add the vmdk image to it.
The problem with the approach I gave you is that the system is using LVM and the U... - VP 11:26 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: kernel panic on virtual machine start
- Hello Tim,
I also tried to add hard disk option in new VM for old .vmdk file . Then I tried to mount that in VM. below is the process.
mitydsp@vagrantup:~$ sudo fdisk -l
[sudo] password for mitydsp:
Disk /dev/sda: 128.8 GB, 12... - VP 10:24 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: kernel panic on virtual machine start
- Thanks Tim for your reply. As per your suggestion it seems I must have VM setup where it failed. But unfortunately, I did backup for .vmdk file only for my old VM setup.
I already installed new VM setup with ova image and now want to re...
09/24/2018
- TI 11:30 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: kernel panic on virtual machine start
- Vivek
Your best bet is the following:
Rename the existing VM
Re-import the VM from the ova image
Go in to settings for the newly imported VM and add your existing VM disk image to the new VM
mount the old VM image in your new VM as ...
09/23/2018
- Hi,
I had setup of virtual machine with Critical_Link_Unified_VM_14-04_04-2017.ova image. Something went wrong with sudo tar xzvf command in root directory. After that VM stop responding. I powered off virtual machine. When I tried to r...
09/14/2018
- JC 01:32 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Yocto MDK Status
- Thanks Tom.
- TR 12:40 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Yocto MDK Status
- FYI... have made the following changes to the recipes as to update fetching the proper sources. For vim it's a different URL and for ltrace it just needed a branch designation. Someone may find them useful. Tom