Sven
Sven
The following two bash functions provide a workaround: ```bash # Set variables uuid, local_path, remote_path & SSH_USER function to_device { tmp=$(mktemp) trap 'rm "$tmp"' EXIT gzip -c -9 "$local_path" >...
I believe, the hanging might be caused by `ifx_i2c_tl_event_handler` not being called when `ifx_i2c_prl_init` fails.
> thanks for the proposal of the code change, this will be merged to the corresponding sample PAL. I will send you a pull request if you don't mind. >...
I used a [LinkIt Smart 7688](http://wiki.seeedstudio.com/LinkIt_Smart_7688/) which uses the same SoC for my testing. There is also a [breakout board with Ethernet](http://wiki.seeedstudio.com/Breakout_for_LinkIt_Smart_7688_v2.0/). For reference, I used OpenWrt 18.06-rc1. One thing...
Additional notes for building the binary and the kernel config: The binaries need to be built with `GOMIPS=softfloat` while the kernel needs to be built with MIPS FPU emulation (option...
It's not that bad: 1. Clone OpenWrt, checkout 18.06 2. `make menuconfig` => select your target and potentially other configs 3. `make` 4. Hookup the device (preferably via Ethernet) 5....
For reference, this is the driver I tested with: https://github.com/openwrt/openwrt/blob/v18.06.0-rc1/target/linux/ramips/patches-4.14/0043-spi-add-mt7621-support.patch
Alright, I'll look into that direction. I'd seen this entry in the MCRS provided by u-boot so I thought I would ask: ``` /* SST Memory Region */ DWordMemory(ResourceProducer, PosDecode,...
> > What is the current status? Does it already work with the pedigree feature of CycloneDX? Or has someone already tried to pack it into a VEX file and...