Thanks Alifer!
I just followed the README, and it working very well.
Congratulations!
Tested-by: marco...@gmail.com
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
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
>
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
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
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
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
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
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
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
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
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
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
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
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
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
reg = <0x00a0 0x0006>;
};
partition@0x00a6 {
label = "bootenv";
reg = <0x00a6 0x0004>;
};
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
,
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
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
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
>
>
> -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
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
> -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
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
0002>;
};
partition@qspi-rootfs {
label = "qspi-rootfs";
reg = <0x0062 0x005e>;
};
partition@qspi-bitstream {
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
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
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
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
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:
>>>
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
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
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
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
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
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 */
> //
"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
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
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
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
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
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
_
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
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
;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
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
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
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
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
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
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
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.
&
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
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
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
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
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
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
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
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-
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-
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
___
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
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
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
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
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-
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
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
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
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
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
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
74 matches
Mail list logo