-
i2c driver has been already upstreamed to linux-kernel, but still we have some patches related to i2c in the pistachio/patches-4.4. Identify which of those are really needed and make them matching wit…
-
Openwrt has backported some changes to do with mac80211 hence CreatorDev/uccp420wlan needed to be changed https://github.com/CreatorDev/uccp420wlan/commit/e62baef655898526c69250bc63723241f3f4c46d for …
Ham22 updated
7 years ago
-
@Ham22 -
As soon as you try to enable kgdb you get a kernel panic with these options enabled:
CONFIG_DEBUG_KERNEL=y
CONFIG_KGDB=y
CONFIG_KGDB_SERIAL_CONSOLE=y
CONFIG_SERIAL_KGDB_NMI=n
CONFIG_KGDB_TEST…
-
Upstream have commented that the pistachio kernel patches seem a bit messy.
This is because we just generate them from a kernel branch that isn't exactly in sync with the latest status of upstreaming…
Ham22 updated
7 years ago
-
The pistachio clk patch contains a number of unrelated changes. It needs to be split into upstreamable changes and cleaned up.
Acceptance
- Must be in upstreamable state according to upstream rules
- …
Ham22 updated
7 years ago
-
It has been observed couple of times that heartbeat led is not flashing once the Ci40 is booted up. Further investigation has showed up that serial driver sc16is7xx.ko is not there in the target file …
-
Installing creator-js-client fails since the line
`"creator-js-client": "https://github.com/CreatorDev/creator-js-client.git",`
in package.json is invalid. It should be
`"creator-js-client": "git:/…
-
Following the docker instructions and building the containers results in the following error:
Step 16/18 : RUN make TARGET=minimal-net
---> Running in 4562cb6df09f
mkdir obj_minimal-net
CC …
-
Description in the forums.
https://forum.creatordev.io/t/wifi-and-6lowpan-dropping-after-some-time-running/305
-
Hi,
When compile this example -> https://docs.creatordev.io/ci40/guides/creating-applications/#method-3-gcc-on-ci40 ; I received the following error related with the leds:
```bash
root@myCi40:~…