Page 1 of 1

Install our own platform on B3

Posted: 04 Nov 2014, 07:16
by shivimishra
We have our own platform based on ARM architecture and uses the following technologies-Python, Nginx,Postgresql, django.

I tried flashing the B3 with our image but it was not successful. How do I do this now-Run our application instead of B3's image.

Help!

Re: Install our own platform on B3

Posted: 04 Nov 2014, 12:35
by Gordon
Not all ARM is the same. It has to be ARM 5 (armvtel) and the kernel must support Kirkwood. If your kernel is version 3.x additional tweaks to the boot loader are required, however if you're not comfortable updating the flash memory of your B3 I suggest you take a look at Sakaki's projects to add those tweaks to the kernel instead.

Re: Install our own platform on B3

Posted: 05 Nov 2014, 00:43
by shivimishra
Thanks. Where did you get the kernel details from?

Re: Install our own platform on B3

Posted: 05 Nov 2014, 01:21
by shivimishra
Thanks :)