Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Homepage
This is the LandTiger boot loader. It will change the Landtiger to look like a USB flash drive using the OTG usb port. You can drag and drop specially created user app .bin files, to the flash drive (LandTiger) then reset the LandTiger and it will run your app.
1. Download and rename to xxx.zip and unzip the file. 2. Hook up USB cable from LandTihger J-link to PC. 3. Hook up USB cable from OTG USB LandTiger ( CN12) to PC. 4. Use J-flash to flash the bootloader. Using J-Flash, File->New project. Click Options->Project settings->CPU and select the Device and click the [...] button, Select device NXP LPC1768 and Clock speed Auto detection. Then choose your unzipped data file using File->Open data file and choose the address 0. Then click Target->Connect, then Erase Chip. Then Target->Program & Verify and except the J-flash added checksum for location 0x1C. After a successful flash click Target->Start application. 5. Windows should discover the LandTiger as a flash drive. Delete the firmware.bin file on the flash drive. 6. Drag and drop your application .bin file to the flash drive and press reset. Your app should run.
Notes: 1. You can always put the LandTiger in USB flash drive mode while holding down KEY1 (SW1) press and release RESET (SW4). 2. Only apps created that have their start address at 0x2000 will work. on the LandTiger with this boot loader.