Troy Benjegerdes
Troy Benjegerdes
> On Aug 13, 2019, at 9:06 AM, Paul Walmsley wrote: > > We should just replace the existing freedom-u-sdk with the OE-based build, after tagging the commit prior to...
What kernel version and/or freedom-u-sdk git tag did you build this from?
My suggestion is start with this: https://github.com/sifive/freedom-u540-c000-bootloader to replace the FPGA ‘rom’ with the same boot flow we use on U540. You’ll want to remove and/or #ifdef out anything related...
That looks good so far, please try it against the latest master with U-boot and see how it goes. I am also working on an update to https://github.com/sifive/freedom , with...
Oh I think you definitely want to look at my U-boot development sandbox then.. https://github.com/tmagik/freedom-u-sdk/tree/dev/u-boot I have U-boot loading BBL (which could then load keystone) with the old HiFive U-boot,...
Can you paste the serial console boot output, and any patches/changes you made to freedom-u-sdk?
The first problem I see is the FIT image is attempting to load the kernel to 0x80200000, and this is going to overwrite the FIT image, leading to data corruption....
Currently no. Several things need to be updated/develop for that to work On Thu, Oct 24, 2019, 8:25 PM ImagineMiracle-wxn wrote: > So,Can't it be used on u500-fpga? > >...
you can try the ‘make format-demo-image’ target which will download a Debian image that you can install compilers with. You’ll need to edit the uEnv.txt file on the first partition...
What I do if I want a compiler on a vc707 target is NFS-root, however the currently supported mechanism for that requires an overpriced FMC to PCI adapter card, which...