From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 12 Feb 2016 16:44:38 +0100 Subject: [U-Boot] Problem with mounting a jffs2 partition on flash. In-Reply-To: References: <201602081712.21810.marex@denx.de> <201602091830.32950.marex@denx.de> <56BB625E.1040207@denx.de> <56BC76E4.6040209@denx.de> <56BC8457.5010702@denx.de> <56BCA12F.1010308@denx.de> <56BCACA2.1080109@denx.de> <56BDC959.7080808@denx.de> <56BDF5A1.2070609@denx.de> Message-ID: <56BDFDE6.8010509@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/12/2016 04:39 PM, Bakhvalov, Denis (Nokia - PL/Wroclaw) wrote: > Hi Marek, Hi Denis, >> That's fine, just check if you did some modifications to the altera fork >> of u-boot. Especially interesting would be PLL/pinmux/DRAM config. > > I tried to launch altera branch from here: https://github.com/altera-opensource/u-boot-socfpga. > It didn't work out of the box as well. > I will try to extract the difference in source codes and will let you know about the results. Check this script, it's used to extract the configuration files from Quartus project. The filenames it uses are the same as in your u-boot source from altera, so that should give you an idea for where to look: http://git.denx.de/?p=u-boot/u-boot-socfpga.git;a=blob;f=arch/arm/mach-socfpga/qts-filter.sh If you collect these files, you can use the script to generate cleaned up headers for mainline U-Boot , load it into board/altera/socfpga/arria5_socdk/qts/ and recompile. That might fix your boot problem. Of course, to implement an official port, you should not hack the AV SoCDK board file that way, it's only for a quick test.