With these steps I managed to get Pimox on my Raspberry Pi 4 and 5 in february 2024.
Install "RPi OS Lite 64-bit" with Raspberry Pi Imager. It's listed under "Raspberry Pi OS (Other)"
With these steps I managed to get Pimox on my Raspberry Pi 4 and 5 in february 2024.
Install "RPi OS Lite 64-bit" with Raspberry Pi Imager. It's listed under "Raspberry Pi OS (Other)"
| -- | |
| -- Estructura de tabla para la tabla `provincias` | |
| -- | |
| DROP TABLE IF EXISTS `provincias`; | |
| CREATE TABLE IF NOT EXISTS `provincias` ( | |
| `id` int(10) NOT NULL AUTO_INCREMENT, | |
| `provincia` varchar(255) NOT NULL, | |
| PRIMARY KEY (`id`) |