Re: [PATCH] arm: imx: Add support for Google's Coral Dev Board

2020-03-10 Thread Marco Franchi
Thanks Alifer! I just followed the README, and it working very well. Congratulations! Tested-by: marco...@gmail.com

Re: [U-Boot] [PATCH] getting ubifs to run

2016-09-26 Thread Hoefle Marco
rry, Marco Von: Heiko Schocher Gesendet: Montag, 26. September 2016 06:52 An: Travis Waters Cc: Hoefle Marco; u-boot@lists.denx.de Betreff: Re: [U-Boot] [PATCH] getting ubifs to run Hello Travis, Am 26.09.2016 um 06:43 schrieb Travis Waters: > Than

Re: [U-Boot] [PATCH] getting ubifs to run

2016-09-01 Thread Hoefle Marco
Hello Heiko and Michal, Do you agree that the u-boot sources need to be adapted in order to have ubifs on the Microblaze? It would be good if the changes are somehow in the mainline. BR Marco > -Original Message- > From: Hoefle Marco > Sent: Montag, 15. August 2016 13:55 >

[U-Boot] WG: [PATCH] getting ubifs to run

2016-08-16 Thread Hoefle Marco
mmit': /home/hoefle/projects/u-boot_patch/fs/ubifs/log.c:479: undefined reference to `ubifs_write_master' fs/built-in.o: In function `write_orph_node': /home/hoefle/projects/u-boot_patch/fs/ubifs/orphan.c:248: undefined reference to `ubifs_write_node' Regards, Marco > -Original M

Re: [U-Boot] [PATCH] getting ubifs to run

2016-08-12 Thread Hoefle Marco
nd_commit': /home/hoefle/projects/u-boot_patch/fs/ubifs/log.c:479: undefined reference to `ubifs_write_master' fs/built-in.o: In function `write_orph_node': /home/hoefle/projects/u-boot_patch/fs/ubifs/orphan.c:248: undefined reference to `ubifs_write_node' Regards, Marco > -Orig

[U-Boot] [PATCH] getting ubifs to run

2016-08-11 Thread Marco
Signed-off-by: Marco --- arch/microblaze/include/asm/atomic.h | 114 +++ arch/microblaze/include/asm/bitops.h | 8 +-- fs/ubifs/io.c| 2 +- fs/ubifs/log.c | 99 ++ fs/ubifs/lpt_commit.c

[U-Boot] UBIFS broken on Microblaze architecture and possibly on other architectrures as well

2016-07-19 Thread Hoefle Marco
Hallo, for ubifs on a spi flash I needed to add dummy functions and at atomic.h to the microblaze port in order to get it compile and work. code base is v2016.07 Marco patch_ubifs Description: patch_ubifs ___ U-Boot mailing list U-Boot

[U-Boot] [PATCH] warp7: Add README file

2016-06-10 Thread Marco Franchi
Add a README file for helping users to install U-Boot into the eMMC. Signed-off-by: Marco Franchi --- board/warp7/README | 63 ++ 1 file changed, 63 insertions(+) create mode 100644 board/warp7/README diff --git a/board/warp7/README b/board

[U-Boot] [PATCH] warp7: Fix watchdog reset

2016-06-10 Thread Marco Franchi
The latest version of warp7 board provides the connection of the WDOG1_B pin to the PMIC. Program the watchdog to enable the WDOG1_B output which causes a POR reset. Based on the imx7dsabresd code. Signed-off-by: Marco Franchi --- board/warp7/warp7.c | 21 + include

[U-Boot] [PATCH] mx6sabresd: Allow LVDS backlight to be functional after a kernel reboot

2016-06-08 Thread Marco Franchi
GPIO in U-Boot. Signed-off-by: Marco Franchi --- board/freescale/mx6sabresd/mx6sabresd.c | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/board/freescale/mx6sabresd/mx6sabresd.c b/board/freescale/mx6sabresd/mx6sabresd.c index 54ba36b..28c969d 100644 --- a

