Re: [U-Boot] Nios II 10m50 is not working

2017-07-28 Thread Gan, Yau Wai
-Original Message- From: Kirill Smirnov [mailto:kirill.k.smir...@gmail.com] Sent: Wednesday, July 26, 2017 6:00 PM To: Gan, Yau Wai ; u-boot@lists.denx.de Subject: [U-Boot] Nios II 10m50 is not working Hi, Yau I had a very similar problem with my project. It was sufficient for me to add &q

[U-Boot] Nios II 10m50 is not working

2017-07-26 Thread Kirill Smirnov
Hi, Yau I had a very similar problem with my project. It was sufficient for me to add "u-boot,dm-pre-reloc" stanza to cpu node only. This is necessary to properly setup mmu/nommu-related memory mappings. Other nodes remain unchanged. The resulting cpu node (omitting details) is as follows:

Re: [U-Boot] Nios II 10m50 is not working

2017-07-07 Thread Gan, Yau Wai
I tried adding the dm-pre-reloc line to every node and sub-node, but it doesn’t help. On 06/07/2017, 8:26 PM, "Lothar Waßmann" wrote: >Hi, > >On Thu, 6 Jul 2017 10:32:57 + Gan, Yau Wai wrote: >> U-boot for Nios II on the 10m50 dev board is not functioning. The serial >> terminal prints

Re: [U-Boot] Nios II 10m50 is not working

2017-07-06 Thread Lothar Waßmann
Hi, On Thu, 6 Jul 2017 10:32:57 + Gan, Yau Wai wrote: > U-boot for Nios II on the 10m50 dev board is not functioning. The serial > terminal prints nothing upon booting up. The u-boot image is loaded via > GDB/JTAG to the FPGA on-chip RAM. > > Bisect activities were carried and discovered th

[U-Boot] Nios II 10m50 is not working

2017-07-06 Thread Gan, Yau Wai
U-boot for Nios II on the 10m50 dev board is not functioning. The serial terminal prints nothing upon booting up. The u-boot image is loaded via GDB/JTAG to the FPGA on-chip RAM. Bisect activities were carried and discovered that the change from using dm_scan_fdt_node to dm_scan_fdt_dev in the