J. Neuschäfer

Results 68 comments of J. Neuschäfer

> > (although 00000000-3fffffff should be (more than) enough) > > On my iDRAC6 i remember (i not sure), i got 264 MiB of RAM, you have 1024 MiB on...

> (qemu) info mtree > address-space: memory > 0000000000000000-ffffffffffffffff (prio 0, i/o): system > 0000000000000000-0000000000001fff (prio 0, ram): ram0 > 0000000000002000-0000000008001fff (prio 0, ram): dram0 > 0000000008002000-0000000010001fff (prio 0, ram):...

> Do you mean like below. > It's means the RAM0 is never used, everything for inside DRAM0 ? > ``` > address-space: memory > 0000000000000000-ffffffffffffffff (prio 0, i/o): system...

@StidOfficial thanks for the link! :)

Hey, nice to see that the NUC910 config seems to work! `bootscript.elf` is just a container to hold some text (the bootscript), so gdb is right that it doesn't find...

I'll investigate this when I get around to it (hopefully this weekend, no guarantee though, sorry!). I have a few Dell boards with JTAG headers.

I've managed to connect to the JTAG port, but I'm still exploring how to do resets with my adapter ([Glasgow] + OpenOCD) [Glasgow]: https://glasgow-embedded.org/latest/intro.html

I got it to work somewhat well today, but then it stopped working, probably for electrical reasons (I'll re-check my connections when I get around to it). I had to...

@StidOfficial unfortunately, I haven't had much success with OpenOCD + GDB either. I get lots of weird errors, UART output doesn't seem to work, etc.

``` cat arch/arm/boot/Image arch/arm/boot/dts/nuvoton/nuvoton-wpcm450.dtsi > newImage ``` You can't do that, because it's not a DTB: - Linux needs a compiled devicetree (in a *b*inary format), dt*s* means source (editable...