Activity
From 02/01/2016 to 03/01/2016
02/23/2016
- BA 01:53 PM Software Development: RE: opkg update for ALPHA Release 2016.01
- Thanks, Jonathan. That worked!
Regards,
Ben - JC 12:01 PM Software Development: RE: opkg update for ALPHA Release 2016.01
- BA 09:22 AM Software Development: RE: opkg update for ALPHA Release 2016.01
- Jonathan,
I saw that post, too. Yes, if you send me the patched binary, I'll try it.
Regards,
Ben - JC 09:14 AM Software Development: RE: opkg update for ALPHA Release 2016.01
- This post seems to describe what your reporting. We will need to test the patch. Would you be willing to test if we can send you an updated opkg binary?
https://groups.google.com/forum/#!topic/opkg-devel/hjvqvgTG0gA - Hello,
I am using the ALPHA Release 2016.01 with a dbric kernel installed on my target hardware. It seems to be working well, but there is a minor annoyance. I needed rsync on the system, so I performed the following:
$ opkg ...
02/09/2016
- Is there a favored method for downloading files from the Critical Link Redmine site using a Linux console app? My software build server is a console only machine, and I'd like to be able to access CL Redmine files.
I have tried "wget ...
02/04/2016
- BA 01:37 PM Software Development: RE: gcc 4.8 for OMAP-L138
- Jonathan,
Thank you very much for your help. This uImage works.
Regards,
Ben - JC 12:53 PM Software Development: RE: gcc 4.8 for OMAP-L138
- Updated dbric3 defconfig to support systemd.
http://support.criticallink.com/gitweb/?p=linux-davinci.git;a=commit;h=1c88227846c09e6d482ebcc3b898b94dc05f3ae0
I setup the toolchain and built the kernel for you. See attached. - BA 12:17 PM Software Development: RE: gcc 4.8 for OMAP-L138
- Jonathan,
Yes I am using the dbric3 hardware. Do you have a kernel image for it?
Regards,
Ben - JC 12:09 PM Software Development: RE: gcc 4.8 for OMAP-L138
- The industrialio baseboard image expects the phy id to be 0:03. Your phy id appears to be 0:00. The kernel would need to be rebuilt with the correct phy id.
arch/arm/mach-davinci/baseboard-industrialio.c - BA 11:38 AM Software Development: RE: gcc 4.8 for OMAP-L138
- ... and here is the boot message file.
- BA 11:36 AM Software Development: RE: gcc 4.8 for OMAP-L138
- Jonathan,
I think we're getting somewhere now. The newest kernel is working better. I went back to the original, unmodified Critical Link JFFS2 FS and the new uImage kernel, and I no longer get the ipv6 messages, and I the /dev/ttyS... - JC 09:30 AM Software Development: RE: gcc 4.8 for OMAP-L138
- Alright thanks. Sometimes the bootargs aren't set.
I tried booting the uImage Bob posted and it hung for me too. I've re-uploaded the uImage and this one appears to work. Sorry for the trouble.
You can find it on the Files tab or ...
02/03/2016
- BA 05:10 PM Software Development: RE: gcc 4.8 for OMAP-L138
- Jonathan,
U-Boot > print bootargs
print bootargs
bootargs=mem=96M console=ttyS1,115200n8 mtdparts=nand:128M(rootfs),-(userfs) root=/dev/mtdblock0 rw,noatime rootfstype=jffs2
U-Boot >
Regards,
Ben - JC 05:05 PM Software Development: RE: gcc 4.8 for OMAP-L138
- Is the bootargs environment variable set when you do the tftp boot?
- BA 05:01 PM Software Development: RE: gcc 4.8 for OMAP-L138
- Bob,
On my target system I had:
# cd /boot
# ls -la u*
lrwxrwxrwx 1 root root 13 Nov 13 21:13 uImage -> uImage-3.2.0+
-rw-r--r-- 1 root root 2538632 Nov 13 19:50 uImage-3.2.0+
When I did a binary file comparison be... - BD 04:08 PM Software Development: RE: gcc 4.8 for OMAP-L138
- Ben, you shouldn't have to redo your filesystem. Just copy over the kernel.
- BA 03:33 PM Software Development: RE: gcc 4.8 for OMAP-L138
- Bob,
Thanks. Just to be clear, should I put the new uImage in /boot and re-create the jffs2 image? Currently the following is in /boot:
- uImage -> uImage-3.2.0+
- uImage-3.2.0+
My target is a custom board.
Regards,
Ben - BD 03:08 PM Software Development: RE: gcc 4.8 for OMAP-L138
Ben, I apologize for the assumptions in my original advice. Any time you change a kernel you need to bring along the asociated modules (typically located in /lib/modules) for that kernel. You would've needed to grab the /lib/modules/...- BA 02:55 PM Software Development: RE: gcc 4.8 for OMAP-L138
- I did not build a new kernel. A kernel was already on my target system, and I believe it came from the MDK_2014-01-13.
The only thing I did was:
- Took the mitydsp-l138-rootfs.tar.bz2 from the ALPHA 2016.01 and added my /etc/networ... - JC 02:47 PM Software Development: RE: gcc 4.8 for OMAP-L138
- Ben Atkinson wrote:
> Jonathan,
> ...
Did you build the kernel your currently booting from or was it copied from the old MDK_2014-01-13? - BA 02:44 PM Software Development: RE: gcc 4.8 for OMAP-L138
- Jonathan,
Thanks for the reply. I didn't build a new kernel based on the comment from Bob Duke, above:
> Please note that our current kernel will not compile with this SDK. We have a fix,
> but it is not released yet. If yo... - JC 02:20 PM Software Development: RE: gcc 4.8 for OMAP-L138
- Ben Atkinson wrote:
> Jonathan,
> ...
The kernel your booting doesn't match the kernel modules its trying to load. Delete the kernel modules in /lib/modules/ and replace with modules from kernel you built. - BA 02:09 PM Software Development: RE: gcc 4.8 for OMAP-L138
- Jonathan,
I was able to load your ALPHA Linux file system onto my target, and I've had some success. The system is running, and I can establish an SSH terminal connection to it.
I've attached two dumps from the console as the syst...