[U-Boot] Accessing a file on a NAND JFFS2 partition from u-boot

2016-01-11 Thread Marco
Hello,I need to retrieve I have some settings from a file stored in one of the JFFS2 partitions, from within u-boot.Can someone please give me a hint on how to configure u-boot to do so and which command should I then use? thanksmarco ___ U-Boot mailin

[U-Boot] [PATCH 2/2] Remove fdtfile list from Raspberry Pi

2015-11-29 Thread Marco Schuster
As pass-through of the processed FDT is working now, there is no need for the RPi u-boot any more to load fdt files. This patch removes the fdtfile list and the setter for the env variable "fdtfile". This also removes the naming inconsistencies between the fdtfile names in u-boot and the fdtfile n

[U-Boot] [PATCH 1/2] Pass through start.elf bootargs on Raspberry Pi

2015-11-29 Thread Marco Schuster
On Raspberry Pi, the primary bootloader start.elf uses the options in config.txt, as well as options hidden in the firmware itself, to tell the Linux kernel e.g. framebuffer sizes, memory regions, MAC addresses and more. Normally, u-boot would not be able to pass through these options to the Linux

[U-Boot] [PATCH] Re-enable setexpr on Raspberry Pi

2015-11-29 Thread Marco Schuster
This patch re-enables the setexpr command, I don't really understand why it got excluded in the first place. setexpr can be used e.g. to implement failed-boot-counters and failovers to rescue firmware. Signed-off-by: Marco Schuster --- configs/rpi_2_defconfig | 1 - configs/rpi_defc

[U-Boot] [PATCH] Re-enable setexpr on Raspberry Pi

2015-11-28 Thread Marco Schuster
This patch re-enables the setexpr command, I don't really understand why it got excluded in the first place. setexpr can be used e.g. to implement failed-boot-counters and failovers to rescue firmware. Signed-off-by: Marco Schuster --- configs/rpi_2_defconfig | 1 - configs/rpi_defc

Re: [U-Boot] u-boot device model SPI + SPI Flash

2015-11-17 Thread Hoefle Marco
Hello Michal, Yours is the basis. I need to modify it. Please see the files in the attachment. Thanks, Marco Von: Michal Simek Gesendet: Dienstag, 17. November 2015 11:23 An: Hoefle Marco; Michal Simek; Jagan Teki Cc: u-boot@lists.denx.de; emanuel

Re: [U-Boot] u-boot device model SPI + SPI Flash

2015-11-17 Thread Hoefle Marco
reg = <0x00a0 0x0006>; }; partition@0x00a6 { label = "bootenv"; reg = <0x00a6 0x0004>; };

Re: [U-Boot] u-boot device model SPI + SPI Flash

2015-11-05 Thread Hoefle Marco
Hello Michal, I have already adapted microblaze-generic.h accordingly (I think): #define CONFIG_DM #define CONFIG_DM_SPI 1 # define CONFIG_DM_SPI_FLASH 1 Only with these settings u-boot xilinx_spi.c will compile. Without DM driver wont compile and with DM SPI does not work. Thanks, Marco

Re: [U-Boot] u-boot device model SPI + SPI Flash

2015-11-03 Thread Hoefle Marco
, Marco Von: Michal Simek Gesendet: Donnerstag, 29. Oktober 2015 09:22 An: Hoefle Marco; Michal Simek; Jagan Teki Cc: u-boot@lists.denx.de; emanuel stiebler Betreff: Re: AW: [U-Boot] u-boot device model SPI + SPI Flash Hi, On 10/27/2015 04:03 PM, Hoefle

Re: [U-Boot] u-boot device model SPI + SPI Flash

2015-10-27 Thread Hoefle Marco
Hello Michal, ok I will then stop trying to get SPI working on mainline and watch your commits on https://github.com/Xilinx/u-boot-xlnx We have a custom Artix Board here and I would be happy to test your commits on our hardware. Thanks, Marco Von

