01-03-2026, 02:24 AM
I went with the following values, which I found as being used by the original allwinner code. No idea if this is still the best way, but it seems to work
const POWER_UP = [_]u8{0xFE, 0xF8, 0xE0, 0x80, 0x00};
const POWER_UP = [_]u8{0xFE, 0xF8, 0xE0, 0x80, 0x00};

Power up a 2nd core?
