Danny Milosavljevic

Results 68 comments of Danny Milosavljevic

FWIW We've been through some major gcc upgrades by now and the i686 failure with mrustc 0.8.0 is always the same. To reproduce, invoke `make -f minicargo.mk output/cargo`. We are...

The above failure does not happen on 3f44cec, but the compiler rustc 1.19.0 compiled via that mrustc does die with a signal when it is used. The following logs are...

See also https://github.com/GREsau/schemars/issues/62

For the most important indirect access for us (SMN), it would be accessing a specific PCI device and two specific registers (always the same ones) in configuration space as the...

It's the U-Boot bootloader that I got from the SD card with skip=8 bs=1024; the first few bytes of it contain "eGON.BT0" without quotes. Why does dumping work then? Is...

>Do you have a log from running "sunxi-fel -v spl sunxi"? ``` $ sunxi-fel -v spl sunxi Stack pointers: sp_irq=0x00002000, sp=0x00005E08 MMU is not enabled by BROM usb_bulk_send() ERROR -7:...

No, it's native on a Thinkpad X200 (using sunxi-tools 1.4.2).

I tried using sunxi-tools master's sunxi-fel from git to do the spl helloworld now - it works! The U-Boot still doesn't, though. That might be because it's not mainline uboot...

Trying Chen-Yu's U-Boot (r40 branch): ``` $ ./sunxi-fel -v spl u-boot-sunxi-with-spl.bin Stack pointers: sp_irq=0x00002000, sp=0x00005E08 MMU is not enabled by BROM => Executing the SPL... done. Writing image "U-Boot 2017.03-rc3-g440d8ae...

>And sunxi-fel should be able to execute commands to read/write DRAM and other things. Yes, that indeed works. Also reading and writing DRAM using `fel` works. >You can run the...