Search found 8 matches
- Sun Jan 27, 2019 9:53 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: AmigaOne X5000 - FreeBSD Only
- Replies: 32
- Views: 13945
Re: AmigaOne X5000 - FreeBSD Only
The MAC addresses are populated by u-boot, which currently for me dates back to the beta program, with 2014.mumble. Where can I find u-boot updates for Cyrus?
- Fri Jan 18, 2019 8:05 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: AmigaOne X5000 - FreeBSD Only
- Replies: 32
- Views: 13945
Re: AmigaOne X5000 - FreeBSD Only
It came from FreeBSD, so I don't know how useful it is to you. I found the other day one remaining problem with the FreeBSD dTSEC driver, which I have a patch for, just haven't committed. It's only relevant in 64-bit mode, but that's how I run FreeBSD on my X5000. Without the patch, nginx doesn't wo...
- Fri Jan 18, 2019 7:08 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: AmigaOne X5000 - FreeBSD Only
- Replies: 32
- Views: 13945
Re: AmigaOne X5000 - FreeBSD Only
@Skateman I don't have Linux on mine, so here's the output of dmesg | grep dtsec: dtsec0: <Freescale Data Path Triple Speed Ethernet Controller> mem 0xe6000-0xe6fff on fman0 dtsec0: Configured for regular mode. dtsec0: TX hw port 0xab000 initialized. dtsec0: RX hw port 0x8b000 initialized. miibus0: ...
- Tue Oct 23, 2018 3:04 am
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: AmigaOne X5000 - FreeBSD Only
- Replies: 32
- Views: 13945
Re: AmigaOne X5000 - FreeBSD Only
Could the missing a /chosen node be the issue with the ¨not¨ working X5000 DPAA Ethernet adapter within Ubuntu PPC? Would be great if just a new dtb would solve the issue :-) I highly doubt that, since /chosen is only really used for passing bootargs and stdin/stdout (among a few others). Unless bo...
- Mon Oct 22, 2018 7:31 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: AmigaOne X5000 - FreeBSD Only
- Replies: 32
- Views: 13945
Re: AmigaOne X5000 - FreeBSD Only
Hi Justin, Thanks for your reply! :-) I compiled your dts file 4 months ago. Unfortunately the problem still exists with the DPAA network. Do you have another hint for us? Maybe you could compile your dts file for us again. We would be happy to test it. Thanks, Christian Hi Christian, I just booted...
- Wed Oct 10, 2018 9:15 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: AmigaOne X5000 - FreeBSD Only
- Replies: 32
- Views: 13945
Re: AmigaOne X5000 - FreeBSD Only
I've had a look at this (yuk, it'd be a lot easier to read if you used symbols for phandles) and the changes seem to be the same as the ones we tried last year/earlier this year. We've had the ethernet running with kernels derived from NXP's SDK, but not from main line. Where have you got your driv...
- Sat Jun 02, 2018 4:41 am
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: AmigaOne X5000 - FreeBSD Only
- Replies: 32
- Views: 13945
Re: AmigaOne X5000 - FreeBSD Only
Like mentioned in the FreeBSD readme i have adjusted the setenv loadaddr from 1000000 to 0x3ffffc0 Ubuntu booted and all functional. The DPAA network issues still appear. To bad.. I will revert the the setenv loadaddr 0x3ffffc0 to 1000000 It was worth the try :-) Did it boot at all, and fail to att...
- Mon Apr 30, 2018 10:32 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: AmigaOne X5000 - FreeBSD Only
- Replies: 32
- Views: 13945
Re: AmigaOne X5000 - FreeBSD Only
Hi xeno74, I'm the porter, Justin, so wanted to clear some things up. I think your biggest issue is the load address. The kernel needs to be loaded on a 64MB boundary, less the U-Boot image header. I load the uImage at 0x3ffffc0. I recently added install instructions to the FreeBSD wiki, which you c...