Re: [U-Boot] u-boot device model SPI + SPI Flash

2015-10-27 Thread Hoefle Marco
t dts. > -Original Message- > From: Michal Simek [mailto:michal.si...@xilinx.com] > Sent: Dienstag, 27. Oktober 2015 12:37 > To: Hoefle Marco ; Michal Simek > ; Jagan Teki > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] u-boot device model SPI + SPI Flash > >

Re: [U-Boot] u-boot device model SPI + SPI Flash

2015-10-27 Thread Hoefle Marco
> -Original Message- > From: Michal Simek [mailto:michal.si...@xilinx.com] > Sent: Montag, 26. Oktober 2015 14:52 > To: Jagan Teki ; Hoefle Marco > ; Michal Simek > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] u-boot device model SPI + SPI Flash > > On

Re: [U-Boot] u-boot device model SPI + SPI Flash

2015-10-23 Thread Hoefle Marco
are set up correctly. > > -Original Message- > > From: Jagan Teki [mailto:jt...@openedev.com] > > Sent: Mittwoch, 21. Oktober 2015 18:45 > > To: Hoefle Marco > > Cc: u-boot@lists.denx.de > > Subject: Re: [U-Boot] u-boot device model SPI + SPI Flash

Re: [U-Boot] u-boot device model SPI + SPI Flash

2015-10-21 Thread Hoefle Marco
> -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: Mittwoch, 21. Oktober 2015 18:45 > To: Hoefle Marco > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] u-boot device model SPI + SPI Flash > > On 21 October 2015 at 22:10, Hoefle Marco

Re: [U-Boot] u-boot device model SPI + SPI Flash

2015-10-21 Thread Hoefle Marco
Hello Jagan, Thank you for your reply. Please find my comments bellow. I missed to mention that I am using mainline 2015.07 > -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: Mittwoch, 21. Oktober 2015 18:28 > To: Hoefle Marco > Cc: u-boo

[U-Boot] u-boot device model SPI + SPI Flash

