OF: fdt: Ignoring memory range 0x40000000 - 0x80000000

2023-09-26 Thread Mario Marietto
Hello. The project that I've been working on since 2 years is to enable KVM (with the support of libvirt and virt-manager) on a recent version of Linux and of its kernel on the old but still nice ARM Chromebook model xe303c12. My goal is to virtualize FreeBSD 13.2 for armV7. I've almost completed

How to boot FreeBSD as a domU using u-boot.bin as a kernel bootloader on my ARM Chromebook

2023-12-19 Thread Mario Marietto
Hello. I'm trying to boot FreeBSD for arm32 bit as DomU on my ARM Chromebook. Basically there are two ways to accomplish this task : 1) to write a patch that allows the FreeBSD kernel to boot as a zImage file. This could be accomplished applying this patch to a specific file that's on the source

I'm looking for the source code of a specific u-boot version.

2023-12-27 Thread Mario Marietto
Hello. I'm trying to boot FreeBSD for arm32 bit as DomU on my ARM Chromebook SNOW with xen. Basically there are two ways to accomplish this task : 1) to write a patch that allows the FreeBSD kernel to boot as a zImage file. This could be accomplished applying this patch to a specific file that's

Re: I'm looking for the source code of a specific u-boot version.

2023-12-28 Thread Mario Marietto
.tar.bz2/sha512/be270f9242a72b05463092a022bbabd54996762de1ff23bf7575124ac02e62f49572a4e2f6f571a5019047d40027e56e35593b5cc373c4a5a39b100c3377ba93/ Can you confirm it ? thanks. On Thu, Dec 28, 2023 at 1:14 AM Tony Dinh wrote: > > Hi Mario and Heinrich, > > On Wed, Dec 27, 2023 at 12:23 PM Mario Marietto > wrote: > > > > Hello. > &

Re: I'm looking for the source code of a specific u-boot version.

2023-12-28 Thread Mario Marietto
iwmmxt2; did you mean ‘armv4’? arm-linux-gnueabihf-gcc: error: missing argument to ‘-march=’ make[1]: *** [Kbuild:44: lib/asm-offsets.s] Error 1 make: *** [Makefile:1287: prepare0] Error 2 On Thu, Dec 28, 2023 at 3:47 PM Mario Marietto wrote: > > Hello. > > Can someone provide the r

Re: I'm looking for the source code of a specific u-boot version.

2023-12-28 Thread Mario Marietto
M Tony Dinh wrote: > > On Thu, Dec 28, 2023 at 11:48 AM Simon Glass wrote: > > > > Hi Mario, > > > > On Thu, Dec 28, 2023 at 3:48 PM Mario Marietto > > wrote: > > > > > > I tried to compile it,but If failed : > > > > > > /m

Re: I'm looking for the source code of a specific u-boot version.

2023-12-28 Thread Mario Marietto
FIG_VIDEO_BRIDGE_NXP_PTN3460=y CONFIG_TPM=y CONFIG_ERRNO_STR=y CONFIG_UNIT_TEST=y # CONFIG_UT_LIB_ASN1 is not set On Thu, Dec 28, 2023 at 11:26 PM Mario Marietto wrote: > > I've just built it with Ubuntu 18.04 / gcc 7.5.0 ; I have my > u-boot.bin and I tried to see if it worked,but unfort

Re: I'm looking for the source code of a specific u-boot version.

2023-12-28 Thread Mario Marietto
t binary, use u-boot-dtb.bin or define CONFIG_OF_EMBED. For sandbox, use -d U-Boot U-Boot 2017.05 (Dec 28 2023 - 22:52:29 +0100) for snow On Thu, Dec 28, 2023 at 11:44 PM Mario Marietto wrote: > > Maybe some parameter is wrong inside the snow_defconfig file ? Can you > g

I'm trying to create a new nv_uboot-snow-usb.kpart file changing some parameters inside the file snow.h file, but the modifications I made aren't detected.

2024-02-04 Thread Mario Marietto
Hello. My ARM Chromebook SNOW model has the mmc slot broken,but I've realized that I can boot Linux using the USB port ! To enable the booting of Linux via USB I have modified this file : https://github.com/virtualopensystems/u-boot/blob/eecfeb578e296ef3b739ac918a39b6c177dff58a/include/configs

How to add the bootargs parameter between the bootcmds parameters

2024-03-07 Thread Mario Marietto
Hello to everyone. These days I'm playing with my old ARM Chromebook model "SNOW". As you probably know,this kind of Netbook can load an external operating system using the sd card slot or the usb port. Unfortunately,my Chromebook has the sd card slot broken. So,what I want to do is to load Linux

How u-boot can chain "grub" and booting a mainline kernel on my ARM Chromebook

2023-07-01 Thread Mario Marietto
Hello. I would like to enable KVM virtualization on my old ARM Chromebook laptop,based on the Exynos5250 arm 32 bit cpu aka snow,model xe303c12. The first thing I did has been to dd the image below directly on the sd card : https://github.com/hexdump0815/imagebuilder/releases/download/220619-01/c

Re: How u-boot can chain "grub" and booting a mainline kernel on my ARM Chromebook

2023-07-01 Thread Mario Marietto
mode. Without that special u-boot version,I can for sure install one ISO image of hexdump0815 (I've chosen jammy as an example,but hexdump0815 created some more updated isos),but KVM will not be enabled. On Sat, Jul 1, 2023 at 2:34 PM Peter Robinson wrote: > On Sat, Jul 1, 2023 at

Re: How u-boot can chain "grub" and booting a mainline kernel on my ARM Chromebook

2023-07-01 Thread Mario Marietto
Some days ago I successfully compiled the kernel version. 5.4.244 with all the kvm flags enabled and the exynos 5250-snow.dtb file. On Sat, Jul 1, 2023 at 2:46 PM Peter Robinson wrote: > On Sat, Jul 1, 2023 at 1:40 PM Mario Marietto > wrote: > > > > Excuse me. The problem

Re: How u-boot can chain "grub" and booting a mainline kernel on my ARM Chromebook

2023-07-01 Thread Mario Marietto
ok. Can we come back to the main problem,please ? Is there a method to do what I want ? Is there some kind of technique ? Very thanks. On Sat, Jul 1, 2023 at 2:57 PM Mario Marietto wrote: > Some days ago I successfully compiled the kernel version. 5.4.244 with all > the kvm flags enabl

Re: How u-boot can chain "grub" and booting a mainline kernel on my ARM Chromebook

2023-07-01 Thread Mario Marietto
ion I think,I don't know. I would like to understand if this task can be accomplished or not. On Sat, Jul 1, 2023 at 3:25 PM Mario Marietto wrote: > ok. Can we come back to the main problem,please ? Is there a method to do > what I want ? Is there some kind of technique ? Very thanks.