[PATCH v1 3/3] doc: at91sam9263-ek: add notes

2019-01-06 Thread Sam Ravnborg
Add notes from working on bootstrap support Signed-off-by: Sam Ravnborg --- .../boards/at91/microchip-at91sam9263-ek.rst | 122 + 1 file changed, 122 insertions(+) diff --git a/Documentation/boards/at91/microchip-at91sam9263-ek.rst b/Documentation/boards/at91/microchi

[PATCH v1 0/3] bootstrap support for AT91SAM9263-EK

2019-01-02 Thread Sam Ravnborg
This small patchset enables bootstrap support for the Atmel AT91SAM9263-EK evaluation board. To achive this there is one questionaable fix in lib/bootstrap/disk.c - where a detect_all() is used to allow us to mount the SD card. I dunno if this is the right approach, but it was required to mount

Re: Observations with AT91SAM9263-EK

2017-07-03 Thread Sam Ravnborg
On Tue, Jul 04, 2017 at 12:34:58AM +0800, Jean-Christophe PLAGNIOL-VILLARD wrote: > > > On 4 Jul 2017, at 12:19 AM, Sam Ravnborg wrote: > > > > Hi all. > > > > I recently purchased an AT91SAM9263-EK from ebay and > > have played around a little with bare

Re: Observations with AT91SAM9263-EK

2017-07-03 Thread Jean-Christophe PLAGNIOL-VILLARD
> On 4 Jul 2017, at 12:19 AM, Sam Ravnborg wrote: > > Hi all. > > I recently purchased an AT91SAM9263-EK from ebay and > have played around a little with barebox. > For now only some observations. > > I had the impression that I could > drop AT91BootStrap when

Observations with AT91SAM9263-EK

2017-07-03 Thread Sam Ravnborg
Hi all. I recently purchased an AT91SAM9263-EK from ebay and have played around a little with barebox. For now only some observations. I had the impression that I could drop AT91BootStrap when using barebox. But I could not make it boot until I deployed at91bootstrap (named BOOT.BIN) on the SD

Re: AT91SAM9263-ek - Kernel panic

2012-07-25 Thread Stutz Sven
ybox: setuid ELF 32-bit LSB shared object, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.23, stripped Best Regards, J. Unfortunately I have done some bad changes that the rootfs is no longer been mounted on startup :-( see .. barebox 2012.07.0 #53 Mon Jul 23

Re: AT91SAM9263-ek - Kernel panic

2012-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:10 Sun 22 Jul , Stutz Sven wrote: >Hello to everybody, > >previously I have had some doubts to run a Linux kernel on this evalboard. >Especially to find a BSP for my board > >In the meantime I have had some problems which I was able to solve by >myself or readin

AT91SAM9263-ek - Kernel panic

2012-07-22 Thread Stutz Sven
Hello to everybody, previously I have had some doubts to run a Linux kernel on this evalboard. Especially to find a BSP for my board In the meantime I have had some problems which I was able to solve by myself or reading through different forums. I still have some problems with Barebox a

Re: AT91SAM9263-EK

2012-07-18 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:06 Wed 18 Jul , Sascha Hauer wrote: > Hi Sven, > > On Wed, Jul 18, 2012 at 11:44:29AM +0200, Stutz Sven wrote: > > > > Hello Sascha, > > > > thanks a lot for your help. > > > > When I completely switch off the ecc, Barebox is loading the Linux kernel. > > But I guess that the ecc is n

Re: AT91SAM9263-EK

2012-07-18 Thread Sascha Hauer
Hi Sven, On Wed, Jul 18, 2012 at 11:44:29AM +0200, Stutz Sven wrote: > > Hello Sascha, > > thanks a lot for your help. > > When I completely switch off the ecc, Barebox is loading the Linux kernel. > But I guess that the ecc is necessary especially for NAND-Flash devices. Indeed. You shouldn't

AT91SAM9263-EK

2012-07-18 Thread Stutz Sven
Hello Sascha, thanks a lot for your help. When I completely switch off the ecc, Barebox is loading the Linux kernel. But I guess that the ecc is necessary especially for NAND-Flash devices. The AT91SAM9263 controller has a ecc unit implemented. There are three registers and the error calcula

Re: AT91SAM9263-EK

2012-07-16 Thread Sascha Hauer
On Fri, Jul 13, 2012 at 11:35:39AM +0200, Stutz Sven wrote: > Hello everybody, > > > But everything without success. It's a little bit strange because > when I execute the command > bootm -v /dev/nand0.kernel.bb > First I get the following output > Barebox:/ bootm -v /dev/nand0.kernel

AT91SAM9263-EK

2012-07-13 Thread Stutz Sven
Hello everybody, I am trying to learn and to play with the at91sam9263-ek (Rev. B) evalboard. I was really successful building all parts (at91Bootstrap, Barebox, Linuximage) and when I upload all files via SAM-BA and I restart the device I get the prompt of barebox. But nothing more

AT91SAM9263-EK

2012-07-13 Thread Stutz Sven
Hello everybody, I am trying to learn and to play with the at91sam9263-ek (Rev. B) evalboard. I was really successful building all parts (at91Bootstrap, Barebox, Linuximage) and when I upload all files via SAM-BA and I restart the device I get the prompt of barebox. But nothing more