2015-10-21 Thread Hoefle Marco
0002>;     };     partition@qspi-rootfs {     label = "qspi-rootfs";     reg = <0x0062 0x005e>;     };     partition@qspi-bitstream {   

Re: [U-Boot] How to reduce SDcard speed in u-boot

2015-04-08 Thread Marco Cavallini
x1200 uImage ** Can't read partition table on 0:0 ** ** Invalid partition 1 ** Ciao -- Marco ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] How to reduce SDcard speed in u-boot

2015-04-03 Thread Marco Cavallini
2015-03-30 17:32 GMT+02:00 Marco Cavallini : > Hello, > I am probably working on a 'buggy hardware' based on i.MX6 that isn't > able to manage a SDcard speed properly. > I mean, u-boot starts, but as soon as I try to perform a fatload if > the uImage the command wo

[U-Boot] How to reduce SDcard speed in u-boot

2015-03-30 Thread Marco Cavallini
of the carrier boards the problem is still present. My questions are: 1. is this hack the best solution in this case or can you suggest me another better way to proceed? 2. would be possible to reduce the speed more than this and how? thank you in advance -- Marco

[U-Boot] [PATCH] spl_mem_init.c : Added support for mDDR in SPL for i.MX28

2015-02-23 Thread Marco Cavallini
Signed-off-by: Marco Cavallini --- arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c b/arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c index a744e5d..9e11288 100644 --- a/arch/arm/cpu

Re: [U-Boot] How to program u-boot in eMMC/MMC on iMX

2015-02-23 Thread Marco Cavallini
2015-02-23 16:03 GMT+01:00 Otavio Salvador : > On Mon, Feb 23, 2015 at 11:57 AM, Marco Cavallini > wrote: >> 2015-02-23 15:20 GMT+01:00 Fabio Estevam : >>> Hi Marco, >>> >>> On Mon, Feb 23, 2015 at 11:11 AM, Marco Cavallini >>> wrote: >>>

Re: [U-Boot] How to program u-boot in eMMC/MMC on iMX

2015-02-23 Thread Marco Cavallini
2015-02-23 15:20 GMT+01:00 Fabio Estevam : > Hi Marco, > > On Mon, Feb 23, 2015 at 11:11 AM, Marco Cavallini > wrote: >> Hello, >> >> I'd like to know if exists a method to store in eMMC a bootolader >> without kobs-ng, so without using linux, but simp

[U-Boot] How to program u-boot in eMMC/MMC on iMX

2015-02-23 Thread Marco Cavallini
xsldr (or imx-bootlets). Now I am trying to save it in eMMC with the following command loady(load u-boot.sb with ymodem) mmc write ${loadaddr} 0 ${filesize} but at reboot nothing happens. Is it possible? TIA -- Marco ___ U-Boot mailing list U

[U-Boot] Message rejected. No base64 encoded MIME text parts allowed.

2015-02-21 Thread Marco Cavallini
Hello, I'm trying to send a patch using my gmail web account, but I continuosly receive the following message. "Message rejected. No base64 encoded MIME text parts allowed" Is there a solution? TIA -- Marco ___ U-Boot mailing list U-Boo

Re: [U-Boot] i.MX28 u-boot SPL fail

2015-02-21 Thread Marco Cavallini
a patch, I hope it is ok. 0001-spl_mem_init.c-Added-support-for-mDDR-in-SPL-for-i.M.patch Cheers, -- Marco Cavallini | KOAN sas | Bergamo - Italia embedded and real-time software engineering Phone:+39-035-255.235 - Fax:+39-178-22.39.748 http://ww

Re: [U-Boot] i.MX28 u-boot SPL fail

2015-02-21 Thread Marco Cavallini
2015-02-21 15:00 GMT+01:00 Fabio Estevam : > Hi Marco, > > [Please keep the list on Cc.] > > > On Sat, Feb 21, 2015 at 11:13 AM, Marco Cavallini > wrote: > >> Hi Fabio, >> I moved to u-boot GIT master today (21 Feb 2015) >> I set up my DDR s

Re: [U-Boot] i.MX28 u-boot SPL fail

2015-02-13 Thread Marco Cavallini
2015-02-12 16:57 GMT+01:00 Marco > Hi, > On a custom i.MX28 board I am using u-boot-2015.01. > The debug port DUART is not the same as i.MX28, so I changed these > settings in iomux.c: > > const iomux_cfg_t iomux_setup[] = { > /* DUART */ > //

[U-Boot] moderated list?

2015-02-12 Thread Marco Cavallini
"Your mail to 'U-Boot' is being held until the list moderator can review it for approval." Is this list moderated ? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] i.MX28 u-boot SPL fail

2015-02-12 Thread Marco Cavallini
rt? - do I have to use the 'elftosb' tool to convert my binary? (README says not) TIA -- Marco ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Conditional boot

2014-10-26 Thread Marco Pavanelli
I have learnt that with u-boot you can boot from different sources and in fact that works, but what I would like to achieve is to TRY FIRST booting from a network (tftp+nfs) and if it fails carry on to FLASH+SD. I have managed to boot both from tftp+nfs and from FLASH+SD but so far I have not been

[U-Boot] Re

2011-11-16 Thread Ma. Jesusa M. Marco
Dear beneficiary, This is to re-notify you of the $600,000.00 USD that was deposited here in the western union office in your favour is available for pickup. Contact us via email for your M.T.C.N Numbers. Contact Person: Mr.David Churchill Tel. +44 703 186 0768 Tel. +44 703 596 3267 Email: ( d

Re: [U-Boot] [PATCH v6] Add imls utility command

2009-05-16 Thread Marco
Wolfgang Denk ha scritto: > Dear Marco, > > In message <49f73702.1080...@gmail.com> you wrote: >> From: Marco Stornelli >> >> This patch adds, under tools folder, a new command called imls. Its >> goal is the same of UBoot's imls but it can be used

Re: [U-Boot] Data transfer through Ethernet in u-boot.

2009-05-12 Thread Marco
onnecting my board through a GUI to a Windows >PC. I will interact using this GUI. Actually if I use "tftp" >command for file transfer, do I need some tftp client or server >running on my Windows PC? Yes, you need a tftp server on your PC. Marco _

[U-Boot] [PATCH v6] Add imls utility command

2009-04-28 Thread Marco
From: Marco Stornelli This patch adds, under tools folder, a new command called imls. Its goal is the same of UBoot's imls but it can be used as Linux shell command. It reads from raw mtd partition and prints the list of the stored images. Signed-off-by: Marco Stornelli --- Changes fr

Re: [U-Boot] [PATCH v5] [RESEND] Add imls utility command

2009-04-27 Thread Marco Stornelli
2009/4/28 Wolfgang Denk : > Dear Marco, > > In message <49e61f99.50...@gmail.com> you wrote: >> From: Marco Stornelli >> >> This patch adds, under tools folder, a new command called imls. Its >> goal is the same of UBoot's imls but it can be used as L

[U-Boot] Linux hangs when uncompressing kernel image: linux-2.6.26

2009-04-16 Thread Marco Antônio Possamai
;s IMAP_ADDR and the CFG_IMMR of U-Boot to be unmatching. If that is the case, how/where can I correct it? Which files should I look for? Thanks for the attention. Marco Antônio Possamai Universidade Federal de Santa Catarina -- It's News. It's Reviews. It's Interv

[U-Boot] [PATCH v5] [RESEND] Add imls utility command

2009-04-15 Thread Marco
From: Marco Stornelli This patch adds, under tools folder, a new command called imls. Its goal is the same of UBoot's imls but it can be used as Linux shell command. It reads from raw mtd partition and prints the list of the stored images. Signed-off-by: Marco Stornelli --- tools

[U-Boot] [PATCH v5] [RESEND] Add imls utility command

2009-04-12 Thread Marco
Signed-off-by: Marco Stornelli --- diff --git a/tools/imls/Makefile b/tools/imls/Makefile new file mode 100644 index 000..d654658 --- /dev/null +++ b/tools/imls/Makefile @@ -0,0 +1,106 @@ +# +# (C) Copyright 2009 Marco Stornelli +# +# This program is free software; you can redistribute it

[U-Boot] [PATCH v5] Add imls utility command

2009-04-11 Thread Marco
Changelog from v4: - Added flash_bad_block() function. - Added a README file. - Replaced with Signed-off-by: Marco Stornelli --- diff --git a/tools/imls/Makefile b/tools/imls/Makefile new file mode 100644 index 000..d654658 --- /dev/null +++ b/tools/imls/Makefile @@ -0,0 +1,106

[U-Boot] [PATCH v4] Add imls utility command

2009-04-10 Thread Marco
Applied comments of Wolgang Denk. Created a new tools sub-folder. Signed-off-by: Marco Stornelli --- diff --git a/tools/imls/Makefile b/tools/imls/Makefile new file mode 100644 index 000..d654658 --- /dev/null +++ b/tools/imls/Makefile @@ -0,0 +1,106 @@ +# +# (C) Copyright 2009 Marco

Re: [U-Boot] any patch?

2009-04-07 Thread Marco Stornelli
bout timer functions (in addition to the customization for your board, of course). There are other two patches, one from Cirrus logic (the older one) and one for edb9302a for uboot 1.3.2. Regards, Marco 2009/4/7 prashant sangal : > Hello .. > I am new to this mailing list. > Is there any

Re: [U-Boot] [PATCH v3] Add imls utility command

2009-04-06 Thread Marco Stornelli
Hi Wolfgang, 2009/4/5 Wolfgang Denk : > Dear Marco, > > In message <49d8e8f3.4010...@gmail.com> you wrote: >> >> >> +  for (j = sectoroffset; j < sectorcount; ++j) { >> > >> > i. e. add >> > >> >             if (lseek(fd, j

Re: [U-Boot] [PATCH v3] Add imls utility command

2009-04-05 Thread Marco
Hi Wolfgang, first of all thank you for your comments. Wolfgang Denk ha scritto: > Dear Marco, > > In message <49d74e7b@gmail.com> you wrote: >> Fixed a memory leak in image_verify_header function. >> Used the functions image_get_() from image.h. &

[U-Boot] [PATCH v3] Add imls utility command

2009-04-04 Thread Marco
Fixed a memory leak in image_verify_header function. Used the functions image_get_() from image.h. Fixed two sector boundary misalignment while reading. Signed-off-by: Marco Stornelli --- diff -uprN u-boot-2009.03-orig/tools/imls.c u-boot-2009.03/tools/imls.c --- u-boot-2009.03-orig/tools

Re: [U-Boot] Problem booting image + device tree (MPC5200B)

2009-04-01 Thread Marco
You could try to see if the kernel hangs but it prints something checking __log_buf. In this way you can try to understand the problem. Marco Nandini Hengen ha scritto: > Hello, > I have also downloaded U-Boot version u-boot-2009.3 Are any > additional patches for the MPC5

Re: [U-Boot] Maillist issue of u-boot@lists.denx.de

2009-04-01 Thread Marco
Yeah, maybe you're right the fault is of gmail. Jerry Van Baren ha scritto: > Mike Frysinger wrote: >> On Wednesday 01 April 2009 06:12:21 Marco wrote: >>> Mmmmand I receive your post just now...maybe a problem with the list >>> that doesn't send the p

Re: [U-Boot] Maillist issue of u-boot@lists.denx.de

2009-04-01 Thread Marco
Mmmmand I receive your post just now...maybe a problem with the list that doesn't send the post to the author, the most important thing is however that everybody can read it. Liu Dave-R63238 ha scritto: >> Thank you very much for information Wolfgang. However I don't >> understand >> why I di

Re: [U-Boot] Maillist issue of u-boot@lists.denx.de

2009-04-01 Thread Marco
ist" on my setting and it sets to "yes". Marco Wolfgang Denk ha scritto: > Dear Marco, > > In message <49d32ab2.10...@gmail.com> you wrote: >> I agree with Liu Dave. I sent a patch two times about a new tools >> command called imls, but I didn

Re: [U-Boot] Maillist issue of u-boot@lists.denx.de

2009-04-01 Thread Marco
n received? I'd like to receive feedbacks about the usefulness of this command. Regards, Marco Wolfgang Denk ha scritto: > Dear "Liu Dave-R63238", > > In message > you > wrote: >> I often miss some mails from u-boot@lists.denx.de in these days, >> F

[U-Boot] [PATCH] Add imls utility command

2009-03-30 Thread Marco
ff-by: Marco Stornelli --- diff -uprN u-boot-2009.03-orig/tools/imls.c u-boot-2009.03/tools/imls.c --- u-boot-2009.03-orig/tools/imls.c1970-01-01 01:00:00.0 +0100 +++ u-boot-2009.03/tools/imls.c 2009-03-30 19:06:56.0 +0200 @@ -0,0 +1,218 @@ +/* + * (C) Copyright 2009 Marco Stor

[U-Boot] [PATCH] Add imls utility command

2009-03-28 Thread Marco
This patch adds, under tools folder, a new command called imls. It's goal is the same of UBoot's imls but it has to be used as Linux shell command. It reads from raw mtd partition and prints the list of the stored images. Signed-off-by: Marco Stornelli --- diff -uprN u-boot-2009.03-

Re: [U-Boot] U-Boot hangs after uncompressing kernel image on MPC5200B

2009-01-28 Thread Marco Antônio Possamai
ed to wrong RAM addresses or not related to device trees at all, just to the old cuImage booting procedures. Anyway, thanks for your interest, Mr. Likely. - Original Message - From: "Grant Likely" To: "Marco Antônio Possamai" Cc: "U-Boot" Subject: Re: [U-

[U-Boot] U-Boot hangs after uncompressing kernel image on MPC5200B

2009-01-22 Thread Marco Antônio Possamai
signing the addresses' values. Still, I'm experiencing these stalls. Any help would be highly appreciated. Marco Antônio Possamai Universidade Federal de Santa Catarina -- Be Yourself @ mail.com! Choose From 200+ Email Addresses Get a Free Account at www.mail.com ___

[U-Boot] RV: Question about U-Boot for MPC5121

2009-01-07 Thread Marco Donadio
e documentation on the DENX website but without success... Thanks a lot for your help Best regards Marco Donadio GMV-FICOSA mdona...@gmv.com <mailto:vijime...@gmv.com> _ MASISCONVI, S.A. C/ Mas Dorca, 13, nave 5 Polígono Industrial L'Ame

[U-Boot] device-tree check MPC5200B Lite

2008-12-17 Thread Marco Antônio Possamai
Xenomai: 2.4.x U-Boot version: 2008.10 Thanks in advance. Marco Antônio Possamai Universidade Federal de Santa Catarina -- Be Yourself @ mail.com! Choose From 200+ Email Addresses Get a Free Account at www.mail.com ___ U-Boot mailing list U-Boot@list

[U-Boot] U-Boot hangs after uncompressing image

2008-12-15 Thread Marco Antônio Possamai
oot and the 2.6.26.8-dirty (as shown above), by the way. Thanks for your patience. My PC specs: Ubuntu 8.04 (Hardy Heron) Kernel Linux 2.6.24-22-generic GNOME 2.22.3 Marco Antônio Possamai Universidade Federal de Santa Catarina -- Be Yourself @ mail.com! Choose From 200+ Email A

[U-Boot] dts to dtb generation

2008-12-12 Thread Marco Antônio Possamai
to steps. Well, I guess it didn't complete the install, the console bashes the dtc as 'not found'. I'm aware there must be some small detail I must be missing in order to get it right, but I'd really appreciate a pointer here. Thanks for the attention. Marco Antôn

Re: [U-Boot] Simple question about the TEXT_BASE

2008-11-19 Thread Marco Stornelli
gt; U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot -- Marco Stornelli Embedded Software Engineer CoRiTeL - Consorzio di Ricerca sulle Telecomunicazioni http://www.coritel.it [EMAIL PROTECTED] +39 06 72582838 ___ U-

Re: [U-Boot] add usb_system_autoupdate command.

2008-11-16 Thread Marco
Hi Matteo, in my opinion you should follow the "philosophy" of updater.c under the tools folder to erase the flash. This command is very interesting, let me know if you fix your problem. Regards, Marco Matteo Facchinetti ha scritto: > Hi, > > I have add the possibility

Re: [U-Boot] add usb_system_autoupdate command.

2008-11-16 Thread Marco Cavallini
n see that it freeze in: > cmd_flash.c > 434: printf ("Erased %d sectors\n", erased); > after uboot partition erasing. > > > Can you help me? Posting output messages of the procedure may help. Cordiali Saluti / Kindest Regards / mit freundlichen Grüssen -- Marco Cavallini

[U-Boot] CFG_ENV_SECT_SIZE doubt

2008-11-15 Thread Marco
ot to waste 64kb of flash. Thanks. Regards, Marco ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Asymmetric Flash JS28F256P33B95

2008-11-14 Thread Marco Stornelli
to use the bottom of the flash to deploy the environment but how can I set the uboot to perform that? Thanks. Regards, Marco ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] EP93XX Uboot support

2008-10-14 Thread Marco Stornelli
Hi all, is there the uboot support for the ep93xx cpu? is there some board supported? Thanks. Regards, Marco ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] WELCOME to the new mailing list

2008-08-11 Thread Marco Cavallini
o I have to unsubscribe sourceforge one ? TIA Best regards -- /marco cavallini ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot